Trace number 4456139

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.48 3551.72

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552423--soft-0-100-0.wbo
MD5SUM128eb31e74e9d5316274ee97a7821bb0
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark20.8141
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 779
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.22/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.22/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.22/0.35	c See www.sat4j.org for details.
0.22/0.36	c version CUSTOM.v20240707
0.22/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.39	c java.vm.version	22.0.1+8-16
0.22/0.39	c java.vm.vendor	Oracle Corporation
0.22/0.39	c sun.arch.data.model	64
0.22/0.39	c java.version		22.0.1
0.22/0.39	c os.name		Linux
0.22/0.39	c os.version		4.18.0-301.1.el8.x86_64
0.22/0.39	c os.arch		amd64
0.22/0.40	c Free memory 		2113181440
0.22/0.40	c Max memory 		16282288128
0.22/0.40	c Total memory 		2122317824
0.22/0.41	c Number of processors 	2
0.53/0.59	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.53/0.59	 - never skip resolution steps
0.53/0.59	 - Auto-division on coefficients is disabled
0.53/0.59	 - No postprocessing
0.53/0.59	 - Conflict is considered as is when resolving
0.53/0.59	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.53/0.59	 - Weaken first using unassigned literals
0.53/0.59	 - Bump strategy: ALWAYS_ONE
0.53/0.59	 - Bumper: ASSIGNED
0.53/0.59	--- Begin Solver configuration ---
0.53/0.59	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.53/0.59	Learn all clauses as in MiniSAT
0.53/0.59	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.53/0.59	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.53/0.59	No reason simplification
0.53/0.59	Armin Biere (Picosat) restarts strategy
0.53/0.59	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.53/0.59	timeout=2147483s
0.53/0.59	DB Simplification allowed=false
0.53/0.59	Listener: none
0.53/0.59	--- End Solver configuration ---
0.53/0.59	c Pseudo Boolean Optimization by upper bound
0.53/0.59	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.53/0.59	c  - never skip resolution steps
0.53/0.59	c  - Auto-division on coefficients is disabled
0.53/0.59	c  - No postprocessing
0.53/0.59	c  - Conflict is considered as is when resolving
0.53/0.59	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.53/0.59	c  - Weaken first using unassigned literals
0.53/0.59	c  - Bump strategy: ALWAYS_ONE
0.53/0.59	c  - Bumper: ASSIGNED
0.53/0.59	c --- Begin Solver configuration ---
0.53/0.59	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.53/0.59	c Learn all clauses as in MiniSAT
0.53/0.59	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.53/0.59	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.53/0.59	c No reason simplification
0.53/0.59	c Armin Biere (Picosat) restarts strategy
0.53/0.59	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.53/0.59	c timeout=2147483s
0.53/0.59	c DB Simplification allowed=false
0.53/0.59	c Listener: none
0.53/0.59	c --- End Solver configuration ---
0.53/0.59	c solving HOME/instance-4456139-1721718431.wbo
0.53/0.59	c reading problem ... 
1.06/0.86	c ... done. Wall clock time 0.26s.
1.06/0.86	c declared #vars     231
1.06/0.86	c internal #vars     2938
1.06/0.86	c #constraints  2708
1.06/0.86	c constraints type 
1.06/0.86	c org.sat4j.specs.Constr$1 => 1
1.06/0.86	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 23
1.06/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
1.06/0.86	c 2708 constraints processed.
1.06/0.88	c objective function length is 2707 literals
1.66/1.12	c SATISFIABLE
1.66/1.12	c OPTIMIZING...
1.66/1.12	c Got one! Elapsed wall clock time (in seconds):0.519
1.66/1.12	o 37756
2.24/1.43	c Got one! Elapsed wall clock time (in seconds):0.829
2.24/1.43	o 37755
3.23/1.97	c Got one! Elapsed wall clock time (in seconds):1.38
3.23/1.97	o 37734
4.80/2.73	c Got one! Elapsed wall clock time (in seconds):2.136
4.80/2.73	o 37718
5.96/3.33	c Got one! Elapsed wall clock time (in seconds):2.734
5.96/3.33	o 37657
7.10/4.02	c Got one! Elapsed wall clock time (in seconds):3.429
7.10/4.02	o 37656
7.52/4.49	c Got one! Elapsed wall clock time (in seconds):3.903
7.52/4.49	o 37655
8.70/5.19	c Got one! Elapsed wall clock time (in seconds):4.601
8.70/5.19	o 37654
10.11/6.36	c Got one! Elapsed wall clock time (in seconds):5.765
10.11/6.36	o 37606
13.82/10.02	c Got one! Elapsed wall clock time (in seconds):9.429
13.82/10.02	o 37605
16.44/12.07	c Got one! Elapsed wall clock time (in seconds):11.478
16.44/12.07	o 37533
17.66/13.14	c Got one! Elapsed wall clock time (in seconds):12.554
17.66/13.14	o 37515
19.96/15.48	c Got one! Elapsed wall clock time (in seconds):14.885
19.96/15.48	o 37509
23.78/19.25	c Got one! Elapsed wall clock time (in seconds):18.66
23.78/19.25	o 37497
29.97/25.45	c Got one! Elapsed wall clock time (in seconds):24.862
29.97/25.45	o 37428
31.68/27.18	c Got one! Elapsed wall clock time (in seconds):26.591
31.68/27.18	o 37393
34.46/30.01	c Got one! Elapsed wall clock time (in seconds):29.418
34.46/30.01	o 37391
38.17/33.69	c Got one! Elapsed wall clock time (in seconds):33.096
38.17/33.69	o 37390
43.76/39.26	c Got one! Elapsed wall clock time (in seconds):38.673
43.76/39.26	o 37389
54.34/49.82	c Got one! Elapsed wall clock time (in seconds):49.228
54.34/49.82	o 37388
73.39/68.51	c Got one! Elapsed wall clock time (in seconds):67.911
73.39/68.51	o 37374
76.30/71.15	c Got one! Elapsed wall clock time (in seconds):70.559
76.30/71.15	o 37373
81.31/76.16	c Got one! Elapsed wall clock time (in seconds):75.566
81.31/76.16	o 37301
89.93/84.72	c Got one! Elapsed wall clock time (in seconds):84.127
89.93/84.72	o 37294
97.25/92.04	c Got one! Elapsed wall clock time (in seconds):91.446
97.25/92.04	o 37293
113.13/107.91	c Got one! Elapsed wall clock time (in seconds):107.315
113.13/107.91	o 37292
143.66/138.37	c Got one! Elapsed wall clock time (in seconds):137.777
143.66/138.37	o 37291
201.41/195.95	c Got one! Elapsed wall clock time (in seconds):195.357
201.41/195.95	o 1367
218.64/212.85	c Got one! Elapsed wall clock time (in seconds):212.256
218.64/212.85	o 1089
236.57/230.54	c Got one! Elapsed wall clock time (in seconds):229.946
236.57/230.54	o 1050
268.59/262.23	c Got one! Elapsed wall clock time (in seconds):261.641
268.59/262.23	o 1045
304.63/298.07	c Got one! Elapsed wall clock time (in seconds):297.475
304.63/298.07	o 1040
386.57/379.50	c Got one! Elapsed wall clock time (in seconds):378.907
386.57/379.50	o 1038
516.89/509.54	c Got one! Elapsed wall clock time (in seconds):508.948
516.89/509.54	o 1029
523.92/516.55	c Got one! Elapsed wall clock time (in seconds):515.964
523.92/516.55	o 1028
553.93/546.58	c Got one! Elapsed wall clock time (in seconds):545.992
553.93/546.58	o 1026
582.34/574.93	c Got one! Elapsed wall clock time (in seconds):574.34
582.34/574.93	o 1023
616.84/609.36	c Got one! Elapsed wall clock time (in seconds):608.767
616.84/609.36	o 974
675.23/667.66	c Got one! Elapsed wall clock time (in seconds):667.069
675.23/667.67	o 968
846.68/837.98	c cleaning 8697 clauses out of 17402 with flag 0/17402
850.31/841.54	c Got one! Elapsed wall clock time (in seconds):840.947
850.31/841.54	o 945
865.26/856.41	c Got one! Elapsed wall clock time (in seconds):855.824
865.26/856.41	o 925
964.54/955.08	c Got one! Elapsed wall clock time (in seconds):954.491
964.54/955.08	o 371
1072.48/1062.07	c Got one! Elapsed wall clock time (in seconds):1061.478
1072.48/1062.07	o 370
1099.27/1088.41	c Got one! Elapsed wall clock time (in seconds):1087.817
1099.27/1088.41	o 355
1173.77/1162.35	c Got one! Elapsed wall clock time (in seconds):1161.761
1173.77/1162.35	o 351
1282.23/1270.29	c cleaning 8162 clauses out of 16329 with flag 0/25026
1369.88/1357.29	c Got one! Elapsed wall clock time (in seconds):1356.697
1369.88/1357.29	o 342
1389.34/1376.30	c Got one! Elapsed wall clock time (in seconds):1375.707
1389.34/1376.30	o 341
1511.05/1497.35	c cleaning 7188 clauses out of 14390 with flag 0/31249
1517.55/1503.75	c Got one! Elapsed wall clock time (in seconds):1503.157
1517.55/1503.75	o 339
1518.35/1504.59	c Got one! Elapsed wall clock time (in seconds):1504.003
1518.35/1504.59	o 328
1520.25/1506.41	c Got one! Elapsed wall clock time (in seconds):1505.818
1520.25/1506.41	o 327
1524.29/1510.37	c Got one! Elapsed wall clock time (in seconds):1509.781
1524.29/1510.37	o 325
1529.67/1515.63	c Got one! Elapsed wall clock time (in seconds):1515.043
1529.67/1515.63	o 317
1543.28/1529.17	c Got one! Elapsed wall clock time (in seconds):1528.582
1543.28/1529.17	o 304
1565.05/1550.77	c Got one! Elapsed wall clock time (in seconds):1550.184
1565.05/1550.77	o 271
1604.11/1589.59	c Got one! Elapsed wall clock time (in seconds):1589.0
1604.11/1589.59	o 263
1718.54/1703.04	c Got one! Elapsed wall clock time (in seconds):1702.448
1718.54/1703.04	o 261
1939.62/1924.34	c Got one! Elapsed wall clock time (in seconds):1923.753
1939.62/1924.34	o 258
2067.89/2052.48	c cleaning 8379 clauses out of 16779 with flag 0/40826
2104.47/2089.00	c Got one! Elapsed wall clock time (in seconds):2088.41
2104.47/2089.00	o 253
2254.30/2238.19	c cleaning 5221 clauses out of 13972 with flag 0/46398
2300.42/2283.88	c Got one! Elapsed wall clock time (in seconds):2283.286
2300.42/2283.88	o 252
2312.28/2295.59	c Got one! Elapsed wall clock time (in seconds):2295.001
2312.28/2295.59	o 251
2326.45/2309.61	c Got one! Elapsed wall clock time (in seconds):2309.017
2326.45/2309.61	o 250
2349.66/2332.61	c Got one! Elapsed wall clock time (in seconds):2332.016
2349.66/2332.61	o 248
2400.96/2383.53	c Got one! Elapsed wall clock time (in seconds):2382.944
2400.96/2383.53	o 245
2555.85/2537.32	c Got one! Elapsed wall clock time (in seconds):2536.725
2555.85/2537.32	o 231
2593.89/2575.18	c Got one! Elapsed wall clock time (in seconds):2574.591
2593.89/2575.18	o 230
2703.34/2683.28	c cleaning 7497 clauses out of 17451 with flag 0/55098
2746.26/2725.81	c Got one! Elapsed wall clock time (in seconds):2725.222
2746.26/2725.81	o 228
2892.24/2870.92	c cleaning 4295 clauses out of 14983 with flag 0/60127
3045.23/3018.31	c Got one! Elapsed wall clock time (in seconds):3017.719
3045.23/3018.32	o 223
3160.09/3123.35	c cleaning 4776 clauses out of 16120 with flag 0/65559
3175.62/3137.89	c Got one! Elapsed wall clock time (in seconds):3137.296
3175.62/3137.89	o 219
3315.82/3272.91	c cleaning 5238 clauses out of 17275 with flag 0/71490
3389.80/3345.91	c Got one! Elapsed wall clock time (in seconds):3345.316
3389.80/3345.91	o 215
3395.79/3351.96	c Got one! Elapsed wall clock time (in seconds):3351.37
3395.79/3351.96	o 214
3399.38/3355.51	c Got one! Elapsed wall clock time (in seconds):3354.922
3399.38/3355.51	o 213
3415.47/3371.41	c Got one! Elapsed wall clock time (in seconds):3370.815
3415.47/3371.41	o 211
3441.27/3397.10	c Got one! Elapsed wall clock time (in seconds):3396.511
3441.27/3397.10	o 210
3456.65/3412.39	c Got one! Elapsed wall clock time (in seconds):3411.799
3456.65/3412.39	o 209
3519.17/3473.57	c Got one! Elapsed wall clock time (in seconds):3472.983
3519.17/3473.57	o 208
3600.08/3551.52	c starts		: 160
3600.08/3551.53	c conflicts		: 77796
3600.08/3551.53	c decisions		: 968101
3600.08/3551.54	c propagations		: 8752199
3600.08/3551.54	c inspects		: 897368315
3600.08/3551.54	c shortcuts		: 0
3600.08/3551.54	c learnt literals	: 0
3600.08/3551.54	c learnt binary clauses	: 0
3600.08/3551.54	c learnt ternary clauses	: 0
3600.08/3551.54	c learnt constraints	: 77796
3600.08/3551.54	c ignored constraints	: 0
3600.08/3551.54	c root simplifications	: 0
3600.08/3551.54	c removed literals (reason simplification)	: 0
3600.08/3551.54	c reason swapping (by a shorter reason)	: 0
3600.08/3551.54	c Calls to reduceDB	: 9
3600.08/3551.54	c Number of update (reduction) of LBD	: 0
3600.08/3551.54	c Imported unit clauses	: 0
3600.08/3551.54	c No decision after first conflict	: false
3600.08/3551.54	c number of reductions to clauses (during analyze)	: 0
3600.08/3551.56	c number of learned constraints concerned by reduction	: 0
3600.08/3551.56	c number of learning phase by resolution	: 0
3600.08/3551.56	c number of learning phase by cutting planes	: 0
3600.08/3551.56	c number of rounding to 1 operations	: 204242
3600.08/3551.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3551.56	c number of reductions of the coefficients by power 2 	: 0
3600.08/3551.56	c number of right shift for reduction by power 2 	: 0
3600.08/3551.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3551.56	c number of ending skipping 	: 0
3600.08/3551.56	c number of internal skipping 	: 0
3600.08/3551.56	c number of derivation steps 	: 662877
3600.08/3551.56	c number of skipped derivation steps 	: 0
3600.08/3551.56	c number of remaining unassigned 	: 569137
3600.08/3551.56	c number of remaining assigned 	: 34067819
3600.08/3551.56	c number of falsified literals weakened from reason	: 0
3600.08/3551.56	c number of falsified literals weakened from conflict	: 0
3600.08/3551.56	c time for arithmetic operations	: 3204811723
3600.08/3551.57	c minimum degree of deleted constraints	: 4
3600.08/3551.57	c maximum degree of deleted constraints	: 98167680
3600.08/3551.57	c number of deleted constraints	: 59453
3600.08/3551.57	c speed (assignments/second)	: 2464.9588695722705
3600.08/3551.57	c non guided choices	: 6127
3600.28/3551.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12068
3600.28/3551.66	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.28/3551.66	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6274
3600.28/3551.66	s SATISFIABLE
3600.28/3551.66	c Found 75 solution(s)
3600.28/3551.67	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.28/3551.68	c objective function=208
3600.28/3551.68	c Total wall clock time (in seconds): 3551.092

Verifier Data

OK	48

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456139-1721718431/watcher-4456139-1721718431 -o /tmp/evaluation-result-4456139-1721718431/solver-4456139-1721718431 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721718431-77610 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456139-1721718431.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
Starting watchdog thread
Starting watchdog thread
Linux 4.18.0-301.1.el8.x86_64
Current StackSize limit: 8192 KiB

solver pid=77666, runsolver pid=77656

[startup+0.100066 s]*
/proc/loadavg: 1.10 1.21 1.58 5/248 77680
/proc/meminfo: memFree=127233312/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=16995924 memory=27348 CPUtime=0.04 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 1910 0 86 0 1 3 0 0 20 0 5 0 7832946 17403826176 6837 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16784588 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4248981 6837 3806 1 0 540786 0
[pid=77666/tid=77678] ppid=77656 vsize=16995924 memory=4026531971 CPUtime=0.01 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 1462 0 55 0 0 1 0 0 20 0 5 0 7832951 17403826176 6969 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 4 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 16995924 KiB
Current children cumulated memory: 27348 KiB

[startup+0.216687 s]*
/proc/loadavg: 1.10 1.21 1.58 17/288 77720
/proc/meminfo: memFree=127130168/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=18793200 memory=48180 CPUtime=0.09 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 5936 0 103 0 4 5 0 0 20 0 15 0 7832946 19244236800 12045 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4698300 12045 4691 1 0 549582 0
[pid=77666/tid=77678] ppid=77656 vsize=18793200 memory=7885630755128410243 CPUtime=0.07 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 5244 0 72 0 3 4 0 0 20 0 15 0 7832951 19244236800 12045 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=18793200 memory=1652 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 15 0 7832968 19244236800 12045 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18793200 KiB
Current children cumulated memory: 48180 KiB

[startup+0.316866 s]*
/proc/loadavg: 1.10 1.21 1.58 12/312 77744
/proc/meminfo: memFree=127104372/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=18993908 memory=57528 CPUtime=0.22 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 6805 0 104 0 16 6 0 0 20 0 18 0 7832946 19449761792 14382 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4748477 14382 5817 1 0 551004 0
[pid=77666/tid=77678] ppid=77656 vsize=18993908 memory=-6000919489886315880 CPUtime=0.15 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 5626 0 72 0 10 5 0 0 20 0 18 0 7832951 19449761792 14382 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=18993908 memory=-4421386521933735008 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7832968 19449761792 14382 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7832971 19449761792 14382 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57528 KiB

[startup+0.701141 s]
/proc/loadavg: 1.10 1.21 1.58 13/312 77744
/proc/meminfo: memFree=127064456/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=18993908 memory=73024 CPUtime=0.86 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 7984 0 104 0 77 9 0 0 20 0 18 0 7832946 19449761792 18256 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4748477 18256 5968 1 0 551842 0
[pid=77666/tid=77678] ppid=77656 vsize=18993908 memory=12312 CPUtime=0.47 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 6157 0 72 0 41 6 0 0 20 0 18 0 7832951 19449761792 18256 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=18993908 memory=5668 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7832968 19449761792 18256 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 7832971 19449761792 18256 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 73024 KiB

[startup+1.50566 s]
/proc/loadavg: 1.10 1.21 1.58 15/316 77748
/proc/meminfo: memFree=126894884/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=183756 CPUtime=2.45 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 19545 0 104 0 229 16 0 0 20 0 20 0 7832946 19586084864 45939 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 45939 6115 1 0 557336 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=0 CPUtime=1.2 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 7017 0 72 0 111 9 0 0 20 0 20 0 7832951 19586084864 45939 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=5668 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 45939 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=104 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 45939 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=15100579 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 45939 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 183756 KiB

[startup+3.10636 s]
/proc/loadavg: 1.89 1.37 1.63 13/320 77752
/proc/meminfo: memFree=126564592/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=209276 CPUtime=5.57 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 22517 0 104 0 541 16 0 0 20 0 20 0 7832946 19586084864 52319 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 52319 6119 1 0 557682 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=0 CPUtime=2.75 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 7439 0 72 0 265 10 0 0 20 0 20 0 7832951 19586084864 52319 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=5668 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 52319 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=164 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 52319 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=31252 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 52319 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 209276 KiB

[startup+6.30136 s]
/proc/loadavg: 1.89 1.37 1.63 8/320 77754
/proc/meminfo: memFree=125357124/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=416700 CPUtime=10.11 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 26014 0 104 0 990 21 0 0 20 0 20 0 7832946 19586084864 104175 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 104175 6119 1 0 559877 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=0 CPUtime=5.82 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 7606 0 72 0 570 12 0 0 20 0 20 0 7832951 19586084864 104175 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 104175 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=5668 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 104175 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=12312 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 104175 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 10.11 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 416700 KiB

[startup+12.7004 s]
/proc/loadavg: 2.37 1.49 1.66 6/320 77754
/proc/meminfo: memFree=124379976/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=586816 CPUtime=17.2 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 31917 0 104 0 1694 26 0 0 20 0 20 0 7832946 19586084864 146704 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 146704 6120 1 0 559877 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=586812 CPUtime=12.16 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 8925 0 72 0 1201 15 0 0 20 0 20 0 7832951 19586084864 146704 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=11540 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 146704 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 146704 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 146704 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 17.2 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 586816 KiB

[startup+25.5004 s]
/proc/loadavg: 2.84 1.62 1.70 9/320 77757
/proc/meminfo: memFree=122926136/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=1257480 CPUtime=30.07 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 36067 0 104 0 2966 41 0 0 20 0 20 0 7832946 19586084864 314370 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 314370 6120 1 0 668480 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=586812 CPUtime=24.51 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 10819 0 72 0 2425 26 0 0 20 0 20 0 7832951 19586084864 314370 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=957676 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 314370 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=1081352 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 314370 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=951524 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 314370 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 30.07 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1257480 KiB

[startup+51.1146 s]
/proc/loadavg: 3.39 1.85 1.78 8/320 77760
/proc/meminfo: memFree=121212428/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=1511772 CPUtime=55.93 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 44819 0 104 0 5544 49 0 0 20 0 20 0 7832946 19586084864 377943 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 377943 6120 1 0 668492 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=1511772 CPUtime=49.64 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 13627 0 72 0 4934 30 0 0 20 0 20 0 7832951 19586084864 377943 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=6369868235740375138 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 377943 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=586816 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 377943 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=-6000919481296381288 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 377943 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 55.93 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1511772 KiB


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

/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 79983 0 72 0 317095 59 0 0 20 0 20 0 7832951 19586084864 830051 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=2636276 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 830051 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=11540 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 1838 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 830051 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=31384 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 830051 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 3264.92 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3320204 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.20 4.12 6/318 80125
/proc/meminfo: memFree=110505436/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=3320412 CPUtime=3325.4 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 222916 0 104 0 332243 297 0 0 20 0 20 0 7832946 19586084864 830103 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 830103 6145 1 0 840704 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=3320204 CPUtime=3230.74 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 81581 0 72 0 323015 59 0 0 20 0 20 0 7832951 19586084864 830103 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=31384 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 830103 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=3320204 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 1838 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 830103 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=3320412 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 830103 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 3325.4 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3320412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.19 4.12 6/319 80138
/proc/meminfo: memFree=110505096/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=3320412 CPUtime=3386.08 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 223484 0 104 0 338307 301 0 0 20 0 20 0 7832946 19586084864 830103 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 830103 6145 1 0 840704 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=31384 CPUtime=3289.67 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 82012 0 72 0 328908 59 0 0 20 0 20 0 7832951 19586084864 830103 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=11540 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 830103 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=3320412 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 1910 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 830103 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=3320412 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 830103 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 3386.08 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3320412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.20 4.13 6/318 80148
/proc/meminfo: memFree=110504720/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=3320432 CPUtime=3446.56 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 224643 0 104 0 344352 304 0 0 20 0 20 0 7832946 19586084864 830108 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 830108 6149 1 0 840704 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=11540 CPUtime=3348.69 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 82946 0 72 0 334810 59 0 0 20 0 20 0 7832951 19586084864 830108 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=3320432 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 830108 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=31384 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 1910 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 830108 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=3320432 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 830108 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 3446.56 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3320432 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.21 4.13 6/318 80158
/proc/meminfo: memFree=110504304/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=3320516 CPUtime=3507.98 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 228433 0 104 0 350490 308 0 0 20 0 20 0 7832946 19586084864 830129 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 830129 6149 1 0 840707 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=11540 CPUtime=3407.85 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 83506 0 72 0 340725 60 0 0 20 0 20 0 7832951 19586084864 830129 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=3320516 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 830129 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=3320516 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 1910 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 830129 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=5668 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 830129 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 3507.98 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3320516 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.18 4.13 6/317 80168
/proc/meminfo: memFree=110501752/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=3320580 CPUtime=3569.11 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 234637 0 104 0 356599 312 0 0 20 0 20 0 7832946 19586084864 830145 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 830145 6149 1 0 840736 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=3320516 CPUtime=3466.96 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 84762 0 72 0 346636 60 0 0 20 0 20 0 7832951 19586084864 830145 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=3320580 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 830145 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 1997 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 830145 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=-6000919481296381288 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 830145 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 3569.11 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3320580 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3551.5 s]
/proc/loadavg: 4.24 4.20 4.14 6/317 80174
/proc/meminfo: memFree=110501568/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19127036 memory=3320580 CPUtime=3600.08 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 235013 0 104 0 359693 315 0 0 20 0 20 0 7832946 19586084864 830145 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4781759 830145 6149 1 0 840736 0
[pid=77666/tid=77678] ppid=77656 vsize=19127036 memory=0 CPUtime=3495.62 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 84988 0 72 0 349502 60 0 0 20 0 20 0 7832951 19586084864 830145 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19127036 memory=3320580 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 830145 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19127036 memory=3320580 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 1997 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 830145 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77748] ppid=77656 vsize=19127036 memory=11540 CPUtime=0 cores=1,3
/proc/77666/task/77748/stat : 77748 (Timer-0) S 77656 77666 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833036 19586084864 830145 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3320580 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.29 s, system=3.18349 s

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

[startup+3551.6 s]
/proc/loadavg: 4.24 4.20 4.14 6/317 80174
/proc/meminfo: memFree=110501568/131655788 swapFree=131071996/131071996
[pid=77666] ppid=77656 vsize=19326728 memory=3321152 CPUtime=3600.28 cores=1,3
/proc/77666/stat : 77666 (java) S 77656 77666 77597 0 -1 1077936128 236166 0 104 0 359712 316 0 0 20 0 21 0 7832946 19790569472 830288 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
/proc/77666/statm: 4831682 830288 6149 1 0 841639 0
[pid=77666/tid=77678] ppid=77656 vsize=19326728 memory=3320580 CPUtime=3495.72 cores=1,3
/proc/77666/task/77678/stat : 77678 (java) R 77656 77666 77597 0 -1 4194368 84988 0 72 0 349512 60 0 0 20 0 21 0 7832951 19790569472 830288 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77716] ppid=77656 vsize=19326728 memory=-6000919481296381288 CPUtime=0 cores=1,3
/proc/77666/task/77716/stat : 77716 (Finalizer) S 77656 77666 77597 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 7832968 19790569472 830288 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
[pid=77666/tid=77743] ppid=77656 vsize=19326728 memory=2304 CPUtime=0 cores=1,3
/proc/77666/task/77743/stat : 77743 (Common-Cleaner) S 77656 77666 77597 0 -1 1077936192 1997 0 0 0 0 0 0 0 20 0 21 0 7832971 19790569472 830288 134679101440 94705012908032 94705012911728 140725789482400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94705012919544 94705012920336 94705044975616 140725789484019 140725789484132 140725789484132 140725789491144 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 3321152 KiB

[startup+3551.71 s]*
/proc/loadavg: 4.24 4.20 4.14 5/299 80177
/proc/meminfo: memFree=113773932/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): 3551.72
CPU time (s): 3600.48
CPU user time (s): 3597.29
CPU system time (s): 3.18349
CPU usage (%): 101.373
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 3321152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.29
system time used= 3.18349
maximum resident set size= 3321324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236390
page faults= 104
swaps= 0
block input operations= 13976
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123486
involuntary context switches= 9180


# summary of solver processes directly reported to runsolver:
#   pid: 77666
#   total CPU time (s): 3600.48
#   total CPU user time (s): 3597.29
#   total CPU system time (s): 3.18349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5427 second user time and 38.3141 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-23 09:07:11
IDJOB=4456139
IDBENCH=143227
IDSOLVER=3035
FILE ID=nodeC011/4456139-1721718431
RUNJOBID= nodeC011-1721718431-77610
SLURM_JOB_ID= 7770416
Free space on /tmp= 723784 MiB

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

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

MD5SUM BENCH= 128eb31e74e9d5316274ee97a7821bb0
RANDOM SEED=1442873935

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127285748 kB
MemAvailable:   130034652 kB
Buffers:          134216 kB
Cached:          3416004 kB
SwapCached:            0 kB
Active:           828880 kB
Inactive:        2996620 kB
Active(anon):       1352 kB
Inactive(anon):   303424 kB
Active(file):     827528 kB
Inactive(file):  2693196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2728 kB
Writeback:             4 kB
AnonPages:        275308 kB
Mapped:            98180 kB
Shmem:             29504 kB
KReclaimable:     136756 kB
Slab:             229356 kB
SReclaimable:     136756 kB
SUnreclaim:        92600 kB
KernelStack:        3640 kB
PageTables:         9588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     591348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17536 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:      254792 kB
DirectMap2M:    21669888 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC011 at 2024-07-23 10:06:23