Trace number 4459885

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)12 3600.74 3247.48

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_200_25_4.opb
MD5SUMfd84b8b3737013ad4e894ab6fbe61c2a
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 benchmark10
Best CPU time to get the best result obtained on this benchmark1202.84
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 constraint26
Maximum length of a constraint51
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)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

Quality of the solution as a function of time


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

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.15	c version CUSTOM.v20240707
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2113181440
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2122317824
0.11/0.19	c Number of processors 	2
0.46/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.35	 - never skip resolution steps
0.46/0.35	 - Auto-division on coefficients is disabled
0.46/0.35	 - No postprocessing
0.46/0.35	 - Conflict is considered as is when resolving
0.46/0.35	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.46/0.35	 - Weaken first using unassigned literals
0.46/0.35	 - Bump strategy: ALWAYS_ONE
0.46/0.35	 - Bumper: ASSIGNED
0.46/0.35	--- Begin Solver configuration ---
0.46/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.46/0.35	Learn all clauses as in MiniSAT
0.46/0.35	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.35	No reason simplification
0.46/0.35	Armin Biere (Picosat) restarts strategy
0.46/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.46/0.35	timeout=2147483s
0.46/0.35	DB Simplification allowed=false
0.46/0.35	Listener: none
0.46/0.35	--- End Solver configuration ---
0.46/0.35	c Pseudo Boolean Optimization by upper bound
0.46/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.35	c  - never skip resolution steps
0.46/0.35	c  - Auto-division on coefficients is disabled
0.46/0.35	c  - No postprocessing
0.46/0.35	c  - Conflict is considered as is when resolving
0.46/0.35	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.46/0.35	c  - Weaken first using unassigned literals
0.46/0.35	c  - Bump strategy: ALWAYS_ONE
0.46/0.35	c  - Bumper: ASSIGNED
0.46/0.35	c --- Begin Solver configuration ---
0.46/0.35	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.46/0.35	c Learn all clauses as in MiniSAT
0.46/0.35	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.35	c No reason simplification
0.46/0.35	c Armin Biere (Picosat) restarts strategy
0.46/0.35	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.46/0.35	c timeout=2147483s
0.46/0.35	c DB Simplification allowed=false
0.46/0.35	c Listener: none
0.46/0.35	c --- End Solver configuration ---
0.46/0.35	c solving HOME/instance-4459885-1721939482.opb
0.46/0.35	c reading problem ... 
0.46/0.36	c  objective function found
1.13/0.77	c ... done. Wall clock time 0.412s.
1.13/0.77	c declared #vars     200
1.13/0.77	c internal #vars     6460
1.13/0.77	c #constraints  12720
1.13/0.77	c constraints type 
1.13/0.77	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 6260
1.13/0.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6460
1.13/0.77	c 12720 constraints processed.
1.13/0.79	c objective function length is 200 literals
1.31/0.83	c SATISFIABLE
1.31/0.83	c OPTIMIZING...
1.31/0.83	c Got one! Elapsed wall clock time (in seconds):0.472
1.31/0.83	o 17
1.51/0.94	c Got one! Elapsed wall clock time (in seconds):0.592
1.51/0.94	o 16
2.31/1.31	c Got one! Elapsed wall clock time (in seconds):0.954
2.31/1.31	o 15
3.68/2.07	c Got one! Elapsed wall clock time (in seconds):1.717
3.68/2.08	o 14
26.99/22.94	c cleaning 2701 clauses out of 5406 with flag 0/5406
58.03/52.92	c cleaning 3566 clauses out of 8695 with flag 0/11396
75.09/69.49	c Got one! Elapsed wall clock time (in seconds):69.135
75.09/69.49	o 13
80.76/74.92	c cleaning 2973 clauses out of 10334 with flag 0/16601
112.13/104.51	c cleaning 3460 clauses out of 13359 with flag 0/22599
158.73/149.85	c cleaning 3949 clauses out of 16900 with flag 0/29600
216.01/205.37	c cleaning 4654 clauses out of 20954 with flag 0/37603
294.00/281.91	c cleaning 5088 clauses out of 25296 with flag 0/46599
371.14/357.81	c cleaning 5508 clauses out of 30212 with flag 0/56603
471.21/456.10	c cleaning 5612 clauses out of 35702 with flag 0/67601
584.18/566.59	c cleaning 5852 clauses out of 42088 with flag 0/79599
705.89/686.25	c cleaning 6776 clauses out of 49237 with flag 0/92600
765.15/744.09	c Got one! Elapsed wall clock time (in seconds):743.737
765.15/744.09	o 12
822.24/800.47	c cleaning 6146 clauses out of 54132 with flag 0/104271
870.26/847.13	c cleaning 3198 clauses out of 53991 with flag 0/110276
928.63/901.88	c cleaning 3999 clauses out of 57786 with flag 0/117269
992.77/965.12	c cleaning 4407 clauses out of 61791 with flag 0/125273
1071.27/1041.94	c cleaning 5154 clauses out of 66380 with flag 0/134269
1173.54/1141.35	c cleaning 5575 clauses out of 71229 with flag 0/144272
1279.76/1244.66	c cleaning 5953 clauses out of 76655 with flag 0/155273
1471.73/1430.13	c cleaning 6645 clauses out of 82702 with flag 0/167273
1597.04/1552.80	c cleaning 7016 clauses out of 89056 with flag 0/180272
1763.54/1703.95	c cleaning 7351 clauses out of 96040 with flag 0/194272
1998.56/1911.73	c cleaning 7792 clauses out of 103689 with flag 0/209272
2271.32/2144.10	c cleaning 8032 clauses out of 111894 with flag 0/225269
2546.73/2378.93	c cleaning 9487 clauses out of 120862 with flag 0/242269
2978.31/2735.51	c cleaning 9452 clauses out of 129382 with flag 0/260276
3245.88/2954.46	c cleaning 10212 clauses out of 138924 with flag 0/279270
3592.71/3240.21	c cleaning 10074 clauses out of 148713 with flag 0/299271
3600.09/3247.15	c starts		: 140
3600.09/3247.17	c conflicts		: 300670
3600.09/3247.19	c decisions		: 543798
3600.09/3247.20	c propagations		: 188371080
3600.09/3247.20	c inspects		: 2276553429
3600.09/3247.20	c shortcuts		: 0
3600.09/3247.20	c learnt literals	: 0
3600.09/3247.20	c learnt binary clauses	: 0
3600.09/3247.20	c learnt ternary clauses	: 0
3600.09/3247.20	c learnt constraints	: 300669
3600.09/3247.20	c ignored constraints	: 0
3600.09/3247.20	c root simplifications	: 0
3600.09/3247.20	c removed literals (reason simplification)	: 0
3600.09/3247.20	c reason swapping (by a shorter reason)	: 0
3600.09/3247.20	c Calls to reduceDB	: 27
3600.09/3247.20	c Number of update (reduction) of LBD	: 0
3600.09/3247.20	c Imported unit clauses	: 0
3600.09/3247.20	c No decision after first conflict	: false
3600.09/3247.20	c number of reductions to clauses (during analyze)	: 0
3600.09/3247.20	c number of learned constraints concerned by reduction	: 0
3600.09/3247.20	c number of learning phase by resolution	: 0
3600.09/3247.20	c number of learning phase by cutting planes	: 0
3600.09/3247.20	c number of rounding to 1 operations	: 6497166
3600.09/3247.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3247.20	c number of reductions of the coefficients by power 2 	: 0
3600.09/3247.20	c number of right shift for reduction by power 2 	: 0
3600.09/3247.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3247.20	c number of ending skipping 	: 0
3600.09/3247.20	c number of internal skipping 	: 0
3600.09/3247.20	c number of derivation steps 	: 6753759
3600.09/3247.20	c number of skipped derivation steps 	: 0
3600.09/3247.20	c number of remaining unassigned 	: 819194
3600.09/3247.22	c number of remaining assigned 	: 134426838
3600.09/3247.22	c number of falsified literals weakened from reason	: 0
3600.29/3247.22	c number of falsified literals weakened from conflict	: 0
3600.29/3247.22	c time for arithmetic operations	: 103080663342
3600.29/3247.23	c minimum degree of deleted constraints	: 4
3600.29/3247.23	c maximum degree of deleted constraints	: 25064733
3600.29/3247.23	c number of deleted constraints	: 160632
3600.29/3247.23	c speed (assignments/second)	: 58023.87291190569
3600.29/3247.24	c non guided choices	: 0
3600.64/3247.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 71379
3600.64/3247.40	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3278
3600.64/3247.40	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 65380
3600.64/3247.40	s SATISFIABLE
3600.64/3247.40	c Found 6 solution(s)
3600.64/3247.40	v -x1 -x2 x3 x4 -x5 x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
3600.64/3247.41	c objective function=12
3600.64/3247.41	c Total wall clock time (in seconds): 3247.06

Verifier Data

OK	12

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (56418 MiB free)
  memory of node 1: 64473 MiB (60456 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459885-1721939482/watcher-4459885-1721939482 -o /tmp/evaluation-result-4459885-1721939482/solver-4459885-1721939482 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721939462-239224 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459885-1721939482.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=239411, runsolver pid=239408

[startup+0.100698 s]*
/proc/loadavg: 1.31 0.38 0.28 5/319 239429
/proc/meminfo: memFree=119644304/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=18975048 memory=56340 CPUtime=0.11 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 6563 0 0 0 9 2 0 0 20 0 18 0 29937448 19430449152 14085 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4743762 14085 5653 1 0 550876 0
[pid=239411/tid=239413] ppid=239408 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 5483 0 0 0 6 1 0 0 20 0 18 0 29937449 19430449152 14085 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29937451 19430449152 14085 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=18975048 memory=3833179250744360992 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29937453 19430449152 14085 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56340 KiB

[startup+0.214688 s]*
/proc/loadavg: 1.31 0.38 0.28 5/319 239429
/proc/meminfo: memFree=119635248/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=18975048 memory=65036 CPUtime=0.26 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 7203 0 0 0 24 2 0 0 20 0 18 0 29937448 19430449152 16259 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4743762 16259 5662 1 0 551399 0
[pid=239411/tid=239413] ppid=239408 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 5740 0 0 0 16 1 0 0 20 0 18 0 29937449 19430449152 16259 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=18975048 memory=1276314 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29937451 19430449152 16259 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=18975048 memory=15825495069575043 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29937453 19430449152 16259 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65036 KiB

[startup+0.313787 s]*
/proc/loadavg: 1.31 0.38 0.28 7/319 239429
/proc/meminfo: memFree=119634036/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=18975048 memory=66752 CPUtime=0.46 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 7504 0 0 0 43 3 0 0 20 0 18 0 29937448 19430449152 16688 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4743762 16688 5748 1 0 551657 0
[pid=239411/tid=239413] ppid=239408 vsize=18975048 memory=-8601143440536478396 CPUtime=0.28 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 5941 0 0 0 26 2 0 0 20 0 18 0 29937449 19430449152 16688 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29937451 19430449152 16688 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29937453 19430449152 16688 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66752 KiB

[startup+0.700382 s]
/proc/loadavg: 1.61 0.45 0.30 7/319 239429
/proc/meminfo: memFree=119622460/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19041612 memory=163308 CPUtime=1.13 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 8231 0 0 0 108 5 0 0 20 0 19 0 29937448 19498610688 40827 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4760403 40827 5891 1 0 552228 0
[pid=239411/tid=239413] ppid=239408 vsize=19041612 memory=5456 CPUtime=0.61 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 6107 0 0 0 57 4 0 0 20 0 19 0 29937449 19498610688 40827 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19041612 memory=12620 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 29937451 19498610688 40827 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 29937453 19498610688 40827 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163308 KiB

[startup+1.50026 s]
/proc/loadavg: 1.61 0.45 0.30 6/321 239431
/proc/meminfo: memFree=119531328/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=188520 CPUtime=2.68 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 18301 0 0 0 260 8 0 0 20 0 20 0 29937448 19566772224 47130 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 47130 5950 1 0 555798 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=12620 CPUtime=1.33 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 6870 0 0 0 129 4 0 0 20 0 20 0 29937449 19566772224 47130 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 47130 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 47130 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 47130 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188520 KiB

[startup+3.11168 s]
/proc/loadavg: 1.61 0.45 0.30 6/321 239433
/proc/meminfo: memFree=118903356/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=842404 CPUtime=5.86 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 25101 0 0 0 564 22 0 0 20 0 20 0 29937448 19566772224 210601 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 210601 5950 1 0 1086657 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=0 CPUtime=2.87 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 7539 0 0 0 271 16 0 0 20 0 20 0 29937449 19566772224 210601 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 210601 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 210601 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=12620 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 210601 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 842404 KiB

[startup+6.30045 s]
/proc/loadavg: 1.80 0.51 0.32 6/321 239434
/proc/meminfo: memFree=116573332/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=2605980 CPUtime=9.68 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 26565 0 0 0 912 56 0 0 20 0 20 0 29937448 19566772224 651495 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 651495 5950 1 0 1086670 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=0 CPUtime=6 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 8911 0 0 0 551 49 0 0 20 0 20 0 29937449 19566772224 651495 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=12620 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 651495 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 651495 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=61076 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 651495 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 9.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2605980 KiB

[startup+12.7004 s]
/proc/loadavg: 1.97 0.57 0.34 5/321 239435
/proc/meminfo: memFree=116020140/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=2649268 CPUtime=16.49 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 27117 0 0 0 1592 57 0 0 20 0 20 0 29937448 19566772224 662317 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 662317 5950 1 0 1086671 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=165636 CPUtime=12.2 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 9346 0 0 0 1171 49 0 0 20 0 20 0 29937449 19566772224 662317 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=2649176 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 662317 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=891556 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 662317 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 662317 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 16.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2649268 KiB

[startup+25.5005 s]
/proc/loadavg: 2.37 0.70 0.39 5/321 239437
/proc/meminfo: memFree=112464672/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=4350796 CPUtime=29.73 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 35023 0 0 0 2880 93 0 0 20 0 20 0 29937448 19566772224 1087699 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 1087699 5982 1 0 1661159 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=2649176 CPUtime=24.62 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 13203 0 0 0 2380 82 0 0 20 0 20 0 29937449 19566772224 1087699 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=2690228 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 1087699 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 1087699 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 1087699 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 29.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4350796 KiB

[startup+51.1139 s]
/proc/loadavg: 3.07 1.03 0.51 6/321 239440
/proc/meminfo: memFree=108594300/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=5000128 CPUtime=56.12 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 37351 0 0 0 5503 109 0 0 20 0 20 0 29937448 19566772224 1250032 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 1250032 5982 1 0 1661175 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=5000076 CPUtime=49.53 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 15082 0 0 0 4858 95 0 0 20 0 20 0 29937449 19566772224 1250032 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=5000076 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 1250032 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 1250032 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0

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

Current children cumulated memory: 6997124 KiB

[startup+2982.3 s]
/proc/loadavg: 4.36 4.56 4.33 5/320 240549
/proc/meminfo: memFree=98266900/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=6997124 CPUtime=3274.73 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 590237 0 0 0 326945 528 0 0 20 0 20 0 29937448 19566772224 1749281 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 1749281 6010 1 0 1762105 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=6997124 CPUtime=2892.59 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 241335 0 0 0 289113 146 0 0 20 0 20 0 29937449 19566772224 1749281 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 61 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=61076 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 1749281 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 2579 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 1749281 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=6997124 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 1749281 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 3274.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6997124 KiB

[startup+3042.3 s]
/proc/loadavg: 4.44 4.55 4.34 5/320 240561
/proc/meminfo: memFree=98266620/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=6997132 CPUtime=3351.7 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 591792 0 0 0 334629 541 0 0 20 0 20 0 29937448 19566772224 1749283 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 1749283 6010 1 0 1762105 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=6997132 CPUtime=2950.48 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 242370 0 0 0 294902 146 0 0 20 0 20 0 29937449 19566772224 1749283 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 61 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=6997132 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 1749283 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=5432 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 2580 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 1749283 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=6997132 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 1749283 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 3351.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6997132 KiB

[startup+3102.3 s]
/proc/loadavg: 4.45 4.53 4.35 6/320 240571
/proc/meminfo: memFree=98264292/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=6997136 CPUtime=3429.59 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 610886 0 0 0 342405 554 0 0 20 0 20 0 29937448 19566772224 1749284 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 1749284 6010 1 0 1762105 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=6996940 CPUtime=3008.24 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 250193 0 0 0 300677 147 0 0 20 0 20 0 29937449 19566772224 1749284 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 61 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=6996940 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 1749284 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=18652 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 2580 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 1749284 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=6997136 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 1749284 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 3429.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6997136 KiB

[startup+3162.3 s]
/proc/loadavg: 5.01 4.65 4.40 5/320 240581
/proc/meminfo: memFree=98263872/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=6997144 CPUtime=3501.93 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 613466 0 0 0 349631 562 0 0 20 0 20 0 29937448 19566772224 1749286 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 1749286 6010 1 0 1762105 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=6996940 CPUtime=3066.1 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 251100 0 0 0 306463 147 0 0 20 0 20 0 29937449 19566772224 1749286 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 61 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=6997140 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 1749286 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=6997144 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 1749286 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=12620 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 1749286 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 3501.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6997144 KiB

[startup+3222.3 s]
/proc/loadavg: 4.94 4.72 4.45 5/321 240974
/proc/meminfo: memFree=98260612/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=6999256 CPUtime=3574.42 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 614707 0 0 0 356870 572 0 0 20 0 20 0 29937448 19566772224 1749814 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 1749814 6010 1 0 1762119 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=6999252 CPUtime=3124.06 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 251956 0 0 0 312259 147 0 0 20 0 20 0 29937449 19566772224 1749814 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 61 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=12620 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 1749814 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=6999252 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 1749814 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=6999252 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 1749814 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 3574.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6999256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3247.11 s]
/proc/loadavg: 4.62 4.66 4.43 5/320 240979
/proc/meminfo: memFree=98260968/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19108176 memory=6999256 CPUtime=3600.09 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 615233 0 0 0 359435 574 0 0 20 0 20 0 29937448 19566772224 1749814 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4777044 1749814 6010 1 0 1762119 0
[pid=239411/tid=239413] ppid=239408 vsize=19108176 memory=6997136 CPUtime=3148.12 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 252422 0 0 0 314665 147 0 0 20 0 20 0 29937449 19566772224 1749814 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 67 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19108176 memory=6999220 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29937451 19566772224 1749814 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19108176 memory=2273 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 20 0 29937453 19566772224 1749814 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239431] ppid=239408 vsize=19108176 memory=6999256 CPUtime=0 cores=1,3
/proc/239411/task/239431/stat : 239431 (Timer-0) S 239408 239411 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29937527 19566772224 1749814 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6999256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.94 s, system=5.80052 s

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

[startup+3247.23 s]
/proc/loadavg: 4.62 4.66 4.43 5/320 240979
/proc/meminfo: memFree=98260968/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19307868 memory=6999868 CPUtime=3600.29 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 616989 0 0 0 359454 575 0 0 20 0 22 0 29937448 19771256832 1749967 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4826967 1749967 6009 1 0 1763022 0
[pid=239411/tid=239413] ppid=239408 vsize=19307868 memory=6999256 CPUtime=3148.24 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 252502 0 0 0 314677 147 0 0 20 0 22 0 29937449 19771256832 1749967 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 67 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19307868 memory=1848 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 29937451 19771256832 1749967 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19307868 memory=11536 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 22 0 29937453 19771256832 1749967 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6999868 KiB

[startup+3247.4 s]
/proc/loadavg: 4.62 4.66 4.43 5/320 240979
/proc/meminfo: memFree=98260968/131655788 swapFree=131056320/131071996
[pid=239411] ppid=239408 vsize=19307868 memory=6999924 CPUtime=3600.64 cores=1,3
/proc/239411/stat : 239411 (java) S 239408 239411 239212 0 -1 1077936128 617504 0 0 0 359489 575 0 0 20 0 21 0 29937448 19771256832 1749981 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
/proc/239411/statm: 4826967 1749981 6009 1 0 1763070 0
[pid=239411/tid=239413] ppid=239408 vsize=19307868 memory=12620 CPUtime=3148.41 cores=1,3
/proc/239411/task/239413/stat : 239413 (java) R 239408 239411 239212 0 -1 4194368 252502 0 0 0 314694 147 0 0 20 0 21 0 29937449 19771256832 1749981 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 67 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239422] ppid=239408 vsize=19307868 memory=-8601143440536478396 CPUtime=0 cores=1,3
/proc/239411/task/239422/stat : 239422 (Finalizer) S 239408 239411 239212 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 29937451 19771256832 1749981 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
[pid=239411/tid=239429] ppid=239408 vsize=19307868 memory=16228 CPUtime=0 cores=1,3
/proc/239411/task/239429/stat : 239429 (Common-Cleaner) S 239408 239411 239212 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 29937453 19771256832 1749981 134679101440 94372183658496 94372183662192 140726498424560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94372183670008 94372183670800 94372195246080 140726498427887 140726498428000 140726498428000 140726498435016 0
Current children cumulated CPU time: 3600.64 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6999924 KiB

Child status: 143

Real time (s): 3247.48
CPU time (s): 3600.74
CPU user time (s): 3594.94
CPU system time (s): 5.80052
CPU usage (%): 110.878
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6999924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.94
system time used= 5.80052
maximum resident set size= 7000620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 617813
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124891
involuntary context switches= 22992


# summary of solver processes directly reported to runsolver:
#   pid: 239411
#   total CPU time (s): 3600.74
#   total CPU user time (s): 3594.94
#   total CPU system time (s): 5.80052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2129 second user time and 30.0706 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-25 22:31:22
IDJOB=4459885
IDBENCH=148636
IDSOLVER=3046
FILE ID=nodeC006/4459885-1721939482
RUNJOBID= nodeC006-1721939462-239224
SLURM_JOB_ID= 8247260
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= fd84b8b3737013ad4e894ab6fbe61c2a
RANDOM SEED=694240006

nodeC006.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.260
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3391.802
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3625.151
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.098
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3656.691
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3623.730
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.109
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.098
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119679696 kB
MemAvailable:   122911480 kB
Buffers:          337436 kB
Cached:          3504028 kB
SwapCached:          244 kB
Active:          2055988 kB
Inactive:        8983700 kB
Active(anon):       1752 kB
Inactive(anon):  7241712 kB
Active(file):    2054236 kB
Inactive(file):  1741988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056320 kB
Dirty:              4884 kB
Writeback:             4 kB
AnonPages:       7197788 kB
Mapped:           113380 kB
Shmem:             45244 kB
KReclaimable:     497468 kB
Slab:             608436 kB
SReclaimable:     497468 kB
SUnreclaim:       110968 kB
KernelStack:        4896 kB
PageTables:        24312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15099620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16576 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6907904 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:      420680 kB
DirectMap2M:    57155584 kB
DirectMap1G:    78643200 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC006 at 2024-07-25 23:25:29