Trace number 4424281

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.22 3592.59

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900577940--soft-33-100-0.wbo
MD5SUM100b8721f67ac4f330c7a6443b255629
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 benchmark28.5424
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 constraints1816
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 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
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.04/0.56	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.04/0.56	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.56	c See www.sat4j.org for details.
0.04/0.58	c version CUSTOM.v20240707
0.04/0.59	c java.runtime.name	OpenJDK Runtime Environment
0.04/0.59	c java.vm.name		OpenJDK 64-Bit Server VM
0.04/0.59	c java.vm.version	22.0.1+8-16
0.04/0.59	c java.vm.vendor	Oracle Corporation
0.04/0.59	c sun.arch.data.model	64
0.04/0.59	c java.version		22.0.1
0.04/0.59	c os.name		Linux
0.04/0.59	c os.version		4.18.0-301.1.el8.x86_64
0.04/0.59	c os.arch		amd64
0.04/0.59	c Free memory 		2106806208
0.04/0.59	c Max memory 		16282288128
0.04/0.59	c Total memory 		2113929216
0.04/0.59	c Number of processors 	2
0.13/0.67	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.67	 - never skip resolution steps
0.13/0.67	 - Auto-division on coefficients is disabled
0.13/0.67	 - No postprocessing
0.13/0.67	 - Conflict is considered as is when resolving
0.13/0.67	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.67	 - Weaken first using unassigned literals
0.13/0.67	 - Bump strategy: ALWAYS_ONE
0.13/0.67	 - Bumper: ASSIGNED
0.13/0.67	--- Begin Solver configuration ---
0.13/0.67	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.67	Learn all clauses as in MiniSAT
0.13/0.67	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.67	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.67	No reason simplification
0.13/0.67	Armin Biere (Picosat) restarts strategy
0.13/0.67	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.67	timeout=2147483s
0.13/0.67	DB Simplification allowed=false
0.13/0.67	Listener: none
0.13/0.67	--- End Solver configuration ---
0.13/0.67	c Pseudo Boolean Optimization by upper bound
0.13/0.67	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.67	c  - never skip resolution steps
0.13/0.67	c  - Auto-division on coefficients is disabled
0.13/0.67	c  - No postprocessing
0.13/0.67	c  - Conflict is considered as is when resolving
0.13/0.67	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.67	c  - Weaken first using unassigned literals
0.13/0.67	c  - Bump strategy: ALWAYS_ONE
0.13/0.67	c  - Bumper: ASSIGNED
0.13/0.67	c --- Begin Solver configuration ---
0.13/0.67	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.67	c Learn all clauses as in MiniSAT
0.13/0.67	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.67	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.67	c No reason simplification
0.13/0.67	c Armin Biere (Picosat) restarts strategy
0.13/0.67	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.67	c timeout=2147483s
0.13/0.67	c DB Simplification allowed=false
0.13/0.67	c Listener: none
0.13/0.67	c --- End Solver configuration ---
0.13/0.67	c solving HOME/instance-4424281-1720874152.wbo
0.13/0.67	c reading problem ... 
0.27/0.76	c ... done. Wall clock time 0.085s.
0.27/0.76	c declared #vars     231
0.27/0.76	c internal #vars     2047
0.27/0.76	c #constraints  2708
0.27/0.76	c constraints type 
0.27/0.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 84
0.27/0.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
0.27/0.76	c org.sat4j.specs.Constr$1 => 1
0.27/0.76	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 17
0.27/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2600
0.27/0.76	c 2708 constraints processed.
0.27/0.77	c objective function length is 1816 literals
0.67/0.91	c SATISFIABLE
0.67/0.91	c OPTIMIZING...
0.67/0.92	c Got one! Elapsed wall clock time (in seconds):0.234
0.67/0.92	o 12456
1.06/1.13	c Got one! Elapsed wall clock time (in seconds):0.45
1.06/1.13	o 12411
1.44/1.37	c Got one! Elapsed wall clock time (in seconds):0.693
1.44/1.37	o 12408
1.84/1.55	c Got one! Elapsed wall clock time (in seconds):0.869
1.84/1.55	o 12407
2.43/1.89	c Got one! Elapsed wall clock time (in seconds):1.21
2.43/1.89	o 12406
3.66/2.53	c Got one! Elapsed wall clock time (in seconds):1.861
3.66/2.53	o 12405
4.36/2.97	c Got one! Elapsed wall clock time (in seconds):2.298
4.36/2.98	o 12404
5.31/3.63	c Got one! Elapsed wall clock time (in seconds):2.954
5.31/3.63	o 12403
6.26/4.53	c Got one! Elapsed wall clock time (in seconds):3.858
6.26/4.53	o 12402
8.39/6.51	c Got one! Elapsed wall clock time (in seconds):5.825
8.39/6.51	o 12401
9.00/7.11	c Got one! Elapsed wall clock time (in seconds):6.437
9.00/7.11	o 12400
10.04/8.14	c Got one! Elapsed wall clock time (in seconds):7.466
10.04/8.14	o 12399
11.35/9.48	c Got one! Elapsed wall clock time (in seconds):8.805
11.35/9.48	o 12398
14.36/12.43	c Got one! Elapsed wall clock time (in seconds):11.757
14.36/12.43	o 12397
19.44/17.51	c Got one! Elapsed wall clock time (in seconds):16.834
19.44/17.51	o 12396
20.75/18.86	c Got one! Elapsed wall clock time (in seconds):18.19
20.75/18.86	o 12395
22.85/20.93	c Got one! Elapsed wall clock time (in seconds):20.253
22.85/20.93	o 12394
25.94/24.04	c Got one! Elapsed wall clock time (in seconds):23.366
25.94/24.04	o 12393
31.24/29.31	c Got one! Elapsed wall clock time (in seconds):28.641
31.24/29.31	o 12384
39.85/37.98	c Got one! Elapsed wall clock time (in seconds):37.304
39.85/37.98	o 12383
56.48/54.58	c Got one! Elapsed wall clock time (in seconds):53.908
56.48/54.58	o 12381
59.22/57.23	c Got one! Elapsed wall clock time (in seconds):56.554
59.22/57.23	o 12379
62.40/60.43	c Got one! Elapsed wall clock time (in seconds):59.755
62.40/60.43	o 12378
68.02/66.05	c Got one! Elapsed wall clock time (in seconds):65.379
68.02/66.05	o 12377
77.70/75.77	c Got one! Elapsed wall clock time (in seconds):75.096
77.70/75.77	o 12355
92.23/90.26	c Got one! Elapsed wall clock time (in seconds):89.586
92.23/90.26	o 12312
116.15/114.15	c Got one! Elapsed wall clock time (in seconds):113.479
116.15/114.15	o 12311
161.12/159.00	c Got one! Elapsed wall clock time (in seconds):158.332
161.12/159.01	o 12304
166.12/164.01	c Got one! Elapsed wall clock time (in seconds):163.338
166.12/164.01	o 12299
172.63/170.53	c Got one! Elapsed wall clock time (in seconds):169.857
172.63/170.53	o 12250
181.77/179.75	c Got one! Elapsed wall clock time (in seconds):179.076
181.77/179.75	o 12249
200.23/198.33	c Got one! Elapsed wall clock time (in seconds):197.654
200.23/198.33	o 12248
226.25/224.43	c Got one! Elapsed wall clock time (in seconds):223.756
226.25/224.43	o 12247
266.12/264.35	c Got one! Elapsed wall clock time (in seconds):263.682
266.12/264.35	o 12246
331.77/329.94	c Got one! Elapsed wall clock time (in seconds):329.265
331.77/329.94	o 12160
448.75/446.93	c Got one! Elapsed wall clock time (in seconds):446.256
448.75/446.93	o 12063
457.06/455.28	c Got one! Elapsed wall clock time (in seconds):454.607
457.06/455.28	o 12062
470.28/468.46	c Got one! Elapsed wall clock time (in seconds):467.79
470.28/468.46	o 12061
488.25/486.45	c Got one! Elapsed wall clock time (in seconds):485.778
488.25/486.45	o 12060
514.76/513.07	c Got one! Elapsed wall clock time (in seconds):512.395
514.76/513.07	o 12005
555.36/553.71	c Got one! Elapsed wall clock time (in seconds):553.039
555.36/553.71	o 12000
624.60/622.97	c Got one! Elapsed wall clock time (in seconds):622.295
624.60/622.97	o 11999
727.44/725.81	c Got one! Elapsed wall clock time (in seconds):725.135
727.44/725.81	o 11998
824.94/823.24	c cleaning 8718 clauses out of 17440 with flag 0/17440
830.53/828.86	c Got one! Elapsed wall clock time (in seconds):828.19
830.53/828.86	o 11956
874.79/873.08	c Got one! Elapsed wall clock time (in seconds):872.405
874.79/873.08	o 11955
877.96/876.14	c Got one! Elapsed wall clock time (in seconds):875.466
877.96/876.14	o 11950
883.07/881.25	c Got one! Elapsed wall clock time (in seconds):880.578
883.07/881.25	o 11945
891.08/889.28	c Got one! Elapsed wall clock time (in seconds):888.606
891.08/889.28	o 11878
902.63/900.71	c Got one! Elapsed wall clock time (in seconds):900.04
902.63/900.71	o 11877
921.80/919.80	c Got one! Elapsed wall clock time (in seconds):919.123
921.80/919.80	o 11876
953.71/951.79	c Got one! Elapsed wall clock time (in seconds):951.113
953.71/951.79	o 11776
1007.69/1005.68	c Got one! Elapsed wall clock time (in seconds):1005.006
1007.69/1005.68	o 11775
1115.34/1113.58	c Got one! Elapsed wall clock time (in seconds):1112.903
1115.34/1113.58	o 11774
1192.85/1191.49	c cleaning 8962 clauses out of 17929 with flag 0/26647
1205.57/1204.06	c Got one! Elapsed wall clock time (in seconds):1203.385
1205.57/1204.06	o 11773
1302.90/1301.17	c Got one! Elapsed wall clock time (in seconds):1300.493
1302.90/1301.17	o 11743
1307.56/1305.71	c Got one! Elapsed wall clock time (in seconds):1305.036
1307.56/1305.71	o 11705
1313.99/1312.19	c Got one! Elapsed wall clock time (in seconds):1311.522
1313.99/1312.19	o 11704
1325.84/1323.92	c Got one! Elapsed wall clock time (in seconds):1323.243
1325.84/1323.92	o 11703
1343.94/1342.07	c Got one! Elapsed wall clock time (in seconds):1341.398
1343.94/1342.07	o 11696
1371.45/1369.55	c Got one! Elapsed wall clock time (in seconds):1368.875
1371.45/1369.55	o 11637
1416.12/1414.16	c Got one! Elapsed wall clock time (in seconds):1413.489
1416.12/1414.16	o 11636
1484.25/1482.20	c cleaning 8709 clauses out of 17460 with flag 0/35140
1485.45/1483.41	c Got one! Elapsed wall clock time (in seconds):1482.733
1485.45/1483.41	o 11602
1504.72/1502.68	c Got one! Elapsed wall clock time (in seconds):1502.01
1504.72/1502.68	o 11597
1577.24/1574.92	c Got one! Elapsed wall clock time (in seconds):1574.246
1577.24/1574.92	o 11594
1667.65/1665.31	c cleaning 5506 clauses out of 15167 with flag 0/41556
1686.59/1684.28	c Got one! Elapsed wall clock time (in seconds):1683.611
1686.59/1684.28	o 11593
1836.57/1834.10	c cleaning 4773 clauses out of 15501 with flag 0/47396
1859.10/1856.35	c Got one! Elapsed wall clock time (in seconds):1855.68
1859.10/1856.35	o 11535
1861.42/1858.68	c Got one! Elapsed wall clock time (in seconds):1858.009
1861.42/1858.68	o 11534
1864.83/1862.05	c Got one! Elapsed wall clock time (in seconds):1861.375
1864.83/1862.05	o 11496
1869.65/1866.87	c Got one! Elapsed wall clock time (in seconds):1866.199
1869.65/1866.87	o 11479
1878.77/1875.99	c Got one! Elapsed wall clock time (in seconds):1875.321
1878.77/1875.99	o 11478
1896.94/1894.04	c Got one! Elapsed wall clock time (in seconds):1893.365
1896.94/1894.04	o 11464
1924.97/1922.10	c Got one! Elapsed wall clock time (in seconds):1921.427
1924.97/1922.10	o 11463
1975.12/1972.07	c Got one! Elapsed wall clock time (in seconds):1971.397
1975.12/1972.07	o 11462
2081.70/2078.41	c Got one! Elapsed wall clock time (in seconds):2077.736
2081.70/2078.41	o 11450
2230.86/2227.42	c cleaning 6958 clauses out of 19452 with flag 0/56120
2238.14/2234.70	c Got one! Elapsed wall clock time (in seconds):2234.025
2238.14/2234.70	o 11449
2342.34/2338.66	c Got one! Elapsed wall clock time (in seconds):2337.99
2342.34/2338.66	o 11438
2440.08/2436.16	c cleaning 5148 clauses out of 18888 with flag 0/62514
2526.93/2522.63	c Got one! Elapsed wall clock time (in seconds):2521.96
2526.93/2522.63	o 11437
2651.29/2645.94	c cleaning 4688 clauses out of 19508 with flag 0/68282
2821.89/2816.00	c cleaning 4959 clauses out of 20819 with flag 0/74281
2833.83/2827.81	c Got one! Elapsed wall clock time (in seconds):2827.135
2833.83/2827.81	o 11422
2836.04/2830.06	c Got one! Elapsed wall clock time (in seconds):2829.385
2836.04/2830.06	o 11397
2839.33/2833.38	c Got one! Elapsed wall clock time (in seconds):2832.708
2839.33/2833.38	o 11396
2844.37/2838.30	c Got one! Elapsed wall clock time (in seconds):2837.63
2844.37/2838.30	o 11395
2852.90/2846.81	c Got one! Elapsed wall clock time (in seconds):2846.137
2852.90/2846.81	o 11391
2868.17/2862.04	c Got one! Elapsed wall clock time (in seconds):2861.37
2868.17/2862.04	o 11384
2894.47/2888.28	c Got one! Elapsed wall clock time (in seconds):2887.607
2894.47/2888.28	o 11323
2944.72/2938.28	c Got one! Elapsed wall clock time (in seconds):2937.61
2944.72/2938.28	o 11310
3031.92/3025.46	c Got one! Elapsed wall clock time (in seconds):3024.79
3031.92/3025.46	o 11263
3214.06/3208.22	c Got one! Elapsed wall clock time (in seconds):3207.544
3214.06/3208.22	o 11243
3312.44/3307.05	c cleaning 7324 clauses out of 25005 with flag 0/83426
3379.76/3374.08	c Got one! Elapsed wall clock time (in seconds):3373.409
3379.76/3374.08	o 11192
3526.10/3518.98	c cleaning 4813 clauses out of 23522 with flag 0/89267
3600.06/3592.51	c starts		: 177
3600.06/3592.53	c conflicts		: 92005
3600.06/3592.53	c decisions		: 425786
3600.06/3592.53	c propagations		: 3786054
3600.06/3592.53	c inspects		: 1526450309
3600.06/3592.53	c shortcuts		: 0
3600.06/3592.53	c learnt literals	: 0
3600.06/3592.53	c learnt binary clauses	: 0
3600.06/3592.53	c learnt ternary clauses	: 4
3600.06/3592.53	c learnt constraints	: 92005
3600.06/3592.53	c ignored constraints	: 0
3600.06/3592.53	c root simplifications	: 0
3600.06/3592.53	c removed literals (reason simplification)	: 0
3600.06/3592.53	c reason swapping (by a shorter reason)	: 0
3600.06/3592.53	c Calls to reduceDB	: 11
3600.06/3592.53	c Number of update (reduction) of LBD	: 4338
3600.06/3592.53	c Imported unit clauses	: 0
3600.06/3592.53	c No decision after first conflict	: false
3600.06/3592.53	c number of reductions to clauses (during analyze)	: 0
3600.06/3592.53	c number of learned constraints concerned by reduction	: 0
3600.06/3592.53	c number of learning phase by resolution	: 0
3600.06/3592.53	c number of learning phase by cutting planes	: 0
3600.06/3592.53	c number of rounding to 1 operations	: 221864
3600.06/3592.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3592.53	c number of reductions of the coefficients by power 2 	: 0
3600.06/3592.53	c number of right shift for reduction by power 2 	: 0
3600.06/3592.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3592.53	c number of ending skipping 	: 0
3600.06/3592.53	c number of internal skipping 	: 0
3600.06/3592.53	c number of derivation steps 	: 880103
3600.06/3592.53	c number of skipped derivation steps 	: 0
3600.06/3592.53	c number of remaining unassigned 	: 129968
3600.06/3592.53	c number of remaining assigned 	: 14228413
3600.06/3592.53	c number of falsified literals weakened from reason	: 0
3600.06/3592.53	c number of falsified literals weakened from conflict	: 0
3600.06/3592.53	c time for arithmetic operations	: 1258323575
3600.06/3592.53	c minimum degree of deleted constraints	: 4
3600.06/3592.53	c maximum degree of deleted constraints	: 18448720
3600.06/3592.53	c number of deleted constraints	: 70558
3600.06/3592.53	c speed (assignments/second)	: 1054.099608964445
3600.06/3592.53	c non guided choices	: 8410
3600.06/3592.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 16628
3600.06/3592.56	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 146
3600.06/3592.56	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4673
3600.06/3592.56	s SATISFIABLE
3600.06/3592.56	c Found 88 solution(s)
3600.06/3592.56	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.06/3592.57	c objective function=11192
3600.06/3592.57	c Total wall clock time (in seconds): 3591.897

Verifier Data

OK	3724

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424281-1720874152/watcher-4424281-1720874152 -o /tmp/evaluation-result-4424281-1720874152/solver-4424281-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1720874164-711748 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424281-1720874152.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=711817, runsolver pid=711814
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 0.13 0.12 0.12 2/284 711839
/proc/meminfo: memFree=129534136/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=18175400 memory=32076 CPUtime=0.01 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 3207 0 6 0 0 1 0 0 20 0 7 0 139583494 18611609600 8019 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4543850 8019 3660 1 0 542675 0
[pid=711817/tid=711834] ppid=711814 vsize=18175400 memory=4026561586 CPUtime=0 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) D 711814 711817 711737 0 -1 4194368 2645 0 6 0 0 0 0 0 20 0 7 0 139583496 18611609600 8019 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 5 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 32076 KiB

[startup+0.205112 s]*
/proc/loadavg: 0.13 0.12 0.12 1/284 711839
/proc/meminfo: memFree=129520452/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=18175400 memory=34652 CPUtime=0.01 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 3869 0 7 0 0 1 0 0 20 0 7 0 139583494 18611609600 8663 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4543850 8663 3682 1 0 542675 0
[pid=711817/tid=711834] ppid=711814 vsize=18175400 memory=8737651120394928259 CPUtime=0.01 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) D 711814 711817 711737 0 -1 4194368 3307 0 7 0 0 1 0 0 20 0 7 0 139583496 18611609600 8663 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 16 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 34652 KiB

[startup+0.305044 s]*
/proc/loadavg: 0.13 0.12 0.12 1/284 711839
/proc/meminfo: memFree=129497324/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=18175400 memory=39096 CPUtime=0.01 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 4921 0 18 0 0 1 0 0 20 0 7 0 139583494 18611609600 9774 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4543850 9774 3698 1 0 544770 0
[pid=711817/tid=711834] ppid=711814 vsize=18175400 memory=-8889087978057933500 CPUtime=0.01 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) D 711814 711817 711737 0 -1 4194368 4359 0 18 0 0 1 0 0 20 0 7 0 139583496 18611609600 9774 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 26 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 39096 KiB

[startup+0.701099 s]
/proc/loadavg: 0.13 0.12 0.12 1/328 711883
/proc/meminfo: memFree=129452564/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=18975048 memory=69256 CPUtime=0.27 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 7805 0 57 0 24 3 0 0 20 0 18 0 139583494 19430449152 17314 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4743762 17314 5676 1 0 549652 0
[pid=711817/tid=711834] ppid=711814 vsize=18975048 memory=1908 CPUtime=0.15 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 1077936192 6072 0 42 0 13 2 0 0 20 0 18 0 139583496 19430449152 17314 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 47 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=18975048 memory=1848 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139583538 19430449152 17314 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=18975048 memory=449 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 139583540 19430449152 17314 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69256 KiB

[startup+1.5006 s]
/proc/loadavg: 0.13 0.12 0.12 8/311 711903
/proc/meminfo: memFree=128623356/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=179568 CPUtime=1.84 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 15535 0 57 0 177 7 0 0 20 0 20 0 139583494 19566772224 44892 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 44892 5858 1 0 554711 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=0 CPUtime=0.89 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 6389 0 42 0 85 4 0 0 20 0 20 0 139583496 19566772224 44892 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 47 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 44892 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=1848 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 44892 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=11376 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 44892 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179568 KiB

[startup+3.10659 s]
/proc/loadavg: 0.13 0.12 0.12 8/334 711955
/proc/meminfo: memFree=123997732/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=313040 CPUtime=4.67 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 22948 0 57 0 456 11 0 0 20 0 20 0 139583494 19566772224 78260 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 78260 5876 1 0 555014 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=0 CPUtime=2.45 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 7557 0 42 0 238 7 0 0 20 0 20 0 139583496 19566772224 78260 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 47 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 78260 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=1848 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 78260 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=32336 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 78260 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 313040 KiB

[startup+6.30059 s]
/proc/loadavg: 0.84 0.27 0.17 7/335 712158
/proc/meminfo: memFree=125398736/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=794336 CPUtime=8.15 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 24366 0 57 0 795 20 0 0 20 0 20 0 139583494 19566772224 198584 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 198584 5877 1 0 555014 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=0 CPUtime=5.6 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 8046 0 42 0 544 16 0 0 20 0 20 0 139583496 19566772224 198584 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 47 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=32336 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 198584 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=200104 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 198584 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=720604 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 198584 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 794336 KiB

[startup+12.7006 s]
/proc/loadavg: 1.09 0.33 0.19 7/334 712224
/proc/meminfo: memFree=124890436/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=1120200 CPUtime=14.66 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 29126 0 57 0 1438 28 0 0 20 0 20 0 139583494 19566772224 280050 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 280050 5877 1 0 555014 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=970648 CPUtime=11.88 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 9890 0 42 0 1166 22 0 0 20 0 20 0 139583496 19566772224 280050 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 47 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=-8889087978057933500 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 280050 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 280050 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=32336 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 280050 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 14.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1120200 KiB

[startup+25.5003 s]
/proc/loadavg: 1.82 0.52 0.26 5/336 712229
/proc/meminfo: memFree=124003576/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=1329156 CPUtime=27.43 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 34279 0 57 0 2710 33 0 0 20 0 20 0 139583494 19566772224 332289 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 332289 5877 1 0 555014 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=0 CPUtime=24.51 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 12143 0 42 0 2425 26 0 0 20 0 20 0 139583496 19566772224 332289 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 47 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=1327104 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 332289 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=11376 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 332289 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 332289 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 27.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329156 KiB

[startup+51.1059 s]
/proc/loadavg: 2.56 0.80 0.36 5/336 712232
/proc/meminfo: memFree=123822112/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=1349208 CPUtime=53.09 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 44628 0 57 0 5274 35 0 0 20 0 20 0 139583494 19566772224 337302 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 337302 5877 1 0 555014 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=35196 CPUtime=49.88 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 15462 0 42 0 4961 27 0 0 20 0 20 0 139583496 19566772224 337302 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 56 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=1343056 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 337302 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=1908 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 337302 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=1342996 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 337302 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 53.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1349208 KiB

[startup+102.3 s]
/proc/loadavg: 3.48 1.33 0.56 5/336 712308
/proc/meminfo: memFree=124045824/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=1373980 CPUtime=104.33 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 52210 0 57 0 10394 39 0 0 20 0 20 0 139583494 19566772224 343495 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 343495 5878 1 0 555014 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=1369884 CPUtime=100.64 cores=4,6

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

/proc/meminfo: memFree=118215384/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=2183624 CPUtime=3287.72 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 236662 0 57 0 328592 180 0 0 20 0 20 0 139583494 19566772224 545906 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 545906 5910 1 0 556070 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=1415072 CPUtime=3250.03 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 113006 0 42 0 324961 42 0 0 20 0 20 0 139583496 19566772224 545906 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 106 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=2183624 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 545906 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=2183608 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 3152 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 545906 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=11376 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 545906 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 3287.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.17 4.07 5/334 714170
/proc/meminfo: memFree=118214900/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=2183636 CPUtime=3347.9 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 239873 0 57 0 334608 182 0 0 20 0 20 0 139583494 19566772224 545909 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 545909 5910 1 0 556078 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=2183636 CPUtime=3309.23 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 115129 0 42 0 330881 42 0 0 20 0 20 0 139583496 19566772224 545909 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 106 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=1415072 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 545909 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=11376 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 3240 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 545909 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=2183636 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 545909 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 3347.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183636 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.18 4.08 5/334 714182
/proc/meminfo: memFree=118199640/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=2183636 CPUtime=3408.15 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 243283 0 57 0 340630 185 0 0 20 0 20 0 139583494 19566772224 545909 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 545909 5910 1 0 556078 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=1415072 CPUtime=3368.33 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 117737 0 42 0 336790 43 0 0 20 0 20 0 139583496 19566772224 545909 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 106 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=2183636 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 545909 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=5428 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 3285 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 545909 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=2183636 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 545909 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 3408.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183636 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.18 4.09 5/333 714193
/proc/meminfo: memFree=118198808/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=2183764 CPUtime=3469.37 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 252967 0 57 0 346748 189 0 0 20 0 20 0 139583494 19566772224 545941 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 545941 5910 1 0 556094 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=1415072 CPUtime=3427.62 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 120790 0 42 0 342719 43 0 0 20 0 20 0 139583496 19566772224 545941 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 106 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=2183636 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 545941 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=2183636 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 3324 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 545941 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=35196 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 545941 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 3469.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183764 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.19 4.09 5/333 714204
/proc/meminfo: memFree=118192036/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=2183788 CPUtime=3529.52 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 256530 0 57 0 352761 191 0 0 20 0 20 0 139583494 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 545947 5910 1 0 556094 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=1415072 CPUtime=3486.91 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 122846 0 42 0 348648 43 0 0 20 0 20 0 139583496 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 106 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=2183764 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=2183764 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 3401 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=2183788 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 3529.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183788 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.18 4.09 5/330 714214
/proc/meminfo: memFree=118182952/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=2183788 CPUtime=3589.82 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 259096 0 57 0 358788 194 0 0 20 0 20 0 139583494 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 545947 5910 1 0 556094 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=1415072 CPUtime=3546.07 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 124563 0 42 0 354563 44 0 0 20 0 20 0 139583496 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 106 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=5428 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=2183788 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 3434 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=2183788 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 3589.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.5 s]
/proc/loadavg: 4.14 4.17 4.09 5/330 714216
/proc/meminfo: memFree=118182772/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=2183788 CPUtime=3600.06 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 259387 0 57 0 359812 194 0 0 20 0 20 0 139583494 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 545947 5910 1 0 556094 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=1415072 CPUtime=3556.16 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 124769 0 42 0 355572 44 0 0 20 0 20 0 139583496 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 106 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=5428 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=35196 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 3498 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=2183788 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183788 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.27 s, system=1.95694 s

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

[startup+3592.5 s]
/proc/loadavg: 4.14 4.17 4.09 5/330 714216
/proc/meminfo: memFree=118182772/131524600 swapFree=131071996/131071996
[pid=711817] ppid=711814 vsize=19108176 memory=2183788 CPUtime=3600.06 cores=4,6
/proc/711817/stat : 711817 (java) S 711814 711817 711737 0 -1 1077936128 259387 0 57 0 359812 194 0 0 20 0 20 0 139583494 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
/proc/711817/statm: 4777044 545947 5910 1 0 556094 0
[pid=711817/tid=711834] ppid=711814 vsize=19108176 memory=1415072 CPUtime=3556.16 cores=4,6
/proc/711817/task/711834/stat : 711834 (java) R 711814 711817 711737 0 -1 4194368 124769 0 42 0 355572 44 0 0 20 0 20 0 139583496 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 106 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711851] ppid=711814 vsize=19108176 memory=5428 CPUtime=0 cores=4,6
/proc/711817/task/711851/stat : 711851 (Finalizer) S 711814 711817 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139583538 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711883] ppid=711814 vsize=19108176 memory=35196 CPUtime=0 cores=4,6
/proc/711817/task/711883/stat : 711883 (Common-Cleaner) S 711814 711817 711737 0 -1 1077936192 3498 0 0 0 0 0 0 0 20 0 20 0 139583540 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
[pid=711817/tid=711889] ppid=711814 vsize=19108176 memory=2183788 CPUtime=0 cores=4,6
/proc/711817/task/711889/stat : 711889 (Timer-0) S 711814 711817 711737 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139583572 19566772224 545947 134679101440 94026303307776 94026303311472 140728990896784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94026303319288 94026303320080 94026328670208 140728990905302 140728990905415 140728990905415 140728990912456 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2183788 KiB

Child status: 143

Real time (s): 3592.59
CPU time (s): 3600.22
CPU user time (s): 3598.27
CPU system time (s): 1.95694
CPU usage (%): 100.213
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2183788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.27
system time used= 1.95694
maximum resident set size= 2184860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262314
page faults= 57
swaps= 0
block input operations= 15952
block output operations= 3888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132995
involuntary context switches= 10695


# summary of solver processes directly reported to runsolver:
#   pid: 711817
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.27
#   total CPU system time (s): 1.95694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23874 second user time and 19.4423 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-13 14:36:05
IDJOB=4424281
IDBENCH=143587
IDSOLVER=3035
FILE ID=nodeC031/4424281-1720874152
RUNJOBID= nodeC031-1720874164-711748
SLURM_JOB_ID= 7483772
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= 100b8721f67ac4f330c7a6443b255629
RANDOM SEED=450756964

nodeC031.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	: 0xb00002a
cpu MHz		: 3151.783
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.55
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	: 0xb00002a
cpu MHz		: 3120.542
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.11
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	: 0xb00002a
cpu MHz		: 3362.264
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.55
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	: 0xb00002a
cpu MHz		: 3325.173
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.11
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	: 0xb00002a
cpu MHz		: 3267.830
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.55
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	: 0xb00002a
cpu MHz		: 3372.718
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.11
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	: 0xb00002a
cpu MHz		: 3147.682
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.55
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	: 0xb00002a
cpu MHz		: 3129.564
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129594724 kB
MemAvailable:   129731452 kB
Buffers:          313720 kB
Cached:           667928 kB
SwapCached:            0 kB
Active:           446488 kB
Inactive:         921584 kB
Active(anon):       1528 kB
Inactive(anon):   422680 kB
Active(file):     444960 kB
Inactive(file):   498904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5828 kB
Writeback:             0 kB
AnonPages:        384576 kB
Mapped:           110308 kB
Shmem:             37720 kB
KReclaimable:      65020 kB
Slab:             162768 kB
SReclaimable:      65020 kB
SUnreclaim:        97748 kB
KernelStack:        4192 kB
PageTables:        10424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     787592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55488 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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:      160468 kB
DirectMap2M:    11147264 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 889828 MiB
End job on nodeC031 at 2024-07-13 15:35:58