Trace number 4456069

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 NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12MSAT (TO) 3600.56 3582.28

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
MD5SUM3a80f9a705c5ec8a5a9c03ad559eff2a
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark13.5539
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.13	c Free memory 		2115194816
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.13/0.21	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.21	 - never skip resolution steps
0.13/0.21	 - Auto-division on coefficients is disabled
0.13/0.21	 - No postprocessing
0.13/0.21	 - Conflict is considered as is when resolving
0.13/0.21	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.21	 - Weaken first using unassigned literals
0.13/0.21	 - Bump strategy: ALWAYS_ONE
0.13/0.21	 - Bumper: ASSIGNED
0.13/0.21	--- Begin Solver configuration ---
0.13/0.21	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.21	Learn all clauses as in MiniSAT
0.13/0.21	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.21	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.21	No reason simplification
0.13/0.21	Armin Biere (Picosat) restarts strategy
0.13/0.21	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.21	timeout=2147483s
0.13/0.21	DB Simplification allowed=false
0.13/0.21	Listener: none
0.13/0.21	--- End Solver configuration ---
0.13/0.22	c Pseudo Boolean Optimization by upper bound
0.13/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.22	c  - never skip resolution steps
0.13/0.22	c  - Auto-division on coefficients is disabled
0.13/0.22	c  - No postprocessing
0.13/0.22	c  - Conflict is considered as is when resolving
0.13/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.22	c  - Weaken first using unassigned literals
0.13/0.22	c  - Bump strategy: ALWAYS_ONE
0.13/0.22	c  - Bumper: ASSIGNED
0.13/0.22	c --- Begin Solver configuration ---
0.13/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.22	c Learn all clauses as in MiniSAT
0.13/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.22	c No reason simplification
0.13/0.22	c Armin Biere (Picosat) restarts strategy
0.13/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.22	c timeout=2147483s
0.13/0.22	c DB Simplification allowed=false
0.13/0.22	c Listener: none
0.13/0.22	c --- End Solver configuration ---
0.13/0.22	c solving HOME/instance-4456069-1721718103.wbo
0.13/0.22	c reading problem ... 
0.69/0.50	c ... done. Wall clock time 0.277s.
0.69/0.50	c declared #vars     231
0.69/0.50	c internal #vars     2938
0.69/0.50	c #constraints  2708
0.69/0.50	c constraints type 
0.69/0.50	c org.sat4j.specs.Constr$1 => 1
0.69/0.50	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 23
0.69/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.69/0.50	c 2708 constraints processed.
0.69/0.52	c objective function length is 2707 literals
1.23/0.73	c SATISFIABLE
1.23/0.73	c OPTIMIZING...
1.23/0.73	c Got one! Elapsed wall clock time (in seconds):0.512
1.23/0.73	o 35248
1.82/1.04	c Got one! Elapsed wall clock time (in seconds):0.823
1.82/1.05	o 35247
5.92/3.15	c Got one! Elapsed wall clock time (in seconds):2.938
5.92/3.15	o 1602
11.90/8.00	c Got one! Elapsed wall clock time (in seconds):7.787
11.90/8.00	o 1350
15.36/11.26	c Got one! Elapsed wall clock time (in seconds):11.046
15.36/11.26	o 1262
23.63/19.35	c Got one! Elapsed wall clock time (in seconds):19.137
23.63/19.35	o 1255
27.29/22.73	c Got one! Elapsed wall clock time (in seconds):22.516
27.29/22.73	o 868
38.17/33.42	c Got one! Elapsed wall clock time (in seconds):33.209
38.17/33.42	o 476
42.14/37.21	c Got one! Elapsed wall clock time (in seconds):36.994
42.14/37.21	o 475
50.38/45.47	c Got one! Elapsed wall clock time (in seconds):45.257
50.38/45.47	o 474
64.70/59.65	c Got one! Elapsed wall clock time (in seconds):59.441
64.70/59.65	o 473
71.84/66.70	c Got one! Elapsed wall clock time (in seconds):66.488
71.84/66.70	o 469
101.87/96.61	c Got one! Elapsed wall clock time (in seconds):96.402
101.87/96.62	o 455
103.79/98.53	c Got one! Elapsed wall clock time (in seconds):98.322
103.79/98.53	o 453
132.82/127.52	c Got one! Elapsed wall clock time (in seconds):127.306
132.82/127.52	o 394
190.06/184.73	c Got one! Elapsed wall clock time (in seconds):184.517
190.06/184.73	o 390
287.19/281.24	c Got one! Elapsed wall clock time (in seconds):281.026
287.19/281.24	o 388
426.92/420.53	c Got one! Elapsed wall clock time (in seconds):420.312
426.92/420.53	o 202
504.37/497.66	c cleaning 6246 clauses out of 12497 with flag 0/12497
528.61/521.66	c Got one! Elapsed wall clock time (in seconds):521.444
528.61/521.66	o 197
534.31/527.15	c Got one! Elapsed wall clock time (in seconds):526.938
534.31/527.15	o 196
691.92/683.41	c Got one! Elapsed wall clock time (in seconds):683.196
691.92/683.41	o 192
840.36/831.27	c Got one! Elapsed wall clock time (in seconds):831.06
840.36/831.27	o 188
933.26/923.41	c cleaning 6569 clauses out of 13156 with flag 0/19402
948.75/938.72	c Got one! Elapsed wall clock time (in seconds):938.502
948.75/938.72	o 179
960.99/950.85	c Got one! Elapsed wall clock time (in seconds):950.634
960.99/950.85	o 174
974.41/964.13	c Got one! Elapsed wall clock time (in seconds):963.919
974.41/964.13	o 169
1034.00/1023.33	c Got one! Elapsed wall clock time (in seconds):1023.114
1034.00/1023.33	o 167
1063.10/1052.38	c Got one! Elapsed wall clock time (in seconds):1052.168
1063.10/1052.38	o 150
1138.12/1127.04	c Got one! Elapsed wall clock time (in seconds):1126.824
1138.12/1127.04	o 147
1221.94/1210.79	c Got one! Elapsed wall clock time (in seconds):1210.58
1221.94/1210.79	o 146
1404.52/1393.15	c cleaning 7418 clauses out of 14846 with flag 0/27661
1414.96/1403.50	c Got one! Elapsed wall clock time (in seconds):1403.284
1414.96/1403.50	o 142
1507.17/1495.11	c Got one! Elapsed wall clock time (in seconds):1494.901
1507.17/1495.11	o 141
1515.07/1503.09	c Got one! Elapsed wall clock time (in seconds):1502.881
1515.07/1503.09	o 140
1535.67/1523.52	c Got one! Elapsed wall clock time (in seconds):1523.303
1535.67/1523.52	o 138
1557.37/1544.97	c Got one! Elapsed wall clock time (in seconds):1544.757
1557.37/1544.97	o 129
1601.06/1588.21	c Got one! Elapsed wall clock time (in seconds):1587.996
1601.06/1588.21	o 127
1675.22/1662.43	c Got one! Elapsed wall clock time (in seconds):1662.218
1675.22/1662.43	o 109
1751.66/1738.62	c cleaning 8052 clauses out of 16114 with flag 0/36347
1823.16/1809.22	c Got one! Elapsed wall clock time (in seconds):1809.004
1823.16/1809.22	o 106
1837.72/1823.77	c Got one! Elapsed wall clock time (in seconds):1823.552
1837.72/1823.77	o 105
1927.46/1913.03	c cleaning 5796 clauses out of 13560 with flag 0/41845
2335.31/2319.58	c Got one! Elapsed wall clock time (in seconds):2319.368
2335.31/2319.58	o 104
2691.79/2675.25	c Got one! Elapsed wall clock time (in seconds):2675.037
2691.79/2675.25	o 99
2848.73/2831.79	c Got one! Elapsed wall clock time (in seconds):2831.581
2848.73/2831.79	o 97
3215.78/3198.15	c Got one! Elapsed wall clock time (in seconds):3197.939
3215.78/3198.15	o 91
3600.05/3582.04	c starts		: 116
3600.05/3582.08	c conflicts		: 52548
3600.05/3582.09	c decisions		: 808547
3600.05/3582.09	c propagations		: 8216401
3600.05/3582.09	c inspects		: 645360478
3600.05/3582.09	c shortcuts		: 0
3600.05/3582.09	c learnt literals	: 0
3600.05/3582.09	c learnt binary clauses	: 0
3600.05/3582.09	c learnt ternary clauses	: 0
3600.05/3582.09	c learnt constraints	: 52548
3600.05/3582.09	c ignored constraints	: 0
3600.05/3582.09	c root simplifications	: 0
3600.05/3582.09	c removed literals (reason simplification)	: 0
3600.05/3582.09	c reason swapping (by a shorter reason)	: 0
3600.05/3582.09	c Calls to reduceDB	: 5
3600.05/3582.09	c Number of update (reduction) of LBD	: 0
3600.05/3582.09	c Imported unit clauses	: 0
3600.05/3582.09	c No decision after first conflict	: false
3600.05/3582.09	c number of reductions to clauses (during analyze)	: 0
3600.05/3582.09	c number of learned constraints concerned by reduction	: 0
3600.05/3582.09	c number of learning phase by resolution	: 0
3600.05/3582.09	c number of learning phase by cutting planes	: 0
3600.05/3582.09	c number of rounding to 1 operations	: 143742
3600.05/3582.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3582.09	c number of reductions of the coefficients by power 2 	: 0
3600.05/3582.09	c number of right shift for reduction by power 2 	: 0
3600.05/3582.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3582.09	c number of ending skipping 	: 0
3600.05/3582.09	c number of internal skipping 	: 0
3600.05/3582.09	c number of derivation steps 	: 480221
3600.05/3582.09	c number of skipped derivation steps 	: 0
3600.05/3582.09	c number of remaining unassigned 	: 453879
3600.05/3582.09	c number of remaining assigned 	: 24216808
3600.05/3582.09	c number of falsified literals weakened from reason	: 0
3600.05/3582.09	c number of falsified literals weakened from conflict	: 0
3600.05/3582.09	c time for arithmetic operations	: 2156295504
3600.05/3582.12	c minimum degree of deleted constraints	: 4
3600.27/3582.12	c maximum degree of deleted constraints	: 57464016
3600.27/3582.12	c number of deleted constraints	: 34081
3600.27/3582.12	c speed (assignments/second)	: 2294.0590305349224
3600.27/3582.13	c non guided choices	: 4256
3600.42/3582.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 8598
3600.42/3582.21	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9
3600.42/3582.21	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9860
3600.42/3582.21	s SATISFIABLE
3600.42/3582.21	c Found 42 solution(s)
3600.42/3582.21	v -x1 -x2 -x3 -x4 x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
3600.42/3582.24	c objective function=91
3600.42/3582.24	c Total wall clock time (in seconds): 3582.026

Verifier Data

OK	91

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: 64059 MiB (58393 MiB free)
  memory of node 1: 64510 MiB (54370 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456069-1721718103/watcher-4456069-1721718103 -o /tmp/evaluation-result-4456069-1721718103/solver-4456069-1721718103 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721717807-78851 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456069-1721718103.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=80337, runsolver pid=80334

[startup+0.104435 s]*
/proc/loadavg: 4.34 3.41 2.65 7/322 80355
/proc/meminfo: memFree=115434628/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=18993908 memory=57416 CPUtime=0.13 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 6737 0 0 0 10 3 0 0 20 0 18 0 7799728 19449761792 14354 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4748477 14354 5797 1 0 551003 0
[pid=80337/tid=80339] ppid=80334 vsize=18993908 memory=4026561586 CPUtime=0.1 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) S 80334 80337 78839 0 -1 1077936192 5684 0 0 0 7 3 0 0 20 0 18 0 7799729 19449761792 14354 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=18993908 memory=232851243367 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7799735 19449761792 14354 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=18993908 memory=3618136736603111187 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7799736 19449761792 14354 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57416 KiB

[startup+0.217133 s]*
/proc/loadavg: 4.34 3.41 2.65 7/322 80355
/proc/meminfo: memFree=115424564/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=18993908 memory=68004 CPUtime=0.33 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 7636 0 0 0 29 4 0 0 20 0 18 0 7799728 19449761792 17001 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4748477 17001 5999 1 0 551766 0
[pid=80337/tid=80339] ppid=80334 vsize=18993908 memory=664970838410264707 CPUtime=0.19 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 6124 0 0 0 16 3 0 0 20 0 18 0 7799729 19449761792 17001 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=18993908 memory=1646 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7799735 19449761792 17001 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7799736 19449761792 17001 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 68004 KiB

[startup+0.322131 s]*
/proc/loadavg: 4.34 3.41 2.65 7/322 80355
/proc/meminfo: memFree=115415560/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=18993908 memory=78964 CPUtime=0.52 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 7724 0 0 0 48 4 0 0 20 0 18 0 7799728 19449761792 19741 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4748477 19741 6093 1 0 551787 0
[pid=80337/tid=80339] ppid=80334 vsize=18993908 memory=-6000919489920068711 CPUtime=0.29 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 6149 0 0 0 26 3 0 0 20 0 18 0 7799729 19449761792 19741 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7799735 19449761792 19741 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7799736 19449761792 19741 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 78964 KiB

[startup+0.700403 s]
/proc/loadavg: 4.34 3.41 2.65 9/322 80355
/proc/meminfo: memFree=115379840/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19060472 memory=129892 CPUtime=1.23 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 8175 0 0 0 117 6 0 0 20 0 19 0 7799728 19517923328 32473 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4765118 32473 6130 1 0 552267 0
[pid=80337/tid=80339] ppid=80334 vsize=19060472 memory=5604 CPUtime=0.65 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 6327 0 0 0 61 4 0 0 20 0 19 0 7799729 19517923328 32473 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19060472 memory=12240 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7799735 19517923328 32473 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19060472 memory=4969 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 7799736 19517923328 32473 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19060472 memory=2244 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 7799781 19517923328 32473 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 129892 KiB

[startup+1.50113 s]
/proc/loadavg: 4.34 3.41 2.65 8/324 80357
/proc/meminfo: memFree=115316176/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=181024 CPUtime=2.79 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 19690 0 0 0 271 8 0 0 20 0 20 0 7799728 19586084864 45256 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 45256 6146 1 0 556933 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=12240 CPUtime=1.42 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 6774 0 0 0 137 5 0 0 20 0 20 0 7799729 19586084864 45256 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 45256 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=19063 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 45256 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 45256 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 181024 KiB

[startup+3.10605 s]
/proc/loadavg: 4.34 3.41 2.65 7/324 80357
/proc/meminfo: memFree=115267968/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=224372 CPUtime=5.92 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 22806 0 0 0 583 9 0 0 20 0 20 0 7799728 19586084864 56093 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 56093 6193 1 0 557231 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=0 CPUtime=2.97 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 7271 0 0 0 292 5 0 0 20 0 20 0 7799729 19586084864 56093 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 56093 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=12240 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 56093 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=12252 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 56093 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 224372 KiB

[startup+6.30043 s]
/proc/loadavg: 4.55 3.47 2.68 5/324 80357
/proc/meminfo: memFree=115045548/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=486908 CPUtime=10.3 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 23752 0 0 0 1015 15 0 0 20 0 20 0 7799728 19586084864 121727 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 121727 6193 1 0 557441 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=12240 CPUtime=6.06 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 7783 0 0 0 597 9 0 0 20 0 20 0 7799729 19586084864 121727 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=231568 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 121727 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 121727 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=-6000919489920068711 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 121727 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 10.3 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 486908 KiB

[startup+12.7004 s]
/proc/loadavg: 4.51 3.48 2.68 5/324 80359
/proc/meminfo: memFree=114567388/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=855580 CPUtime=16.95 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 28067 0 0 0 1671 24 0 0 20 0 20 0 7799728 19586084864 213895 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 213895 6193 1 0 724541 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=-6000919489920068711 CPUtime=12.04 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 9175 0 0 0 1188 16 0 0 20 0 20 0 7799729 19586084864 213895 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 213895 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=753168 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 213895 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=-6000919489920068711 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 213895 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 16.95 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 855580 KiB

[startup+25.5005 s]
/proc/loadavg: 4.46 3.52 2.71 5/324 80360
/proc/meminfo: memFree=113687044/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=1598592 CPUtime=30.25 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 31895 0 0 0 2984 41 0 0 20 0 20 0 7799728 19586084864 399648 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 399648 6193 1 0 1090099 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=1506264 CPUtime=24.16 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 9755 0 0 0 2389 27 0 0 20 0 20 0 7799729 19586084864 399648 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=-6000919489920068711 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 399648 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=12240 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 399648 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=12252 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 399648 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 30.25 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1598592 KiB

[startup+51.1131 s]
/proc/loadavg: 4.53 3.61 2.76 6/318 80432
/proc/meminfo: memFree=115056992/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=3548372 CPUtime=56.22 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 42302 0 0 0 5537 85 0 0 20 0 20 0 7799728 19586084864 887093 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 887093 6193 1 0 1301089 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=12252 CPUtime=49.12 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 15011 0 0 0 4849 63 0 0 20 0 20 0 7799729 19586084864 887093 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=3120232 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 887093 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=12252 CPUtime=0 cores=4,6

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

[startup+3222.3 s]
/proc/loadavg: 4.15 4.25 4.21 5/317 82069
/proc/meminfo: memFree=110088756/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3240.02 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 294794 0 0 0 323687 315 0 0 20 0 20 0 7799728 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 1265437 6224 1 0 1302988 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=5061736 CPUtime=3195.46 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 146925 0 0 0 319455 91 0 0 20 0 20 0 7799729 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=12240 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=5061736 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 3220 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=5061748 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 3240.02 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5061748 KiB

[startup+3282.3 s]
/proc/loadavg: 4.62 4.36 4.24 5/317 82080
/proc/meminfo: memFree=110069784/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3300.17 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 295849 0 0 0 329699 318 0 0 20 0 20 0 7799728 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 1265437 6224 1 0 1302988 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3255.05 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 147816 0 0 0 325413 92 0 0 20 0 20 0 7799729 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=12252 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=12252 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 3221 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=5061748 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 3300.17 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5061748 KiB

[startup+3342.3 s]
/proc/loadavg: 4.67 4.42 4.27 5/317 82090
/proc/meminfo: memFree=109628140/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3360.21 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 300362 0 0 0 335698 323 0 0 20 0 20 0 7799728 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 1265437 6224 1 0 1302988 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3314.78 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 150846 0 0 0 331385 93 0 0 20 0 20 0 7799729 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=5061748 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=12240 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 3363 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=31864 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 3360.21 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5061748 KiB

[startup+3402.3 s]
/proc/loadavg: 4.50 4.40 4.28 5/319 82337
/proc/meminfo: memFree=107411684/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3420.23 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 301295 0 0 0 341698 325 0 0 20 0 20 0 7799728 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 1265437 6224 1 0 1302988 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3374.5 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 151667 0 0 0 337357 93 0 0 20 0 20 0 7799729 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=12252 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=5061748 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 3365 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=1500 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 3420.23 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5061748 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.36 4.27 5/319 82348
/proc/meminfo: memFree=107410960/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3480.29 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 305901 0 0 0 347700 329 0 0 20 0 20 0 7799728 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 1265437 6224 1 0 1302988 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=12252 CPUtime=3434.23 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 154434 0 0 0 343330 93 0 0 20 0 20 0 7799729 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=1896 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=-4225881207148985229 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 3511 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=5061748 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 3480.29 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5061748 KiB

[startup+3522.3 s]
/proc/loadavg: 4.99 4.53 4.33 5/316 82494
/proc/meminfo: memFree=110968652/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3540.31 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 308234 0 0 0 353700 331 0 0 20 0 20 0 7799728 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 1265437 6224 1 0 1302988 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3493.97 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 156417 0 0 0 349303 94 0 0 20 0 20 0 7799729 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=12252 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=-6000919489920068711 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 3511 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=5604 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 3540.31 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5061748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582 s]*
/proc/loadavg: 4.55 4.50 4.34 5/317 82517
/proc/meminfo: memFree=110940972/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19127036 memory=5061748 CPUtime=3600.05 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 311847 0 0 0 359671 334 0 0 20 0 20 0 7799728 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4781759 1265437 6224 1 0 1302988 0
[pid=80337/tid=80339] ppid=80334 vsize=19127036 memory=4331696 CPUtime=3553.41 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 158228 0 0 0 355247 94 0 0 20 0 20 0 7799729 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19127036 memory=7294265239222717038 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7799735 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19127036 memory=21320 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 3605 0 0 0 0 0 0 0 20 0 20 0 7799736 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80356] ppid=80334 vsize=19127036 memory=2252 CPUtime=0 cores=4,6
/proc/80337/task/80356/stat : 80356 (Timer-0) S 80334 80337 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7799781 19586084864 1265437 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5061748 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.18 s, system=3.37512 s

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

[startup+3582.2 s]
/proc/loadavg: 4.55 4.50 4.34 5/317 82517
/proc/meminfo: memFree=110940972/131655788 swapFree=131071996/131071996
[pid=80337] ppid=80334 vsize=19326728 memory=5062600 CPUtime=3600.42 cores=4,6
/proc/80337/stat : 80337 (java) S 80334 80337 78839 0 -1 1077936128 315245 0 0 0 359707 335 0 0 20 0 21 0 7799728 19790569472 1265650 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
/proc/80337/statm: 4831682 1265650 6223 1 0 1303923 0
[pid=80337/tid=80339] ppid=80334 vsize=19326728 memory=-6000919489920068711 CPUtime=3553.6 cores=4,6
/proc/80337/task/80339/stat : 80339 (java) R 80334 80337 78839 0 -1 4194368 158327 0 0 0 355266 94 0 0 20 0 21 0 7799729 19790569472 1265650 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80348] ppid=80334 vsize=19326728 memory=17912 CPUtime=0 cores=4,6
/proc/80337/task/80348/stat : 80348 (Finalizer) S 80334 80337 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 7799735 19790569472 1265650 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
[pid=80337/tid=80355] ppid=80334 vsize=19326728 memory=2232 CPUtime=0 cores=4,6
/proc/80337/task/80355/stat : 80355 (Common-Cleaner) S 80334 80337 78839 0 -1 1077936192 3605 0 0 0 0 0 0 0 20 0 21 0 7799736 19790569472 1265650 134679101440 94550121783296 94550121786992 140728080282928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94550121794808 94550121795600 94550141509632 140728080290803 140728080290916 140728080290916 140728080297928 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 5062600 KiB

Child status: 143

Real time (s): 3582.28
CPU time (s): 3600.56
CPU user time (s): 3597.18
CPU system time (s): 3.37512
CPU usage (%): 100.51
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 5062600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.18
system time used= 3.37512
maximum resident set size= 5063640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315931
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111373
involuntary context switches= 3730


# summary of solver processes directly reported to runsolver:
#   pid: 80337
#   total CPU time (s): 3600.56
#   total CPU user time (s): 3597.18
#   total CPU system time (s): 3.37512

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4379 second user time and 36.1557 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-23 09:01:43
IDJOB=4456069
IDBENCH=143181
IDSOLVER=3035
FILE ID=nodeC005/4456069-1721718103
RUNJOBID= nodeC005-1721717807-78851
SLURM_JOB_ID= 7770386
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456069-1721718103/watcher-4456069-1721718103 -o /tmp/evaluation-result-4456069-1721718103/solver-4456069-1721718103 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721717807-78851 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456069-1721718103.wbo

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

MD5SUM BENCH= 3a80f9a705c5ec8a5a9c03ad559eff2a
RANDOM SEED=1145489929

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.107
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.14
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		: 1795.873
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.129
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.14
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		: 2493.980
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.31
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		: 3491.617
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.14
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		: 3654.897
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.31
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.132
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.14
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.209
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        115470328 kB
MemAvailable:   118531572 kB
Buffers:          134180 kB
Cached:          3723804 kB
SwapCached:            0 kB
Active:           872388 kB
Inactive:       14733676 kB
Active(anon):       1416 kB
Inactive(anon): 11776220 kB
Active(file):     870972 kB
Inactive(file):  2957456 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:      11748168 kB
Mapped:           119828 kB
Shmem:             29504 kB
KReclaimable:     145696 kB
Slab:             241184 kB
SReclaimable:     145696 kB
SUnreclaim:        95488 kB
KernelStack:        4928 kB
PageTables:        32948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   14624504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16416 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11433984 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:      260936 kB
DirectMap2M:    21663744 kB
DirectMap1G:    114294784 kB

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