Trace number 4456079

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.46 3577.53

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900553812--soft-0-100-0.wbo
MD5SUMbba5b9128642b2db23fc07428dc31bb7
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark21.8974
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 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2115194816
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.12/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	 - never skip resolution steps
0.12/0.22	 - Auto-division on coefficients is disabled
0.12/0.22	 - No postprocessing
0.12/0.22	 - Conflict is considered as is when resolving
0.12/0.22	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.22	 - Weaken first using unassigned literals
0.12/0.22	 - Bump strategy: ALWAYS_ONE
0.12/0.22	 - Bumper: ASSIGNED
0.12/0.22	--- Begin Solver configuration ---
0.12/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.22	Learn all clauses as in MiniSAT
0.12/0.22	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	No reason simplification
0.12/0.22	Armin Biere (Picosat) restarts strategy
0.12/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.22	timeout=2147483s
0.12/0.22	DB Simplification allowed=false
0.12/0.22	Listener: none
0.12/0.22	--- End Solver configuration ---
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.22	c  - never skip resolution steps
0.12/0.22	c  - Auto-division on coefficients is disabled
0.12/0.22	c  - No postprocessing
0.12/0.22	c  - Conflict is considered as is when resolving
0.12/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.22	c  - Weaken first using unassigned literals
0.12/0.22	c  - Bump strategy: ALWAYS_ONE
0.12/0.22	c  - Bumper: ASSIGNED
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.22	c No reason simplification
0.12/0.22	c Armin Biere (Picosat) restarts strategy
0.12/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4456079-1721718152.wbo
0.12/0.22	c reading problem ... 
0.69/0.47	c ... done. Wall clock time 0.242s.
0.69/0.48	c declared #vars     231
0.69/0.48	c internal #vars     2938
0.69/0.48	c #constraints  2708
0.69/0.48	c constraints type 
0.69/0.48	c org.sat4j.specs.Constr$1 => 1
0.69/0.48	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 23
0.69/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.69/0.48	c 2708 constraints processed.
0.69/0.48	c objective function length is 2707 literals
1.38/0.82	c SATISFIABLE
1.38/0.82	c OPTIMIZING...
1.38/0.82	c Got one! Elapsed wall clock time (in seconds):0.597
1.38/0.83	o 27872
6.73/3.61	c Got one! Elapsed wall clock time (in seconds):3.389
6.73/3.61	o 6132
9.17/5.80	c Got one! Elapsed wall clock time (in seconds):5.574
9.17/5.80	o 2548
12.10/8.78	c Got one! Elapsed wall clock time (in seconds):8.551
12.10/8.78	o 2121
16.72/13.15	c Got one! Elapsed wall clock time (in seconds):12.926
16.72/13.15	o 1617
19.38/15.77	c Got one! Elapsed wall clock time (in seconds):15.542
19.38/15.77	o 1609
21.77/18.10	c Got one! Elapsed wall clock time (in seconds):17.877
21.77/18.10	o 1068
31.00/27.01	c Got one! Elapsed wall clock time (in seconds):26.785
31.00/27.01	o 884
37.89/33.26	c Got one! Elapsed wall clock time (in seconds):33.034
37.89/33.26	o 514
40.89/36.20	c Got one! Elapsed wall clock time (in seconds):35.973
40.89/36.20	o 511
48.08/43.37	c Got one! Elapsed wall clock time (in seconds):43.144
48.08/43.37	o 497
55.23/50.31	c Got one! Elapsed wall clock time (in seconds):50.081
55.23/50.31	o 491
59.53/54.67	c Got one! Elapsed wall clock time (in seconds):54.445
59.53/54.67	o 488
73.79/68.73	c Got one! Elapsed wall clock time (in seconds):68.509
73.79/68.73	o 487
77.79/72.73	c Got one! Elapsed wall clock time (in seconds):72.502
77.79/72.73	o 484
82.62/77.59	c Got one! Elapsed wall clock time (in seconds):77.367
82.62/77.59	o 482
119.08/113.85	c Got one! Elapsed wall clock time (in seconds):113.624
119.08/113.85	o 479
177.60/171.42	c Got one! Elapsed wall clock time (in seconds):171.19
177.60/171.42	o 428
183.50/177.31	c Got one! Elapsed wall clock time (in seconds):177.085
183.50/177.31	o 425
195.94/189.56	c Got one! Elapsed wall clock time (in seconds):189.33
195.94/189.56	o 117
207.29/200.90	c Got one! Elapsed wall clock time (in seconds):200.666
207.29/200.90	o 113
222.20/215.51	c Got one! Elapsed wall clock time (in seconds):215.284
222.20/215.51	o 112
251.50/244.89	c Got one! Elapsed wall clock time (in seconds):244.67
251.50/244.89	o 106
299.63/292.98	c Got one! Elapsed wall clock time (in seconds):292.756
299.63/292.98	o 105
399.28/392.41	c Got one! Elapsed wall clock time (in seconds):392.186
399.28/392.41	o 100
413.16/406.34	c Got one! Elapsed wall clock time (in seconds):406.118
413.16/406.34	o 99
487.82/480.66	c Got one! Elapsed wall clock time (in seconds):480.44
487.82/480.67	o 98
545.89/538.62	c Got one! Elapsed wall clock time (in seconds):538.395
545.89/538.62	o 95
643.99/636.11	c cleaning 8151 clauses out of 16306 with flag 0/16306
646.22/638.24	c Got one! Elapsed wall clock time (in seconds):638.019
646.22/638.24	o 93
681.41/673.29	c Got one! Elapsed wall clock time (in seconds):673.065
681.41/673.29	o 91
784.77/776.04	c Got one! Elapsed wall clock time (in seconds):775.82
784.77/776.04	o 90
900.01/890.55	c Got one! Elapsed wall clock time (in seconds):890.324
900.01/890.55	o 89
1006.75/996.75	c cleaning 7452 clauses out of 14912 with flag 0/23063
1023.38/1012.97	c Got one! Elapsed wall clock time (in seconds):1012.75
1023.38/1012.97	o 84
1083.64/1072.94	c Got one! Elapsed wall clock time (in seconds):1072.711
1083.64/1072.94	o 83
1196.24/1185.23	c Got one! Elapsed wall clock time (in seconds):1185.008
1196.24/1185.23	o 78
1319.53/1308.10	c cleaning 7306 clauses out of 14628 with flag 0/30231
1380.52/1368.54	c Got one! Elapsed wall clock time (in seconds):1368.314
1380.52/1368.54	o 77
1407.40/1395.32	c Got one! Elapsed wall clock time (in seconds):1395.091
1407.40/1395.32	o 76
1441.68/1429.41	c Got one! Elapsed wall clock time (in seconds):1429.186
1441.68/1429.41	o 75
1507.48/1495.09	c Got one! Elapsed wall clock time (in seconds):1494.87
1507.48/1495.09	o 72
1701.44/1688.08	c cleaning 6728 clauses out of 14365 with flag 0/37274
1979.41/1965.00	c Got one! Elapsed wall clock time (in seconds):1964.771
1979.41/1965.00	o 71
2064.45/2049.60	c Got one! Elapsed wall clock time (in seconds):2049.371
2064.45/2049.60	o 68
2341.58/2326.55	c cleaning 5031 clauses out of 13528 with flag 0/43165
2358.84/2343.65	c Got one! Elapsed wall clock time (in seconds):2343.422
2358.84/2343.65	o 67
2521.96/2505.87	c cleaning 4628 clauses out of 14134 with flag 0/48802
2554.75/2538.20	c Got one! Elapsed wall clock time (in seconds):2537.978
2554.75/2538.20	o 65
2748.31/2730.18	c Got one! Elapsed wall clock time (in seconds):2729.954
2748.31/2730.18	o 52
2859.09/2840.80	c cleaning 4638 clauses out of 14825 with flag 0/54121
2926.29/2907.59	c Got one! Elapsed wall clock time (in seconds):2907.37
2926.29/2907.59	o 26
3300.53/3278.44	c cleaning 5138 clauses out of 16064 with flag 0/59998
3381.19/3358.54	c Got one! Elapsed wall clock time (in seconds):3358.311
3381.19/3358.54	o 25
3600.07/3577.33	c starts		: 122
3600.07/3577.35	c conflicts		: 65414
3600.07/3577.35	c decisions		: 842085
3600.07/3577.35	c propagations		: 8317917
3600.07/3577.35	c inspects		: 750331769
3600.07/3577.35	c shortcuts		: 0
3600.07/3577.35	c learnt literals	: 0
3600.07/3577.35	c learnt binary clauses	: 0
3600.07/3577.35	c learnt ternary clauses	: 0
3600.07/3577.35	c learnt constraints	: 65414
3600.07/3577.35	c ignored constraints	: 0
3600.07/3577.36	c root simplifications	: 0
3600.07/3577.36	c removed literals (reason simplification)	: 0
3600.07/3577.39	c reason swapping (by a shorter reason)	: 0
3600.07/3577.39	c Calls to reduceDB	: 8
3600.07/3577.39	c Number of update (reduction) of LBD	: 0
3600.07/3577.39	c Imported unit clauses	: 0
3600.07/3577.39	c No decision after first conflict	: false
3600.07/3577.39	c number of reductions to clauses (during analyze)	: 0
3600.07/3577.39	c number of learned constraints concerned by reduction	: 0
3600.07/3577.39	c number of learning phase by resolution	: 0
3600.07/3577.39	c number of learning phase by cutting planes	: 0
3600.07/3577.39	c number of rounding to 1 operations	: 158834
3600.07/3577.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3577.39	c number of reductions of the coefficients by power 2 	: 0
3600.07/3577.39	c number of right shift for reduction by power 2 	: 0
3600.07/3577.39	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3577.39	c number of ending skipping 	: 0
3600.07/3577.39	c number of internal skipping 	: 0
3600.07/3577.39	c number of derivation steps 	: 551399
3600.07/3577.39	c number of skipped derivation steps 	: 0
3600.07/3577.39	c number of remaining unassigned 	: 558846
3600.07/3577.39	c number of remaining assigned 	: 31758507
3600.07/3577.39	c number of falsified literals weakened from reason	: 0
3600.07/3577.39	c number of falsified literals weakened from conflict	: 0
3600.07/3577.39	c time for arithmetic operations	: 2785521668
3600.07/3577.40	c minimum degree of deleted constraints	: 4
3600.07/3577.40	c maximum degree of deleted constraints	: 67649865
3600.07/3577.40	c number of deleted constraints	: 49072
3600.27/3577.42	c speed (assignments/second)	: 2325.4491583801896
3600.27/3577.42	c non guided choices	: 4416
3600.27/3577.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 10505
3600.27/3577.46	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.27/3577.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5836
3600.27/3577.46	s SATISFIABLE
3600.27/3577.46	c Found 46 solution(s)
3600.27/3577.46	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.27/3577.47	c objective function=25
3600.27/3577.47	c Total wall clock time (in seconds): 3577.25

Verifier Data

OK	25

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=80410, runsolver pid=80407

[startup+0.100218 s]*
/proc/loadavg: 4.53 3.61 2.76 7/316 80428
/proc/meminfo: memFree=115195460/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=18993908 memory=57100 CPUtime=0.12 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 6655 0 0 0 10 2 0 0 20 0 18 0 7804612 19449761792 14275 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4748477 14275 5747 1 0 550949 0
[pid=80410/tid=80412] ppid=80407 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 5578 0 0 0 6 2 0 0 20 0 18 0 7804612 19449761792 14275 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=18993908 memory=232851243367 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7804615 19449761792 14275 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=18993908 memory=3618136736603112172 CPUtime=0 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 7804616 19449761792 14275 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57100 KiB

[startup+0.216126 s]*
/proc/loadavg: 4.53 3.61 2.76 6/316 80430
/proc/meminfo: memFree=115185596/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=18993908 memory=67732 CPUtime=0.32 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 7564 0 0 0 29 3 0 0 20 0 18 0 7804612 19449761792 16933 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4748477 16933 5943 1 0 551693 0
[pid=80410/tid=80412] ppid=80407 vsize=18993908 memory=664970838410264707 CPUtime=0.18 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 1077936192 6091 0 0 0 16 2 0 0 20 0 18 0 7804612 19449761792 16933 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=18993908 memory=1646 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7804615 19449761792 16933 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 7804616 19449761792 16933 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67732 KiB

[startup+0.317623 s]*
/proc/loadavg: 4.53 3.61 2.76 7/316 80430
/proc/meminfo: memFree=115178584/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=18993908 memory=78372 CPUtime=0.51 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 7696 0 0 0 48 3 0 0 20 0 18 0 7804612 19449761792 19593 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4748477 19593 5943 1 0 551764 0
[pid=80410/tid=80412] ppid=80407 vsize=18993908 memory=-6000919477085432935 CPUtime=0.28 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 6150 0 0 0 26 2 0 0 20 0 18 0 7804612 19449761792 19593 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 7804615 19449761792 19593 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 7804616 19449761792 19593 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 78372 KiB

[startup+0.707456 s]
/proc/loadavg: 4.53 3.61 2.76 8/317 80431
/proc/meminfo: memFree=115138048/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19060472 memory=133628 CPUtime=1.19 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 11328 0 0 0 114 5 0 0 20 0 19 0 7804612 19517923328 33407 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4765118 33407 6096 1 0 554360 0
[pid=80410/tid=80412] ppid=80407 vsize=19060472 memory=5604 CPUtime=0.58 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 6373 0 0 0 55 3 0 0 20 0 19 0 7804612 19517923328 33407 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19060472 memory=12240 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 7804615 19517923328 33407 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19060472 memory=4945 CPUtime=0 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 7804616 19517923328 33407 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19060472 memory=2244 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 7804661 19517923328 33407 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 133628 KiB

[startup+1.50121 s]
/proc/loadavg: 4.53 3.61 2.76 6/317 80431
/proc/meminfo: memFree=115075240/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19130940 memory=187980 CPUtime=2.76 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 23052 0 0 0 268 8 0 0 20 0 20 0 7804612 19590082560 46995 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4782735 46995 6128 1 0 558586 0
[pid=80410/tid=80412] ppid=80407 vsize=19130940 memory=12240 CPUtime=1.31 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 6698 0 0 0 127 4 0 0 20 0 20 0 7804612 19590082560 46995 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19130940 memory=0 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19590082560 46995 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19130940 memory=19063 CPUtime=0 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7804616 19590082560 46995 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19130940 memory=0 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19590082560 46995 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19130940 KiB
Current children cumulated memory: 187980 KiB

[startup+3.10622 s]
/proc/loadavg: 4.53 3.61 2.76 6/318 80432
/proc/meminfo: memFree=115040224/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=212836 CPUtime=5.94 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 27073 0 0 0 585 9 0 0 20 0 20 0 7804612 19586084864 53209 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 53209 6128 1 0 558973 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=0 CPUtime=2.85 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 7189 0 0 0 281 4 0 0 20 0 20 0 7804612 19586084864 53209 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 53209 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=12240 CPUtime=0 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7804616 19586084864 53209 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=12252 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 53209 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 212836 KiB

[startup+6.30121 s]
/proc/loadavg: 4.48 3.62 2.77 6/318 80432
/proc/meminfo: memFree=114805388/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=429384 CPUtime=9.71 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 27985 0 0 0 956 15 0 0 20 0 20 0 7804612 19586084864 107346 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 107346 6128 1 0 665486 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=12240 CPUtime=5.81 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 7636 0 0 0 573 8 0 0 20 0 20 0 7804612 19586084864 107346 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=217192 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 107346 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7804616 19586084864 107346 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=-6000919477085432935 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 107346 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 9.71 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 429384 KiB

[startup+12.7005 s]
/proc/loadavg: 4.44 3.62 2.78 5/318 80436
/proc/meminfo: memFree=114365008/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=783928 CPUtime=16.29 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 28798 0 0 0 1608 21 0 0 20 0 20 0 7804612 19586084864 195982 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 195982 6128 1 0 665497 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=-6000919477085432935 CPUtime=11.95 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 8211 0 0 0 1182 13 0 0 20 0 20 0 7804612 19586084864 195982 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 195982 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=783920 CPUtime=0 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7804616 19586084864 195982 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=-6000919477085432935 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 195982 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 16.29 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 783928 KiB

[startup+25.5005 s]
/proc/loadavg: 4.35 3.64 2.80 5/318 80437
/proc/meminfo: memFree=113511356/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=1636068 CPUtime=29.59 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 35112 0 0 0 2918 41 0 0 20 0 20 0 7804612 19586084864 409017 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 409017 6128 1 0 1281725 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=1316480 CPUtime=24.16 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 9790 0 0 0 2388 28 0 0 20 0 20 0 7804612 19586084864 409017 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=-6000919477085432935 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 409017 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=12240 CPUtime=0 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7804616 19586084864 409017 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=12252 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 409017 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 29.59 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1636068 KiB

[startup+51.1131 s]
/proc/loadavg: 4.23 3.67 2.83 5/316 80442
/proc/meminfo: memFree=111730064/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=3357972 CPUtime=56.05 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 46794 0 0 0 5529 76 0 0 20 0 20 0 7804612 19586084864 839493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 839493 6128 1 0 1281753 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=12252 CPUtime=49.29 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 14618 0 0 0 4870 59 0 0 20 0 20 0 7804612 19586084864 839493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=3243168 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 839493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=12252 CPUtime=0 cores=1,3

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

/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 154424 0 0 0 319304 93 0 0 20 0 20 0 7804612 19586084864 1269164 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=5076656 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 1269164 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=5076656 CPUtime=0.01 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 3521 0 0 0 1 0 0 0 20 0 20 0 7804616 19586084864 1269164 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=5076656 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 1269164 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 3244.08 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5076656 KiB

[startup+3282.3 s]
/proc/loadavg: 4.70 4.41 4.27 5/317 82089
/proc/meminfo: memFree=109630268/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=5085944 CPUtime=3304.43 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 336482 0 0 0 330081 362 0 0 20 0 20 0 7804612 19586084864 1271486 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 1271486 6141 1 0 1284210 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=5085944 CPUtime=3253.54 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 156928 0 0 0 325260 94 0 0 20 0 20 0 7804612 19586084864 1271486 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=31864 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 1271486 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=5085740 CPUtime=0.01 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 3606 0 0 0 1 0 0 0 20 0 20 0 7804616 19586084864 1271486 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=5076656 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 1271486 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 3304.43 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5085944 KiB

[startup+3342.3 s]
/proc/loadavg: 4.60 4.42 4.28 6/319 82336
/proc/meminfo: memFree=107412408/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=5085972 CPUtime=3364.77 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 341128 0 0 0 336111 366 0 0 20 0 20 0 7804612 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 1271493 6141 1 0 1284210 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=31864 CPUtime=3312.81 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 159790 0 0 0 331186 95 0 0 20 0 20 0 7804612 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=5085972 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=12252 CPUtime=0.01 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 3606 0 0 0 1 0 0 0 20 0 20 0 7804616 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=12252 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 3364.77 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5085972 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.37 4.27 5/319 82346
/proc/meminfo: memFree=107411032/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=5085972 CPUtime=3424.99 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 343627 0 0 0 342128 371 0 0 20 0 20 0 7804612 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 1271493 6141 1 0 1284210 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=5085972 CPUtime=3372.14 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 161603 0 0 0 337118 96 0 0 20 0 20 0 7804612 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=5085972 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=5085972 CPUtime=0.01 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 3678 0 0 0 1 0 0 0 20 0 20 0 7804616 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=5085972 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 3424.99 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5085972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.80 4.48 4.31 5/316 82492
/proc/meminfo: memFree=111075688/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=5085972 CPUtime=3484.94 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 347951 0 0 0 348120 374 0 0 20 0 20 0 7804612 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 1271493 6141 1 0 1284210 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=5085972 CPUtime=3431.63 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 163936 0 0 0 343067 96 0 0 20 0 20 0 7804612 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=5085972 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=5085972 CPUtime=0.01 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 3686 0 0 0 1 0 0 0 20 0 20 0 7804616 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=12252 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 1271493 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 3484.94 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5085972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.65 4.52 4.34 5/317 82515
/proc/meminfo: memFree=110940976/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=5085980 CPUtime=3544.88 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 349639 0 0 0 354107 381 0 0 20 0 20 0 7804612 19586084864 1271495 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 1271495 6141 1 0 1284210 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=26144 CPUtime=3491.29 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 165059 0 0 0 349032 97 0 0 20 0 20 0 7804612 19586084864 1271495 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=12252 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 1271495 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=2252 CPUtime=0.01 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 3778 0 0 0 1 0 0 0 20 0 20 0 7804616 19586084864 1271495 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=5085980 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 1271495 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 3544.88 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5085980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.3 s]
/proc/loadavg: 4.40 4.47 4.34 5/317 82592
/proc/meminfo: memFree=109935316/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19127036 memory=5085980 CPUtime=3600.07 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 353930 0 0 0 359622 385 0 0 20 0 20 0 7804612 19586084864 1271495 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4781759 1271495 6141 1 0 1284210 0
[pid=80410/tid=80412] ppid=80407 vsize=19127036 memory=5085980 CPUtime=3545.58 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 167894 0 0 0 354461 97 0 0 20 0 20 0 7804612 19586084864 1271495 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19127036 memory=5085980 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 7804615 19586084864 1271495 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19127036 memory=12252 CPUtime=0.01 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 3778 0 0 0 1 0 0 0 20 0 20 0 7804616 19586084864 1271495 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80431] ppid=80407 vsize=19127036 memory=12252 CPUtime=0 cores=1,3
/proc/80410/task/80431/stat : 80431 (Timer-0) S 80407 80410 78839 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7804661 19586084864 1271495 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5085980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.56 s, system=3.90345 s

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

[startup+3577.41 s]
/proc/loadavg: 4.40 4.47 4.34 5/317 82592
/proc/meminfo: memFree=109935316/131655788 swapFree=131071996/131071996
[pid=80410] ppid=80407 vsize=19326728 memory=5086772 CPUtime=3600.27 cores=1,3
/proc/80410/stat : 80410 (java) S 80407 80410 78839 0 -1 1077936128 356891 0 0 0 359641 386 0 0 20 0 21 0 7804612 19790569472 1271693 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
/proc/80410/statm: 4831682 1271693 6156 1 0 1285129 0
[pid=80410/tid=80412] ppid=80407 vsize=19326728 memory=1500 CPUtime=3545.68 cores=1,3
/proc/80410/task/80412/stat : 80412 (java) R 80407 80410 78839 0 -1 4194368 167894 0 0 0 354471 97 0 0 20 0 21 0 7804612 19790569472 1271693 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80421] ppid=80407 vsize=19326728 memory=24856 CPUtime=0 cores=1,3
/proc/80410/task/80421/stat : 80421 (Finalizer) S 80407 80410 78839 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 7804615 19790569472 1271693 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
[pid=80410/tid=80428] ppid=80407 vsize=19326728 memory=480937 CPUtime=0.01 cores=1,3
/proc/80410/task/80428/stat : 80428 (Common-Cleaner) S 80407 80410 78839 0 -1 1077936192 3778 0 0 0 1 0 0 0 20 0 21 0 7804616 19790569472 1271693 134679101440 94725900738560 94725900742256 140732831922016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94725900750072 94725900750864 94725912985600 140732831925235 140732831925348 140732831925348 140732831932360 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 5086772 KiB

[startup+3577.5 s]*
/proc/loadavg: 4.40 4.47 4.34 5/299 82595
/proc/meminfo: memFree=114870176/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3577.53
CPU time (s): 3600.46
CPU user time (s): 3596.56
CPU system time (s): 3.90345
CPU usage (%): 100.641
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 5086772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.56
system time used= 3.90345
maximum resident set size= 5088220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357785
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= 113273
involuntary context switches= 6617


# summary of solver processes directly reported to runsolver:
#   pid: 80410
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3596.56
#   total CPU system time (s): 3.90345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5159 second user time and 38.1527 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-23 09:02:32
IDJOB=4456079
IDBENCH=143189
IDSOLVER=3035
FILE ID=nodeC005/4456079-1721718152
RUNJOBID= nodeC005-1721717807-78852
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.1900553812--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456079-1721718152/watcher-4456079-1721718152 -o /tmp/evaluation-result-4456079-1721718152/solver-4456079-1721718152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721717807-78852 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456079-1721718152.wbo

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

MD5SUM BENCH= bba5b9128642b2db23fc07428dc31bb7
RANDOM SEED=698575925

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		: 3628.834
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		: 3494.509
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.235
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		: 1197.117
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		: 3531.701
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		: 3628.036
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.225
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.163
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:        115231504 kB
MemAvailable:   118292624 kB
Buffers:          134268 kB
Cached:          3723216 kB
SwapCached:            0 kB
Active:           871912 kB
Inactive:       14973756 kB
Active(anon):       1432 kB
Inactive(anon): 12015924 kB
Active(file):     870480 kB
Inactive(file):  2957832 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:      11987864 kB
Mapped:           120176 kB
Shmem:             29504 kB
KReclaimable:     145680 kB
Slab:             240900 kB
SReclaimable:     145680 kB
SUnreclaim:        95220 kB
KernelStack:        4864 kB
PageTables:        33680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15783640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16416 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11671552 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= 723772 MiB
End job on nodeC005 at 2024-07-23 10:02:10