Trace number 4459733

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)-28 3600.33 3452.34

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_200_25_1.opb
MD5SUM55a6d95658ac1c453318efc30b1d836b
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 benchmark-31
Best CPU time to get the best result obtained on this benchmark2467.18
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 constraint25
Maximum length of a constraint43
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)6204
Sum of products size (including duplicates)12408
Number of different products3102
Sum of products size6204

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2106806208
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	 - never skip resolution steps
0.10/0.17	 - Auto-division on coefficients is disabled
0.10/0.17	 - No postprocessing
0.10/0.17	 - Conflict is considered as is when resolving
0.10/0.17	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.10/0.17	 - Weaken first using unassigned literals
0.10/0.17	 - Bump strategy: ALWAYS_ONE
0.10/0.17	 - Bumper: ASSIGNED
0.10/0.17	--- Begin Solver configuration ---
0.10/0.17	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.10/0.17	Learn all clauses as in MiniSAT
0.10/0.17	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	No reason simplification
0.10/0.17	Armin Biere (Picosat) restarts strategy
0.10/0.17	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.10/0.17	timeout=2147483s
0.10/0.17	DB Simplification allowed=false
0.10/0.17	Listener: none
0.10/0.17	--- End Solver configuration ---
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: ASSIGNED
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Armin Biere (Picosat) restarts strategy
0.10/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4459733-1721939463.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c  objective function found
0.49/0.32	c ... done. Wall clock time 0.135s.
0.49/0.32	c declared #vars     200
0.49/0.32	c internal #vars     3302
0.49/0.32	c #constraints  6604
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.specs.Constr$1 => 200
0.49/0.32	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3102
0.49/0.32	c org.sat4j.pb.constraints.pb.UnitClausesPB => 200
0.49/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3102
0.49/0.32	c 6604 constraints processed.
0.49/0.33	c objective function length is 200 literals
0.49/0.36	c SATISFIABLE
0.49/0.36	c OPTIMIZING...
0.49/0.36	c Got one! Elapsed wall clock time (in seconds):0.191
0.49/0.36	o -19
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.203
0.49/0.38	o -20
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.219
0.49/0.40	o -21
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.232
0.66/0.41	o -22
0.85/0.53	c Got one! Elapsed wall clock time (in seconds):0.355
0.85/0.53	o -23
1.23/0.79	c Got one! Elapsed wall clock time (in seconds):0.626
1.23/0.79	o -24
2.79/1.60	c Got one! Elapsed wall clock time (in seconds):1.422
2.79/1.60	o -25
7.51/5.38	c Got one! Elapsed wall clock time (in seconds):5.216
7.51/5.38	o -26
17.87/15.33	c cleaning 3124 clauses out of 6250 with flag 0/6250
18.82/16.27	c Got one! Elapsed wall clock time (in seconds):16.104
18.82/16.27	o -27
33.78/30.96	c cleaning 4455 clauses out of 8915 with flag 0/12039
48.52/45.51	c cleaning 5223 clauses out of 10458 with flag 0/18037
63.74/60.53	c cleaning 4787 clauses out of 12235 with flag 0/25037
84.93/81.53	c cleaning 5596 clauses out of 15449 with flag 0/33038
110.84/107.13	c cleaning 6231 clauses out of 18853 with flag 0/42038
141.88/137.52	c cleaning 6748 clauses out of 22621 with flag 0/52037
181.17/176.37	c cleaning 7616 clauses out of 26876 with flag 0/63040
227.07/221.52	c cleaning 8137 clauses out of 31261 with flag 0/75041
282.93/276.77	c cleaning 9143 clauses out of 36122 with flag 0/88039
341.74/334.57	c cleaning 9048 clauses out of 40980 with flag 0/102040
346.78/339.56	c Got one! Elapsed wall clock time (in seconds):339.395
346.78/339.56	o -28
352.52/345.14	c cleaning 3429 clauses out of 37097 with flag 0/107205
369.47/360.76	c cleaning 3678 clauses out of 39668 with flag 0/113205
389.72/380.74	c cleaning 4942 clauses out of 42989 with flag 0/120204
412.42/403.10	c cleaning 5469 clauses out of 46048 with flag 0/128205
438.66/428.76	c cleaning 5941 clauses out of 49578 with flag 0/137204
476.87/466.17	c cleaning 6360 clauses out of 53637 with flag 0/147204
518.48/506.80	c cleaning 6925 clauses out of 58277 with flag 0/158204
566.82/554.49	c cleaning 7177 clauses out of 63352 with flag 0/170204
628.65/615.43	c cleaning 8452 clauses out of 69176 with flag 0/183205
691.39/677.35	c cleaning 9130 clauses out of 74724 with flag 0/197205
767.18/752.33	c cleaning 9754 clauses out of 80593 with flag 0/212204
855.24/839.49	c cleaning 10005 clauses out of 86839 with flag 0/228204
953.32/936.06	c cleaning 10953 clauses out of 93835 with flag 0/245205
1054.11/1035.94	c cleaning 11733 clauses out of 100881 with flag 0/263204
1166.80/1147.38	c cleaning 12325 clauses out of 108149 with flag 0/282205
1301.66/1279.73	c cleaning 13011 clauses out of 115823 with flag 0/302204
1439.87/1416.78	c cleaning 14090 clauses out of 123814 with flag 0/323206
1588.03/1562.38	c cleaning 14231 clauses out of 131723 with flag 0/345205
1756.21/1727.97	c cleaning 13805 clauses out of 140493 with flag 0/368206
1974.89/1944.06	c cleaning 15351 clauses out of 150687 with flag 0/392205
2212.03/2173.54	c cleaning 16884 clauses out of 160336 with flag 0/417205
2420.72/2373.37	c cleaning 16669 clauses out of 169452 with flag 0/443205
2681.71/2618.68	c cleaning 16747 clauses out of 179783 with flag 0/470205
2929.93/2847.50	c cleaning 17853 clauses out of 191037 with flag 0/498206
3200.56/3092.53	c cleaning 18324 clauses out of 202186 with flag 0/527208
3566.43/3422.02	c cleaning 18706 clauses out of 213859 with flag 0/557205
3600.08/3452.22	c starts		: 163
3600.08/3452.22	c conflicts		: 563493
3600.08/3452.22	c decisions		: 582352
3600.08/3452.22	c propagations		: 4152192
3600.08/3452.22	c inspects		: 5772532923
3600.08/3452.22	c shortcuts		: 0
3600.08/3452.22	c learnt literals	: 0
3600.08/3452.22	c learnt binary clauses	: 0
3600.08/3452.22	c learnt ternary clauses	: 0
3600.08/3452.22	c learnt constraints	: 563492
3600.08/3452.22	c ignored constraints	: 0
3600.08/3452.22	c root simplifications	: 0
3600.08/3452.22	c removed literals (reason simplification)	: 0
3600.08/3452.22	c reason swapping (by a shorter reason)	: 0
3600.08/3452.22	c Calls to reduceDB	: 37
3600.08/3452.22	c Number of update (reduction) of LBD	: 0
3600.08/3452.22	c Imported unit clauses	: 0
3600.08/3452.22	c No decision after first conflict	: false
3600.08/3452.22	c number of reductions to clauses (during analyze)	: 0
3600.08/3452.22	c number of learned constraints concerned by reduction	: 0
3600.08/3452.23	c number of learning phase by resolution	: 0
3600.08/3452.23	c number of learning phase by cutting planes	: 0
3600.08/3452.23	c number of rounding to 1 operations	: 1971776
3600.08/3452.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3452.23	c number of reductions of the coefficients by power 2 	: 0
3600.08/3452.23	c number of right shift for reduction by power 2 	: 0
3600.08/3452.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3452.23	c number of ending skipping 	: 0
3600.08/3452.23	c number of internal skipping 	: 0
3600.08/3452.23	c number of derivation steps 	: 4177127
3600.08/3452.23	c number of skipped derivation steps 	: 0
3600.08/3452.23	c number of remaining unassigned 	: 306785
3600.08/3452.23	c number of remaining assigned 	: 205578759
3600.08/3452.23	c number of falsified literals weakened from reason	: 0
3600.08/3452.23	c number of falsified literals weakened from conflict	: 0
3600.08/3452.23	c time for arithmetic operations	: 8823337207
3600.08/3452.23	c minimum degree of deleted constraints	: 4
3600.08/3452.23	c maximum degree of deleted constraints	: 153514768362
3600.08/3452.23	c number of deleted constraints	: 362052
3600.08/3452.23	c speed (assignments/second)	: 1202.8780829930117
3600.08/3452.23	c non guided choices	: 0
3600.28/3452.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 187780
3600.28/3452.32	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3327
3600.28/3452.32	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10333
3600.28/3452.32	s SATISFIABLE
3600.28/3452.32	c Found 10 solution(s)
3600.28/3452.32	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.28/3452.32	c objective function=-28
3600.28/3452.32	c Total wall clock time (in seconds): 3452.155

Verifier Data

OK	-28

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459733-1721939463/watcher-4459733-1721939463 -o /tmp/evaluation-result-4459733-1721939463/solver-4459733-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721939462-252723 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459733-1721939463.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10025 s]*
/proc/loadavg: 0.08 0.08 0.23 6/279 252791
/proc/meminfo: memFree=125788836/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=18975048 memory=57148 CPUtime=0.1 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 6797 0 0 0 8 2 0 0 20 0 18 0 30475959 19430449152 14287 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4743762 14287 5658 1 0 548981 0
[pid=252739/tid=252741] ppid=252736 vsize=18975048 memory=4026532090 CPUtime=0.06 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 5659 0 0 0 5 1 0 0 20 0 18 0 30475960 19430449152 14287 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=18975048 memory=1416209 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30475965 19430449152 14287 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=18975048 memory=13569279979160886 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30475965 19430449152 14287 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57148 KiB

[startup+0.205831 s]*
/proc/loadavg: 0.08 0.08 0.23 8/291 252810
/proc/meminfo: memFree=125737252/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=18975048 memory=69888 CPUtime=0.29 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 7754 0 0 0 26 3 0 0 20 0 18 0 30475959 19430449152 17472 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4743762 17472 5783 1 0 549706 0
[pid=252739/tid=252741] ppid=252736 vsize=18975048 memory=3472328300254199927 CPUtime=0.17 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 6076 0 0 0 15 2 0 0 20 0 18 0 30475960 19430449152 17472 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=18975048 memory=1416219 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30475965 19430449152 17472 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=18975048 memory=13567085250872921 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30475965 19430449152 17472 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69888 KiB

[startup+0.31576 s]*
/proc/loadavg: 0.08 0.08 0.23 13/305 252830
/proc/meminfo: memFree=125611288/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=18975048 memory=134328 CPUtime=0.49 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 8726 0 0 0 45 4 0 0 20 0 18 0 30475959 19430449152 33582 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4743762 33582 5882 1 0 550254 0
[pid=252739/tid=252741] ppid=252736 vsize=18975048 memory=-6000919472756648554 CPUtime=0.26 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 6208 0 0 0 23 3 0 0 20 0 18 0 30475960 19430449152 33582 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30475965 19430449152 33582 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=18975348 memory=0 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30475965 19430756352 33582 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 134328 KiB

[startup+0.700758 s]
/proc/loadavg: 0.08 0.08 0.23 13/329 252857
/proc/meminfo: memFree=125388872/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=177700 CPUtime=1.23 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 13096 0 0 0 117 6 0 0 20 0 20 0 30475959 19566772224 44425 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 44425 5916 1 0 553684 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=68904 CPUtime=0.55 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 6273 0 0 0 52 3 0 0 20 0 20 0 30475960 19566772224 44425 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 44425 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=2220 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 44425 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=39048 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 44425 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177700 KiB

[startup+1.50276 s]
/proc/loadavg: 0.08 0.08 0.23 16/332 252860
/proc/meminfo: memFree=124463980/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=357080 CPUtime=2.79 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 14786 0 0 0 269 10 0 0 20 0 20 0 30475959 19566772224 89270 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 89270 5916 1 0 777790 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=12928 CPUtime=1.26 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 6349 0 0 0 120 6 0 0 20 0 20 0 30475960 19566772224 89270 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 89270 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=2220 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 89270 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=39048 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 89270 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 357080 KiB

[startup+3.10601 s]
/proc/loadavg: 0.71 0.22 0.27 8/333 252862
/proc/meminfo: memFree=120669588/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=661500 CPUtime=5.27 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 17130 0 0 0 510 17 0 0 20 0 20 0 30475959 19566772224 165375 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 165375 5916 1 0 779078 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=0 CPUtime=2.77 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 6478 0 0 0 265 12 0 0 20 0 20 0 30475960 19566772224 165375 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=-8744410935178535612 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 165375 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 165375 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=2220 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 165375 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 5.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 661500 KiB

[startup+6.30029 s]
/proc/loadavg: 0.71 0.22 0.27 5/333 252864
/proc/meminfo: memFree=119537144/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=1141312 CPUtime=8.66 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 24266 0 0 0 838 28 0 0 20 0 20 0 30475959 19566772224 285328 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 285328 5932 1 0 779083 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=12928 CPUtime=5.9 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 8354 0 0 0 569 21 0 0 20 0 20 0 30475960 19566772224 285328 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=2220 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 285328 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 285328 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=385752 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 285328 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 8.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1141312 KiB

[startup+12.7003 s]
/proc/loadavg: 1.30 0.36 0.31 5/333 252864
/proc/meminfo: memFree=117711680/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=1561168 CPUtime=15.16 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 24823 0 0 0 1479 37 0 0 20 0 20 0 30475959 19566772224 390292 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 390292 5932 1 0 779085 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=385752 CPUtime=12.23 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 8800 0 0 0 1194 29 0 0 20 0 20 0 30475960 19566772224 390292 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=1466960 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 390292 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 390292 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 390292 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 15.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1561168 KiB

[startup+25.5003 s]
/proc/loadavg: 1.72 0.48 0.35 5/333 252865
/proc/meminfo: memFree=115702816/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=1924160 CPUtime=28.28 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 29194 0 0 0 2782 46 0 0 20 0 20 0 30475959 19566772224 481040 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 481040 5947 1 0 779119 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=1466960 CPUtime=24.81 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 11124 0 0 0 2446 35 0 0 20 0 20 0 30475960 19566772224 481040 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=1307216 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 481040 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 481040 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=-8744410935178535612 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 481040 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 28.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1924160 KiB

[startup+51.1068 s]
/proc/loadavg: 2.65 0.79 0.46 5/333 252870
/proc/meminfo: memFree=111958408/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=1969284 CPUtime=54.18 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 35123 0 0 0 5369 49 0 0 20 0 20 0 30475959 19566772224 492321 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 492321 5947 1 0 779119 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=1950832 CPUtime=49.88 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 14090 0 0 0 4952 36 0 0 20 0 20 0 30475960 19566772224 492321 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 492321 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0

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

[startup+3102.3 s]
/proc/loadavg: 4.25 4.28 4.13 5/334 254282
/proc/meminfo: memFree=105240276/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=3083412 CPUtime=3211.93 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 345589 0 0 0 320880 313 0 0 20 0 20 0 30475959 19566772224 770853 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 770853 5990 1 0 780202 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=68904 CPUtime=3041.65 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 139476 0 0 0 304105 60 0 0 20 0 20 0 30475960 19566772224 770853 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=5528 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770853 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=39048 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 3278 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770853 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 770853 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 3211.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083412 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.27 4.13 5/334 254293
/proc/meminfo: memFree=105239584/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=3083452 CPUtime=3277.02 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 351747 0 0 0 327381 321 0 0 20 0 20 0 30475959 19566772224 770863 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 770863 5990 1 0 780202 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=68904 CPUtime=3100.54 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 142275 0 0 0 309994 60 0 0 20 0 20 0 30475960 19566772224 770863 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770863 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=3083448 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 3333 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770863 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 770863 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 3277.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083452 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.27 4.14 5/334 254304
/proc/meminfo: memFree=105238740/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=3083460 CPUtime=3342.65 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 357832 0 0 0 333937 328 0 0 20 0 20 0 30475959 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 770865 5990 1 0 780202 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=11588 CPUtime=3159.64 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 144859 0 0 0 315904 60 0 0 20 0 20 0 30475960 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=3083460 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=3083460 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 3423 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 3342.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083460 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.25 4.14 6/333 254702
/proc/meminfo: memFree=105337436/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=3083460 CPUtime=3410.27 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 364002 0 0 0 340689 338 0 0 20 0 20 0 30475959 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 770865 5990 1 0 780202 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=3083460 CPUtime=3218.6 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 147599 0 0 0 321799 61 0 0 20 0 20 0 30475960 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=3083460 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 3517 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 3410.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083460 KiB

[startup+3342.3 s]
/proc/loadavg: 4.57 4.36 4.18 5/333 254712
/proc/meminfo: memFree=105334780/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=3083460 CPUtime=3476.27 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 370114 0 0 0 347281 346 0 0 20 0 20 0 30475959 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 770865 5990 1 0 780202 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=3083460 CPUtime=3277.47 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 150468 0 0 0 327686 61 0 0 20 0 20 0 30475960 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=3083460 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=3083460 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 3573 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 3476.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083460 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.32 4.18 5/332 254723
/proc/meminfo: memFree=105333996/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=3083460 CPUtime=3544.77 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 376408 0 0 0 354120 357 0 0 20 0 20 0 30475959 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 770865 5990 1 0 780202 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=3083460 CPUtime=3336.38 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 153200 0 0 0 333576 62 0 0 20 0 20 0 30475960 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=3083460 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=3083460 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 3658 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=3083460 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 770865 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 3544.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3452.2 s]
/proc/loadavg: 4.30 4.32 4.19 5/334 254902
/proc/meminfo: memFree=105332144/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19108176 memory=3083496 CPUtime=3600.08 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 382714 0 0 0 359642 366 0 0 20 0 20 0 30475959 19566772224 770874 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4777044 770874 5990 1 0 780202 0
[pid=252739/tid=252741] ppid=252736 vsize=19108176 memory=2248 CPUtime=3385.45 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 155989 0 0 0 338482 63 0 0 20 0 20 0 30475960 19566772224 770874 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19108176 memory=30692 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770874 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19108176 memory=-8744410935178535612 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 3713 0 0 0 0 0 0 0 20 0 20 0 30475965 19566772224 770874 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252831] ppid=252736 vsize=19108176 memory=11640 CPUtime=0 cores=4,6
/proc/252739/task/252831/stat : 252831 (Timer-0) S 252736 252739 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475993 19566772224 770874 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3083496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.66 s, system=3.67344 s

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

[startup+3452.31 s]
/proc/loadavg: 4.30 4.32 4.19 5/334 254902
/proc/meminfo: memFree=105332144/131524600 swapFree=131055836/131071996
[pid=252739] ppid=252736 vsize=19307868 memory=3084220 CPUtime=3600.28 cores=4,6
/proc/252739/stat : 252739 (java) S 252736 252739 252712 0 -1 1077936128 383944 0 0 0 359662 366 0 0 20 0 21 0 30475959 19771256832 771055 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
/proc/252739/statm: 4826967 771055 5989 1 0 781167 0
[pid=252739/tid=252741] ppid=252736 vsize=19307868 memory=3083460 CPUtime=3385.53 cores=4,6
/proc/252739/task/252741/stat : 252741 (java) R 252736 252739 252712 0 -1 4194368 156028 0 0 0 338490 63 0 0 20 0 21 0 30475960 19771256832 771055 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252760] ppid=252736 vsize=19307868 memory=3083460 CPUtime=0 cores=4,6
/proc/252739/task/252760/stat : 252760 (Finalizer) S 252736 252739 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 30475965 19771256832 771055 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
[pid=252739/tid=252772] ppid=252736 vsize=19307868 memory=3083472 CPUtime=0 cores=4,6
/proc/252739/task/252772/stat : 252772 (Common-Cleaner) S 252736 252739 252712 0 -1 1077936192 3713 0 0 0 0 0 0 0 20 0 21 0 30475965 19771256832 771055 134679101440 94637649215488 94637649219184 140734269342000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94637649227000 94637649227792 94637676367872 140734269350895 140734269351008 140734269351008 140734269358024 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3084220 KiB

Child status: 143

Real time (s): 3452.34
CPU time (s): 3600.33
CPU user time (s): 3596.66
CPU system time (s): 3.67344
CPU usage (%): 104.287
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3084220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.66
system time used= 3.67344
maximum resident set size= 3084576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384120
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138245
involuntary context switches= 20037


# summary of solver processes directly reported to runsolver:
#   pid: 252739
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3596.66
#   total CPU system time (s): 3.67344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.59487 second user time and 18.3557 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-25 22:31:03
IDJOB=4459733
IDBENCH=148531
IDSOLVER=3046
FILE ID=nodeC033/4459733-1721939463
RUNJOBID= nodeC033-1721939462-252723
SLURM_JOB_ID= 8247253
Free space on /tmp= 890084 MiB

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

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

MD5SUM BENCH= 55a6d95658ac1c453318efc30b1d836b
RANDOM SEED=1195961217

nodeC033.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		: 2990.650
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.99
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		: 3109.843
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	: 7005.76
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		: 2748.097
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.99
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		: 3645.130
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	: 7005.76
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		: 3482.051
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.99
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		: 3601.667
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	: 7005.76
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		: 3240.056
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.99
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		: 2185.143
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	: 7005.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125862244 kB
MemAvailable:   129708280 kB
Buffers:          332780 kB
Cached:          4311332 kB
SwapCached:          300 kB
Active:          2546812 kB
Inactive:        2456664 kB
Active(anon):       2100 kB
Inactive(anon):   410364 kB
Active(file):    2544712 kB
Inactive(file):  2046300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055836 kB
Dirty:               648 kB
Writeback:             0 kB
AnonPages:        359456 kB
Mapped:           108740 kB
Shmem:             53064 kB
KReclaimable:     189692 kB
Slab:             306016 kB
SReclaimable:     189692 kB
SUnreclaim:       116324 kB
KernelStack:        3764 kB
PageTables:         9652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     796724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16704 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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:      391892 kB
DirectMap2M:    39227392 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC033 at 2024-07-25 23:28:35