Trace number 4525344

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 CP 2025-06-06MSAT (TO) 3600.35 3536.47

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900556231--soft-33-100-0.wbo
MD5SUM3785d842bac6fe989ed69b09e3d5f780
Bench CategoryPARTIAL-LIN (WBO, both soft and hard 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 benchmark16.5887
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.22	c Free memory 		2104792832
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.12/0.23	c Number of processors 	2
0.44/0.38	c Pseudo Boolean Optimization by upper bound
0.44/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.38	c  - never skip resolution steps
0.44/0.38	c  - Auto-division on coefficients is disabled
0.44/0.38	c  - No postprocessing
0.44/0.38	c  - Conflict is considered as is when resolving
0.44/0.38	c  - Use constraints as they come during conflict analysis
0.44/0.38	c  - Weaken first using unassigned literals
0.44/0.38	c  - Bump strategy: ALWAYS_ONE
0.44/0.38	c  - Bumper: ANY
0.44/0.38	c --- Begin Solver configuration ---
0.44/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.44/0.38	c Learn all clauses as in MiniSAT
0.44/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.38	c No reason simplification
0.44/0.38	c Armin Biere (Picosat) restarts strategy
0.44/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.38	c timeout=2147483s
0.44/0.38	c DB Simplification allowed=false
0.44/0.38	c Listener: none
0.44/0.38	c --- End Solver configuration ---
0.44/0.38	c solving HOME/instance-4525344-1751622806.wbo
0.44/0.38	c reading problem ... 
0.83/0.58	c ... done. Wall clock time 0.187s.
0.83/0.58	c declared #vars     231
0.83/0.58	c internal #vars     2008
0.83/0.58	c #constraints  2708
0.83/0.58	c constraints type 
0.83/0.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78
0.83/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
0.83/0.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.83/0.58	c org.sat4j.specs.Constr$1 => 1
0.83/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2606
0.83/0.58	c 2708 constraints processed.
0.83/0.60	c objective function length is 1777 literals
1.55/0.98	c SATISFIABLE
1.55/0.98	c OPTIMIZING...
1.55/0.98	c Got one! Elapsed wall clock time (in seconds):0.592
1.55/0.98	o 14262
2.14/1.22	c Got one! Elapsed wall clock time (in seconds):0.833
2.14/1.22	o 14261
2.73/1.56	c Got one! Elapsed wall clock time (in seconds):1.175
2.73/1.56	o 14260
3.12/1.72	c Got one! Elapsed wall clock time (in seconds):1.34
3.12/1.73	o 14258
3.52/1.99	c Got one! Elapsed wall clock time (in seconds):1.608
3.52/1.99	o 14257
4.69/2.50	c Got one! Elapsed wall clock time (in seconds):2.115
4.69/2.50	o 14256
5.29/2.82	c Got one! Elapsed wall clock time (in seconds):2.436
5.29/2.82	o 14255
6.04/3.25	c Got one! Elapsed wall clock time (in seconds):2.865
6.04/3.25	o 14254
6.83/3.92	c Got one! Elapsed wall clock time (in seconds):3.534
6.83/3.92	o 14253
8.99/5.21	c Got one! Elapsed wall clock time (in seconds):4.822
8.99/5.21	o 14252
9.58/5.72	c Got one! Elapsed wall clock time (in seconds):5.332
9.58/5.72	o 14251
10.69/6.60	c Got one! Elapsed wall clock time (in seconds):6.212
10.69/6.60	o 14250
11.72/7.60	c Got one! Elapsed wall clock time (in seconds):7.213
11.72/7.60	o 14249
14.57/10.34	c Got one! Elapsed wall clock time (in seconds):9.959
14.57/10.34	o 14248
17.88/13.46	c Got one! Elapsed wall clock time (in seconds):13.078
17.88/13.46	o 14247
19.22/14.77	c Got one! Elapsed wall clock time (in seconds):14.38
19.22/14.77	o 14246
21.09/16.51	c Got one! Elapsed wall clock time (in seconds):16.123
21.09/16.51	o 14245
23.70/19.14	c Got one! Elapsed wall clock time (in seconds):18.758
23.70/19.14	o 14244
27.50/22.81	c Got one! Elapsed wall clock time (in seconds):22.429
27.50/22.81	o 14202
33.75/28.92	c Got one! Elapsed wall clock time (in seconds):28.531
33.75/28.92	o 14201
42.97/37.72	c cleaning 2484 clauses out of 5000
44.06/38.78	c Got one! Elapsed wall clock time (in seconds):38.39
44.06/38.78	o 14200
46.07/40.69	c Got one! Elapsed wall clock time (in seconds):40.305
46.07/40.69	o 14199
48.48/43.07	c Got one! Elapsed wall clock time (in seconds):42.68
48.48/43.07	o 14169
52.49/47.00	c Got one! Elapsed wall clock time (in seconds):46.62
52.49/47.00	o 14161
57.72/51.90	c Got one! Elapsed wall clock time (in seconds):51.517
57.72/51.90	o 14160
66.89/60.80	c Got one! Elapsed wall clock time (in seconds):60.414
66.89/60.80	o 14159
80.60/74.29	c Got one! Elapsed wall clock time (in seconds):73.907
80.60/74.29	o 14153
107.00/99.28	c Got one! Elapsed wall clock time (in seconds):98.898
107.00/99.28	o 14152
111.83/103.98	c Got one! Elapsed wall clock time (in seconds):103.593
111.83/103.98	o 14151
117.52/109.61	c Got one! Elapsed wall clock time (in seconds):109.226
117.52/109.61	o 14142
127.04/118.82	c Got one! Elapsed wall clock time (in seconds):118.437
127.04/118.82	o 14093
139.29/130.75	c Got one! Elapsed wall clock time (in seconds):130.362
139.29/130.75	o 14092
154.45/145.59	c Got one! Elapsed wall clock time (in seconds):145.209
154.45/145.59	o 14091
180.28/171.05	c Got one! Elapsed wall clock time (in seconds):170.667
180.28/171.05	o 14040
202.77/192.78	c cleaning 4254 clauses out of 8516
216.30/206.01	c Got one! Elapsed wall clock time (in seconds):205.624
216.30/206.01	o 13996
285.43/273.81	c Got one! Elapsed wall clock time (in seconds):273.422
285.43/273.81	o 13970
293.21/281.44	c Got one! Elapsed wall clock time (in seconds):281.05
293.21/281.44	o 13969
308.93/296.84	c Got one! Elapsed wall clock time (in seconds):296.46
308.93/296.84	o 13939
325.08/312.76	c Got one! Elapsed wall clock time (in seconds):312.372
325.08/312.76	o 13935
343.47/330.88	c Got one! Elapsed wall clock time (in seconds):330.496
343.47/330.88	o 13934
370.34/357.18	c Got one! Elapsed wall clock time (in seconds):356.799
370.34/357.18	o 13919
409.66/395.76	c Got one! Elapsed wall clock time (in seconds):395.378
409.66/395.76	o 13918
469.26/454.59	c Got one! Elapsed wall clock time (in seconds):454.207
469.26/454.59	o 13917
566.61/550.56	c cleaning 5621 clauses out of 11262
579.15/562.92	c Got one! Elapsed wall clock time (in seconds):562.53
579.15/562.92	o 2416
726.34/708.88	c Got one! Elapsed wall clock time (in seconds):708.492
726.34/708.88	o 2414
755.46/737.31	c Got one! Elapsed wall clock time (in seconds):736.928
755.46/737.31	o 2388
776.19/757.55	c Got one! Elapsed wall clock time (in seconds):757.163
776.19/757.55	o 2382
799.76/780.52	c Got one! Elapsed wall clock time (in seconds):780.137
799.76/780.52	o 2374
836.56/816.78	c Got one! Elapsed wall clock time (in seconds):816.392
836.56/816.78	o 2307
879.26/858.79	c Got one! Elapsed wall clock time (in seconds):858.4
879.26/858.79	o 2293
972.91/950.85	c Got one! Elapsed wall clock time (in seconds):950.461
972.91/950.85	o 2254
1061.85/1038.69	c Got one! Elapsed wall clock time (in seconds):1038.307
1061.85/1038.69	o 2252
1281.16/1255.06	c Got one! Elapsed wall clock time (in seconds):1254.672
1281.16/1255.06	o 2189
1306.87/1280.23	c cleaning 6815 clauses out of 13642
1497.20/1467.47	c Got one! Elapsed wall clock time (in seconds):1467.085
1497.20/1467.47	o 2170
1846.80/1811.74	c Got one! Elapsed wall clock time (in seconds):1811.354
1846.80/1811.74	o 2090
1932.65/1895.82	c Got one! Elapsed wall clock time (in seconds):1895.438
1932.65/1895.82	o 2063
1969.19/1931.76	c Got one! Elapsed wall clock time (in seconds):1931.37
1969.19/1931.76	o 2059
2065.17/2025.99	c Got one! Elapsed wall clock time (in seconds):2025.604
2065.17/2025.99	o 2035
2907.14/2855.69	c Got one! Elapsed wall clock time (in seconds):2855.303
2907.14/2855.69	o 2027
2996.59/2943.99	c cleaning 7897 clauses out of 15826
3096.17/3041.43	c Got one! Elapsed wall clock time (in seconds):3041.041
3096.17/3041.43	o 2019
3600.02/3536.34	c starts		: 124
3600.02/3536.35	c conflicts		: 37183
3600.02/3536.35	c decisions		: 360069
3600.02/3536.35	c propagations		: 1591774
3600.02/3536.35	c inspects		: 3532235128
3600.02/3536.35	c shortcuts		: 0
3600.02/3536.35	c learnt literals	: 0
3600.02/3536.35	c learnt binary clauses	: 0
3600.02/3536.35	c learnt ternary clauses	: 0
3600.02/3536.35	c learnt constraints	: 37182
3600.02/3536.35	c ignored constraints	: 0
3600.02/3536.35	c root simplifications	: 0
3600.02/3536.35	c removed literals (reason simplification)	: 0
3600.02/3536.35	c reason swapping (by a shorter reason)	: 0
3600.02/3536.35	c Calls to reduceDB	: 5
3600.02/3536.35	c Number of update (reduction) of LBD	: 0
3600.02/3536.35	c Imported unit clauses	: 0
3600.02/3536.37	c No decision after first conflict	: false
3600.02/3536.37	c number of reductions to clauses (during analyze)	: 0
3600.02/3536.37	c number of learned constraints concerned by reduction	: 0
3600.02/3536.37	c number of learning phase by resolution	: 0
3600.02/3536.37	c number of learning phase by cutting planes	: 0
3600.02/3536.38	c number of rounding to 1 operations	: 0
3600.02/3536.38	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3536.38	c number of reductions of the coefficients by power 2 	: 0
3600.02/3536.38	c number of right shift for reduction by power 2 	: 0
3600.02/3536.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3536.38	c number of ending skipping 	: 0
3600.02/3536.38	c number of internal skipping 	: 0
3600.02/3536.38	c number of derivation steps 	: 352272
3600.02/3536.38	c number of skipped derivation steps 	: 0
3600.02/3536.38	c number of remaining unassigned 	: 348177
3600.02/3536.39	c number of remaining assigned 	: 25554938
3600.02/3536.39	c number of falsified literals weakened from reason	: 0
3600.02/3536.39	c number of falsified literals weakened from conflict	: 0
3600.02/3536.39	c time for arithmetic operations	: 5473035588
3600.02/3536.40	c minimum degree of deleted constraints	: null
3600.02/3536.40	c maximum degree of deleted constraints	: null
3600.02/3536.40	c number of deleted constraints	: 0
3600.22/3536.41	c speed (assignments/second)	: 450.18855736505014
3600.22/3536.41	c non guided choices	: 6239
3600.22/3536.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 107
3600.22/3536.44	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 9977
3600.22/3536.44	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 27
3600.22/3536.44	s SATISFIABLE
3600.22/3536.44	c Found 60 solution(s)
3600.22/3536.44	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.22/3536.45	c objective function=2019
3600.22/3536.45	c Total wall clock time (in seconds): 3536.061

Verifier Data

OK	1680

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: 63837 MiB (59869 MiB free)
  memory of node 1: 64465 MiB (56980 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525344-1751622806/watcher-4525344-1751622806 -o /tmp/evaluation-result-4525344-1751622806/solver-4525344-1751622806 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751619215-91089 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525344-1751622806.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=91858, runsolver pid=91855
Current StackSize limit: 8192 KiB


[startup+0.105136 s]*
/proc/loadavg: 4.18 4.16 4.13 7/325 91876
/proc/meminfo: memFree=119626012/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=18930384 memory=52500 CPUtime=0.12 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 5770 0 0 0 8 4 0 0 20 0 18 0 77959319 19384713216 13125 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4732596 13125 5336 1 0 546987 0
[pid=91858/tid=91860] ppid=91855 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 4680 0 0 0 6 2 0 0 20 0 18 0 77959321 19384713216 13125 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77959326 19384713216 13125 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=18930384 memory=59593594259917 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77959327 19384713216 13125 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52500 KiB

[startup+0.222908 s]*
/proc/loadavg: 4.18 4.16 4.13 6/325 91876
/proc/meminfo: memFree=119624248/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=18930384 memory=59296 CPUtime=0.3 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 6422 0 0 0 25 5 0 0 20 0 18 0 77959319 19384713216 14824 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4732596 14824 5368 1 0 547574 0
[pid=91858/tid=91860] ppid=91855 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 5008 0 0 0 16 2 0 0 20 0 18 0 77959321 19384713216 14824 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=18930384 memory=16878 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77959326 19384713216 14824 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77959327 19384713216 14824 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59296 KiB

[startup+0.314028 s]*
/proc/loadavg: 4.18 4.16 4.13 7/325 91876
/proc/meminfo: memFree=119624248/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=18930384 memory=62204 CPUtime=0.44 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 6665 0 0 0 39 5 0 0 20 0 18 0 77959319 19384713216 15551 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4732596 15551 5368 1 0 547775 0
[pid=91858/tid=91860] ppid=91855 vsize=18930384 memory=-6000919485591219046 CPUtime=0.28 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 5201 0 0 0 25 3 0 0 20 0 18 0 77959321 19384713216 15551 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77959326 19384713216 15551 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77959327 19384713216 15551 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62204 KiB

[startup+0.700312 s]
/proc/loadavg: 4.18 4.16 4.13 7/325 91876
/proc/meminfo: memFree=119619396/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=18996948 memory=76908 CPUtime=1.15 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 7151 0 0 0 109 6 0 0 20 0 19 0 77959319 19452874752 19227 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4749237 19227 5464 1 0 548453 0
[pid=91858/tid=91860] ppid=91855 vsize=18996948 memory=18688 CPUtime=0.63 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 5519 0 0 0 60 3 0 0 20 0 19 0 77959321 19452874752 19227 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77959326 19452874752 19227 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77959327 19452874752 19227 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76908 KiB

[startup+1.50031 s]
/proc/loadavg: 4.18 4.16 4.13 6/326 91877
/proc/meminfo: memFree=119576620/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19063512 memory=166640 CPUtime=2.73 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 13552 0 0 0 263 10 0 0 20 0 20 0 77959319 19521036288 41660 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4765878 41660 5528 1 0 550502 0
[pid=91858/tid=91860] ppid=91855 vsize=19063512 memory=3200 CPUtime=1.37 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 6284 0 0 0 131 6 0 0 20 0 20 0 77959321 19521036288 41660 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77959326 19521036288 41660 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 77959327 19521036288 41660 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19063512 memory=16596 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77959380 19521036288 41660 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166640 KiB

[startup+3.10565 s]
/proc/loadavg: 4.25 4.18 4.14 6/327 91878
/proc/meminfo: memFree=119257236/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19063512 memory=421700 CPUtime=5.86 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 18480 0 0 0 571 15 0 0 20 0 20 0 77959319 19521036288 105425 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4765878 105425 5528 1 0 1012104 0
[pid=91858/tid=91860] ppid=91855 vsize=19063512 memory=16596 CPUtime=2.83 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 6736 0 0 0 274 9 0 0 20 0 20 0 77959321 19521036288 105425 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77959326 19521036288 105425 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 77959327 19521036288 105425 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77959380 19521036288 105425 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 421700 KiB

[startup+6.30024 s]
/proc/loadavg: 4.25 4.18 4.14 6/326 91944
/proc/meminfo: memFree=122890008/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19063512 memory=848528 CPUtime=10.33 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 19666 0 0 0 1009 24 0 0 20 0 20 0 77959319 19521036288 212132 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4765878 212132 5528 1 0 1012119 0
[pid=91858/tid=91860] ppid=91855 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 6932 0 0 0 578 16 0 0 20 0 20 0 77959321 19521036288 212132 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77959326 19521036288 212132 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 77959327 19521036288 212132 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19063512 memory=166768 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77959380 19521036288 212132 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 10.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 848528 KiB

[startup+12.7004 s]
/proc/loadavg: 4.31 4.19 4.14 6/327 91945
/proc/meminfo: memFree=120602716/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19063512 memory=1024000 CPUtime=17.19 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 23643 0 0 0 1689 30 0 0 20 0 20 0 77959319 19521036288 256000 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4765878 256000 5528 1 0 1012121 0
[pid=91858/tid=91860] ppid=91855 vsize=19063512 memory=166768 CPUtime=11.91 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 7931 0 0 0 1173 18 0 0 20 0 20 0 77959321 19521036288 256000 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19063512 memory=1019892 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77959326 19521036288 256000 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 77959327 19521036288 256000 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77959380 19521036288 256000 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 17.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1024000 KiB

[startup+25.5004 s]
/proc/loadavg: 4.24 4.18 4.14 6/328 92013
/proc/meminfo: memFree=119650832/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19063512 memory=2825800 CPUtime=30.36 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 27022 0 0 0 2971 65 0 0 20 0 20 0 77959319 19521036288 706450 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4765878 706450 5528 1 0 1377685 0
[pid=91858/tid=91860] ppid=91855 vsize=19063512 memory=16596 CPUtime=24.39 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 9535 0 0 0 2390 49 0 0 20 0 20 0 77959321 19521036288 706450 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77959326 19521036288 706450 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19063512 memory=1934732 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 77959327 19521036288 706450 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19063512 memory=166768 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77959380 19521036288 706450 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 30.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2825800 KiB

[startup+51.1139 s]
/proc/loadavg: 4.29 4.20 4.14 6/328 92014
/proc/meminfo: memFree=116665372/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19063512 memory=3202920 CPUtime=56.94 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 32516 0 0 0 5619 75 0 0 20 0 20 0 77959319 19521036288 800730 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4765878 800730 5528 1 0 1377722 0
[pid=91858/tid=91860] ppid=91855 vsize=19063512 memory=166768 CPUtime=49.45 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 13147 0 0 0 4890 55 0 0 20 0 20 0 77959321 19521036288 800730 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19063512 memory=3202920 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77959326 19521036288 800730 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19063512 memory=3202920 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 71 0 0 0 0 0 0 0 20 0 20 0 77959327 19521036288 800730 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19063512 memory=1056768 CPUtime=0 cores=0,2

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

[startup+3222.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/329 92238
/proc/meminfo: memFree=112116132/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3279.65 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 193809 0 0 0 327618 347 0 0 20 0 21 0 77959319 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4782519 1342581 5528 1 0 1380307 0
[pid=91858/tid=91860] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3174.46 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 123388 0 0 0 317360 86 0 0 20 0 21 0 77959321 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19130076 memory=18688 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77959326 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 1965 0 0 0 0 0 0 0 20 0 21 0 77959327 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19130076 memory=3200 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77959380 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 3279.65 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5370324 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.16 5/328 92240
/proc/meminfo: memFree=112114940/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3340.88 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 197019 0 0 0 333739 349 0 0 20 0 21 0 77959319 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4782519 1342581 5528 1 0 1380307 0
[pid=91858/tid=91860] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3233.26 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 125699 0 0 0 323239 87 0 0 20 0 21 0 77959321 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77959326 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 1995 0 0 0 0 0 0 0 20 0 21 0 77959327 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19130076 memory=16596 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77959380 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 3340.88 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5370324 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.15 4.17 5/328 92242
/proc/meminfo: memFree=112115652/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3402.42 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 199824 0 0 0 339890 352 0 0 20 0 21 0 77959319 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4782519 1342581 5528 1 0 1380307 0
[pid=91858/tid=91860] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3292.61 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 127359 0 0 0 329174 87 0 0 20 0 21 0 77959321 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19130076 memory=3200 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77959326 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 2078 0 0 0 0 0 0 0 20 0 21 0 77959327 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77959380 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 3402.42 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5370324 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.15 4.17 5/328 92244
/proc/meminfo: memFree=112115868/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3463.73 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 203100 0 0 0 346017 356 0 0 20 0 21 0 77959319 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4782519 1342581 5528 1 0 1380307 0
[pid=91858/tid=91860] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3351.95 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 129908 0 0 0 335107 88 0 0 20 0 21 0 77959321 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77959326 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 2135 0 0 0 0 0 0 0 20 0 21 0 77959327 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77959380 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 3463.73 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5370324 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.12 4.16 6/328 92247
/proc/meminfo: memFree=112114160/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3525.1 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 206316 0 0 0 352151 359 0 0 20 0 21 0 77959319 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4782519 1342581 5528 1 0 1380307 0
[pid=91858/tid=91860] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3411.39 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 132430 0 0 0 341050 89 0 0 20 0 21 0 77959321 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77959326 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 2186 0 0 0 0 0 0 0 20 0 21 0 77959327 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77959380 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 3525.1 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5370324 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.16 5/327 92249
/proc/meminfo: memFree=112115408/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3585.91 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 207573 0 0 0 358230 361 0 0 20 0 21 0 77959319 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4782519 1342581 5528 1 0 1380307 0
[pid=91858/tid=91860] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3470.63 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 133629 0 0 0 346974 89 0 0 20 0 21 0 77959321 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19130076 memory=18688 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77959326 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 2186 0 0 0 0 0 0 0 20 0 21 0 77959327 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19130076 memory=-6000919485591219046 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77959380 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 3585.91 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5370324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3536.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/327 92249
/proc/meminfo: memFree=112115416/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3600.02 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 208137 0 0 0 359640 362 0 0 20 0 21 0 77959319 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4782519 1342581 5528 1 0 1380307 0
[pid=91858/tid=91860] ppid=91855 vsize=19130076 memory=5370324 CPUtime=3484.5 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 134163 0 0 0 348361 89 0 0 20 0 21 0 77959321 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19130076 memory=-6000919485591219046 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77959326 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 2186 0 0 0 0 0 0 0 20 0 21 0 77959327 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91877] ppid=91855 vsize=19130076 memory=5370324 CPUtime=0 cores=0,2
/proc/91858/task/91877/stat : 91877 (Timer-0) S 91855 91858 91079 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77959380 19589197824 1342581 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5370324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.69 s, system=3.65588 s

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

[startup+3536.4 s]
/proc/loadavg: 4.11 4.12 4.15 5/327 92249
/proc/meminfo: memFree=112115416/131382120 swapFree=33010416/33010684
[pid=91858] ppid=91855 vsize=19329768 memory=5371220 CPUtime=3600.22 cores=0,2
/proc/91858/stat : 91858 (java) S 91855 91858 91079 0 -1 4194304 210278 0 0 0 359659 363 0 0 20 0 22 0 77959319 19793682432 1342805 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
/proc/91858/statm: 4832442 1342805 5528 1 0 1381258 0
[pid=91858/tid=91860] ppid=91855 vsize=19329768 memory=-6000919485591219046 CPUtime=3484.6 cores=0,2
/proc/91858/task/91860/stat : 91860 (java) R 91855 91858 91079 0 -1 4194368 134163 0 0 0 348371 89 0 0 20 0 22 0 77959321 19793682432 1342805 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91869] ppid=91855 vsize=19329768 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/91858/task/91869/stat : 91869 (Finalizer) S 91855 91858 91079 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 77959326 19793682432 1342805 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
[pid=91858/tid=91876] ppid=91855 vsize=19329768 memory=5036 CPUtime=0 cores=0,2
/proc/91858/task/91876/stat : 91876 (Common-Cleaner) S 91855 91858 91079 0 -1 4194368 2186 0 0 0 0 0 0 0 20 0 22 0 77959327 19793682432 1342805 18446744073709551615 94277291884544 94277291888240 140737137256304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94277291896056 94277291896848 94277316571136 140737137265020 140737137265124 140737137265124 140737137270728 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 5371220 KiB

Child status: 143

Real time (s): 3536.47
CPU time (s): 3600.35
CPU user time (s): 3596.69
CPU system time (s): 3.65588
CPU usage (%): 101.806
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 5371220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.69
system time used= 3.65588
maximum resident set size= 5371348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210799
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120153
involuntary context switches= 13887


# summary of solver processes directly reported to runsolver:
#   pid: 91858
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3596.69
#   total CPU system time (s): 3.65588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6158 second user time and 37.9321 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-04 11:53:26
IDJOB=4525344
IDBENCH=143638
IDSOLVER=3381
FILE ID=nodeC003/4525344-1751622806
RUNJOBID= nodeC003-1751619215-91089
SLURM_JOB_ID= 9598933
Free space on /tmp= 432008 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900556231--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525344-1751622806/watcher-4525344-1751622806 -o /tmp/evaluation-result-4525344-1751622806/solver-4525344-1751622806 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751619215-91089 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525344-1751622806.wbo

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

MD5SUM BENCH= 3785d842bac6fe989ed69b09e3d5f780
RANDOM SEED=679919384

nodeC003 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 1396.686
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
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		: 3633.185
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
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.137
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
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.398
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
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.957
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
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		: 3633.232
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
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.120
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
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.186
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        119655072 kB
MemAvailable:   119862432 kB
Buffers:            2736 kB
Cached:          1002748 kB
SwapCached:           36 kB
Active:         10644448 kB
Inactive:         510560 kB
Active(anon):   10159840 kB
Inactive(anon):     7608 kB
Active(file):     484608 kB
Inactive(file):   502952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               772 kB
Writeback:            40 kB
AnonPages:      10152584 kB
Mapped:           123568 kB
Shmem:             17924 kB
KReclaimable:     118856 kB
Slab:             204976 kB
SReclaimable:     118856 kB
SUnreclaim:        86120 kB
KernelStack:        4992 kB
PageTables:        23648 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   11797140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9895936 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431984 MiB
End job on nodeC003 at 2025-07-04 12:52:23