Trace number 4427674

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)125 3600.22 3570.87

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/dt-problems/
normalized-lo_16x16_001.opb.metafix.opb
MD5SUM5c8bdd7bf429ca5545e1ed59def685f5
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 benchmark125
Best CPU time to get the best result obtained on this benchmark0.016237
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
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 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4427674-1721000533.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.14/0.19	c ... done. Wall clock time 0.029s.
0.14/0.19	c declared #vars     256
0.14/0.19	c #constraints  188
0.14/0.19	c constraints type 
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.14/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 158
0.14/0.19	c org.sat4j.specs.Constr$1 => 10
0.14/0.19	c org.sat4j.pb.constraints.pb.UnitClausesPB => 6
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.14/0.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.14/0.19	c 188 constraints processed.
0.14/0.20	c objective function length is 256 literals
2.85/1.53	c SATISFIABLE
2.85/1.53	c OPTIMIZING...
2.85/1.53	c Got one! Elapsed wall clock time (in seconds):1.368
2.85/1.53	o 125
22.80/19.97	c cleaning 2509 clauses out of 5018 with flag 0/5018
59.08/55.92	c cleaning 4252 clauses out of 8510 with flag 0/11019
97.04/93.71	c cleaning 5629 clauses out of 11257 with flag 0/18018
149.34/145.63	c cleaning 6807 clauses out of 13629 with flag 0/26019
205.07/200.78	c cleaning 7902 clauses out of 15820 with flag 0/35017
286.43/279.31	c cleaning 8948 clauses out of 17920 with flag 0/45019
410.88/403.35	c cleaning 9977 clauses out of 19971 with flag 0/56018
535.98/527.60	c cleaning 10988 clauses out of 21995 with flag 0/68019
624.29/615.00	c cleaning 11994 clauses out of 24010 with flag 0/81022
732.78/723.08	c cleaning 12987 clauses out of 26011 with flag 0/95017
900.24/889.64	c cleaning 13989 clauses out of 28024 with flag 0/110017
1073.66/1061.64	c cleaning 15013 clauses out of 30037 with flag 0/126019
1218.12/1204.81	c cleaning 16003 clauses out of 32022 with flag 0/143017
1384.15/1369.31	c cleaning 16996 clauses out of 34019 with flag 0/161017
1582.58/1566.16	c cleaning 18008 clauses out of 36025 with flag 0/180019
1763.27/1745.00	c cleaning 19002 clauses out of 38015 with flag 0/200017
2015.21/1995.13	c cleaning 19986 clauses out of 40014 with flag 0/221018
2369.58/2347.53	c cleaning 20992 clauses out of 42027 with flag 0/243017
2628.40/2604.04	c cleaning 22004 clauses out of 44038 with flag 0/266020
2994.67/2968.39	c cleaning 22996 clauses out of 46033 with flag 0/290019
3535.53/3506.89	c cleaning 23953 clauses out of 48037 with flag 0/315019
3600.08/3570.82	c starts		: 136
3600.08/3570.82	c conflicts		: 324412
3600.08/3570.82	c decisions		: 694097
3600.08/3570.82	c propagations		: 8128384
3600.08/3570.82	c inspects		: 1913588308
3600.08/3570.82	c shortcuts		: 0
3600.08/3570.82	c learnt literals	: 0
3600.08/3570.82	c learnt binary clauses	: 0
3600.08/3570.82	c learnt ternary clauses	: 0
3600.08/3570.82	c learnt constraints	: 324412
3600.08/3570.82	c ignored constraints	: 0
3600.08/3570.82	c root simplifications	: 0
3600.08/3570.82	c removed literals (reason simplification)	: 0
3600.08/3570.82	c reason swapping (by a shorter reason)	: 0
3600.08/3570.82	c Calls to reduceDB	: 21
3600.08/3570.82	c Number of update (reduction) of LBD	: 9
3600.08/3570.82	c Imported unit clauses	: 0
3600.08/3570.82	c No decision after first conflict	: false
3600.08/3570.82	c number of reductions to clauses (during analyze)	: 0
3600.08/3570.82	c number of learned constraints concerned by reduction	: 0
3600.08/3570.82	c number of learning phase by resolution	: 0
3600.08/3570.82	c number of learning phase by cutting planes	: 0
3600.08/3570.82	c number of rounding to 1 operations	: 1650230
3600.08/3570.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3570.82	c number of reductions of the coefficients by power 2 	: 0
3600.08/3570.82	c number of right shift for reduction by power 2 	: 0
3600.08/3570.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3570.82	c number of ending skipping 	: 0
3600.08/3570.82	c number of internal skipping 	: 0
3600.08/3570.82	c number of derivation steps 	: 2731734
3600.08/3570.82	c number of skipped derivation steps 	: 0
3600.08/3570.82	c number of remaining unassigned 	: 448331
3600.08/3570.82	c number of remaining assigned 	: 87700606
3600.08/3570.82	c number of falsified literals weakened from reason	: 0
3600.08/3570.82	c number of falsified literals weakened from conflict	: 0
3600.08/3570.82	c time for arithmetic operations	: 5785248069
3600.08/3570.82	c minimum degree of deleted constraints	: 4
3600.08/3570.82	c maximum degree of deleted constraints	: 13326135015534
3600.08/3570.82	c number of deleted constraints	: 290935
3600.08/3570.83	c speed (assignments/second)	: 2276.466021549223
3600.08/3570.83	c non guided choices	: 0
3600.08/3570.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15119
3600.08/3570.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 205
3600.08/3570.86	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 18153
3600.08/3570.86	s SATISFIABLE
3600.08/3570.86	c Found 1 solution(s)
3600.08/3570.86	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 
3600.08/3570.86	c objective function=125
3600.08/3570.86	c Total wall clock time (in seconds): 3570.704

Verifier Data

OK	125

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: 63931 MiB (55815 MiB free)
  memory of node 1: 64510 MiB (59310 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=774297, runsolver pid=774294

[startup+0.100637 s]*
/proc/loadavg: 4.51 4.42 4.30 7/329 774315
/proc/meminfo: memFree=117846772/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=18975048 memory=63388 CPUtime=0.14 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 7231 0 0 0 12 2 0 0 20 0 18 0 152217451 19430449152 15847 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4743762 15847 5691 1 0 549356 0
[pid=774297/tid=774299] ppid=774294 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 1078198336 5772 0 0 0 7 1 0 0 20 0 18 0 152217451 19430449152 15847 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152217454 19430449152 15847 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=18975048 memory=14126753849302661 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152217454 19430449152 15847 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63388 KiB

[startup+0.210783 s]*
/proc/loadavg: 4.51 4.42 4.30 6/330 774316
/proc/meminfo: memFree=117839708/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19041612 memory=70620 CPUtime=0.34 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 7949 0 0 0 31 3 0 0 20 0 19 0 152217451 19498610688 17655 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4760403 17655 5867 1 0 550098 0
[pid=774297/tid=774299] ppid=774294 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) S 774294 774297 770221 0 -1 1077936192 6168 0 0 0 17 2 0 0 20 0 19 0 152217451 19498610688 17655 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19041612 memory=19020 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152217454 19498610688 17655 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19041612 memory=15544020042516216 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152217454 19498610688 17655 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 152217471 19498610688 17655 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70620 KiB

[startup+0.306304 s]*
/proc/loadavg: 4.51 4.42 4.30 6/330 774316
/proc/meminfo: memFree=117822320/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19041612 memory=90780 CPUtime=0.51 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 8813 0 0 0 48 3 0 0 20 0 19 0 152217451 19498610688 22695 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4760403 22695 5867 1 0 550870 0
[pid=774297/tid=774299] ppid=774294 vsize=19041612 memory=-8886842762328449724 CPUtime=0.27 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 6204 0 0 0 25 2 0 0 20 0 19 0 152217451 19498610688 22695 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152217454 19498610688 22695 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152217454 19498610688 22695 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 152217471 19498610688 22695 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90780 KiB

[startup+0.700406 s]
/proc/loadavg: 4.51 4.42 4.30 7/330 774316
/proc/meminfo: memFree=117751600/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=181860 CPUtime=1.25 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 16008 0 0 0 119 6 0 0 20 0 20 0 152217451 19566772224 45465 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 45465 5883 1 0 555467 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=39204 CPUtime=0.63 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 6249 0 0 0 59 4 0 0 20 0 20 0 152217451 19566772224 45465 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 45465 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 45465 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=1892 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 45465 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181860 KiB

[startup+1.50641 s]
/proc/loadavg: 4.51 4.42 4.30 7/331 774317
/proc/meminfo: memFree=117726976/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=190940 CPUtime=2.85 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 22864 0 0 0 278 7 0 0 20 0 20 0 152217451 19566772224 47735 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 47735 5931 1 0 555824 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=12576 CPUtime=1.39 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 6516 0 0 0 135 4 0 0 20 0 20 0 152217451 19566772224 47735 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 47735 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 47735 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=1892 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 47735 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190940 KiB

[startup+3.10641 s]
/proc/loadavg: 4.51 4.42 4.30 5/331 774317
/proc/meminfo: memFree=117521356/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=425016 CPUtime=5.65 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 25508 0 0 0 553 12 0 0 20 0 20 0 152217451 19566772224 106254 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 106254 5931 1 0 555827 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=0 CPUtime=2.95 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 7861 0 0 0 287 8 0 0 20 0 20 0 152217451 19566772224 106254 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=-8886842762328449724 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 106254 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 106254 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 106254 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 5.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 425016 KiB

[startup+6.30041 s]
/proc/loadavg: 4.47 4.41 4.30 5/331 774318
/proc/meminfo: memFree=116853700/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=1130156 CPUtime=8.95 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 26348 0 0 0 870 25 0 0 20 0 20 0 152217451 19566772224 282539 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 282539 5931 1 0 664430 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=2232 CPUtime=6.06 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 8303 0 0 0 586 20 0 0 20 0 20 0 152217451 19566772224 282539 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 282539 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 282539 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 282539 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 8.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1130156 KiB

[startup+12.7003 s]
/proc/loadavg: 4.43 4.40 4.30 5/331 774318
/proc/meminfo: memFree=116299344/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=1607672 CPUtime=15.39 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 29843 0 0 0 1504 35 0 0 20 0 20 0 152217451 19566772224 401918 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 401918 5931 1 0 664444 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=12576 CPUtime=12.37 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 9951 0 0 0 1208 29 0 0 20 0 20 0 152217451 19566772224 401918 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=1187500 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 401918 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=39204 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 401918 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 401918 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 15.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1607672 KiB

[startup+25.5003 s]
/proc/loadavg: 4.41 4.40 4.30 5/331 774320
/proc/meminfo: memFree=116298588/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=1608256 CPUtime=28.42 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 39543 0 0 0 2805 37 0 0 20 0 20 0 152217451 19566772224 402064 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 402064 5931 1 0 664476 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=6943526294502006880 CPUtime=25.05 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 12684 0 0 0 2475 30 0 0 20 0 20 0 152217451 19566772224 402064 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 402064 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=3484 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 402064 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 402064 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 28.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1608256 KiB

[startup+51.1058 s]
/proc/loadavg: 4.34 4.38 4.29 5/331 774324
/proc/meminfo: memFree=116265372/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=1641132 CPUtime=54.24 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 47490 0 0 0 5385 39 0 0 20 0 20 0 152217451 19566772224 410283 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 410283 5931 1 0 664476 0

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

/proc/meminfo: memFree=126152448/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3190.38 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 272849 0 0 0 318814 224 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 657250 5948 1 0 668521 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=2628988 CPUtime=3116.17 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 114150 0 0 0 311566 51 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=2628988 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=2629000 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 3417 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=2629000 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 3190.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2629000 KiB

[startup+3222.3 s]
/proc/loadavg: 1.19 1.15 1.49 2/253 776192
/proc/meminfo: memFree=126152224/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3250.54 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 275895 0 0 0 324826 228 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 657250 5948 1 0 668521 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3175.75 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 116145 0 0 0 317523 52 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=2628988 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=2628988 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 3478 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=2629000 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 3250.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2629000 KiB

[startup+3282.3 s]
/proc/loadavg: 1.36 1.20 1.49 2/253 776202
/proc/meminfo: memFree=126151984/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3310.66 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 278886 0 0 0 330836 230 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 657250 5948 1 0 668521 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3235.34 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 118288 0 0 0 323482 52 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=2629000 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 3310.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2629000 KiB

[startup+3342.3 s]
/proc/loadavg: 1.46 1.26 1.48 2/253 776213
/proc/meminfo: memFree=126151884/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3370.78 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 281913 0 0 0 336844 234 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 657250 5948 1 0 668521 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=5432 CPUtime=3294.97 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 120370 0 0 0 329445 52 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=5432 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 3613 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=5432 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 3370.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2629000 KiB

[startup+3402.3 s]
/proc/loadavg: 1.40 1.29 1.48 2/252 776224
/proc/meminfo: memFree=126151676/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3430.9 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 284810 0 0 0 342854 236 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 657250 5948 1 0 668521 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3354.58 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 122503 0 0 0 335406 52 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=2629000 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=2629000 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 3692 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=2629000 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 3430.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2629000 KiB

[startup+3462.3 s]
/proc/loadavg: 1.24 1.27 1.46 2/252 776234
/proc/meminfo: memFree=126151316/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3490.99 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 287768 0 0 0 348860 239 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 657250 5948 1 0 668521 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3414.23 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 124469 0 0 0 341370 53 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 3771 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=2629000 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 3490.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2629000 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.23 1.44 2/254 776249
/proc/meminfo: memFree=126150868/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=2629000 CPUtime=3551.15 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 290945 0 0 0 354873 242 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 657250 5948 1 0 668521 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=1892 CPUtime=3473.78 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 126506 0 0 0 347325 53 0 0 20 0 20 0 152217451 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=2629000 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=2629000 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 3850 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=39728 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 657250 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 3551.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2629000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.8 s]
/proc/loadavg: 1.11 1.21 1.42 2/254 776258
/proc/meminfo: memFree=126150652/131524600 swapFree=131071996/131071996
[pid=774297] ppid=774294 vsize=19108176 memory=2629004 CPUtime=3600.08 cores=1,3
/proc/774297/stat : 774297 (java) S 774294 774297 770221 0 -1 1077936128 293725 0 0 0 359764 244 0 0 20 0 20 0 152217451 19566772224 657251 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
/proc/774297/statm: 4777044 657251 5948 1 0 668521 0
[pid=774297/tid=774299] ppid=774294 vsize=19108176 memory=18875 CPUtime=3521.55 cores=1,3
/proc/774297/task/774299/stat : 774299 (java) R 774294 774297 770221 0 -1 4194368 128367 0 0 0 352101 54 0 0 20 0 20 0 152217451 19566772224 657251 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774308] ppid=774294 vsize=19108176 memory=2199 CPUtime=0 cores=1,3
/proc/774297/task/774308/stat : 774308 (Finalizer) S 774294 774297 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657251 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774315] ppid=774294 vsize=19108176 memory=3616731586529329238 CPUtime=0 cores=1,3
/proc/774297/task/774315/stat : 774315 (Common-Cleaner) S 774294 774297 770221 0 -1 1077936192 3928 0 0 0 0 0 0 0 20 0 20 0 152217454 19566772224 657251 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
[pid=774297/tid=774316] ppid=774294 vsize=19108176 memory=7692 CPUtime=0 cores=1,3
/proc/774297/task/774316/stat : 774316 (Timer-0) S 774294 774297 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217471 19566772224 657251 134679101440 94614551973888 94614551977584 140731312395536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94614551985400 94614551986192 94614572371968 140731312399344 140731312399457 140731312399457 140731312406472 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2629004 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.76 s, system=2.46308 s

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

Child status: 143

Real time (s): 3570.87
CPU time (s): 3600.22
CPU user time (s): 3597.76
CPU system time (s): 2.46308
CPU usage (%): 100.822
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2629004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.76
system time used= 2.46308
maximum resident set size= 2629744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138039
involuntary context switches= 9566


# summary of solver processes directly reported to runsolver:
#   pid: 774297
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.76
#   total CPU system time (s): 2.46308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.73483 second user time and 14.9732 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-15 01:42:26
IDJOB=4427674
IDBENCH=158407
IDSOLVER=3046
FILE ID=nodeC022/4427674-1721000533
RUNJOBID= nodeC022-1720994548-770233
SLURM_JOB_ID= 7505316
Free space on /tmp= 889952 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/dt-problems/normalized-lo_16x16_001.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427674-1721000533/watcher-4427674-1721000533 -o /tmp/evaluation-result-4427674-1721000533/solver-4427674-1721000533 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1720994548-770233 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427674-1721000533.opb

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

MD5SUM BENCH= 5c8bdd7bf429ca5545e1ed59def685f5
RANDOM SEED=132025489

nodeC022.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	: 0xb00002a
cpu MHz		: 3600.139
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.66
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	: 0xb00002a
cpu MHz		: 3631.832
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.96
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	: 0xb00002a
cpu MHz		: 3646.335
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.66
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	: 0xb00002a
cpu MHz		: 3651.060
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.96
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	: 0xb00002a
cpu MHz		: 3646.404
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.66
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	: 0xb00002a
cpu MHz		: 3654.876
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.96
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	: 0xb00002a
cpu MHz		: 3600.042
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.66
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	: 0xb00002a
cpu MHz		: 3600.065
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117888984 kB
MemAvailable:   118982568 kB
Buffers:          345144 kB
Cached:          1580388 kB
SwapCached:            0 kB
Active:           633288 kB
Inactive:       12387516 kB
Active(anon):       1572 kB
Inactive(anon): 11131100 kB
Active(file):     631716 kB
Inactive(file):  1256416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1056 kB
Writeback:             0 kB
AnonPages:      11093976 kB
Mapped:           122816 kB
Shmem:             37720 kB
KReclaimable:      90196 kB
Slab:             192916 kB
SReclaimable:      90196 kB
SUnreclaim:       102720 kB
KernelStack:        5072 kB
PageTables:        31308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16072356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57312 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10883072 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:      213716 kB
DirectMap2M:    18434048 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC022 at 2024-07-15 02:41:56