Trace number 4424276

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.17 3580.9

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557362--soft-33-100-0.wbo
MD5SUM986151a138d2ed587805254495fec40d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard 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 benchmark32.3999
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 constraints1868
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 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
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.13/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.40	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.40	c See www.sat4j.org for details.
0.25/0.42	c version CUSTOM.v20240707
0.25/0.45	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.45	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.45	c java.vm.version	22.0.1+8-16
0.25/0.45	c java.vm.vendor	Oracle Corporation
0.25/0.45	c sun.arch.data.model	64
0.25/0.45	c java.version		22.0.1
0.25/0.45	c os.name		Linux
0.25/0.45	c os.version		4.18.0-301.1.el8.x86_64
0.25/0.45	c os.arch		amd64
0.25/0.46	c Free memory 		2115194816
0.25/0.46	c Max memory 		16282288128
0.25/0.46	c Total memory 		2122317824
0.25/0.47	c Number of processors 	2
0.60/0.64	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.64	 - never skip resolution steps
0.60/0.64	 - Auto-division on coefficients is disabled
0.60/0.64	 - No postprocessing
0.60/0.64	 - Conflict is considered as is when resolving
0.60/0.64	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.60/0.64	 - Weaken first using unassigned literals
0.60/0.64	 - Bump strategy: ALWAYS_ONE
0.60/0.64	 - Bumper: ASSIGNED
0.60/0.64	--- Begin Solver configuration ---
0.60/0.64	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.60/0.64	Learn all clauses as in MiniSAT
0.60/0.64	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.64	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.64	No reason simplification
0.60/0.64	Armin Biere (Picosat) restarts strategy
0.60/0.64	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.60/0.64	timeout=2147483s
0.60/0.64	DB Simplification allowed=false
0.60/0.64	Listener: none
0.60/0.64	--- End Solver configuration ---
0.60/0.64	c Pseudo Boolean Optimization by upper bound
0.60/0.64	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.64	c  - never skip resolution steps
0.60/0.64	c  - Auto-division on coefficients is disabled
0.60/0.64	c  - No postprocessing
0.60/0.64	c  - Conflict is considered as is when resolving
0.60/0.64	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.60/0.64	c  - Weaken first using unassigned literals
0.60/0.64	c  - Bump strategy: ALWAYS_ONE
0.60/0.64	c  - Bumper: ASSIGNED
0.60/0.64	c --- Begin Solver configuration ---
0.60/0.64	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.60/0.64	c Learn all clauses as in MiniSAT
0.60/0.64	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.64	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.64	c No reason simplification
0.60/0.64	c Armin Biere (Picosat) restarts strategy
0.60/0.64	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.60/0.64	c timeout=2147483s
0.60/0.64	c DB Simplification allowed=false
0.60/0.64	c Listener: none
0.60/0.64	c --- End Solver configuration ---
0.60/0.64	c solving HOME/instance-4424276-1720874152.wbo
0.60/0.64	c reading problem ... 
1.12/0.94	c ... done. Wall clock time 0.292s.
1.12/0.95	c declared #vars     231
1.12/0.95	c internal #vars     2099
1.12/0.95	c #constraints  2708
1.12/0.95	c constraints type 
1.12/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85
1.12/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
1.12/0.95	c org.sat4j.specs.Constr$1 => 1
1.12/0.95	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 18
1.12/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2599
1.12/0.95	c 2708 constraints processed.
1.12/0.97	c objective function length is 1868 literals
1.71/1.27	c SATISFIABLE
1.71/1.28	c OPTIMIZING...
1.71/1.28	c Got one! Elapsed wall clock time (in seconds):0.632
1.71/1.28	o 11589
2.32/1.57	c Got one! Elapsed wall clock time (in seconds):0.926
2.32/1.58	o 11588
2.89/1.87	c Got one! Elapsed wall clock time (in seconds):1.233
2.89/1.88	o 11586
3.68/2.23	c Got one! Elapsed wall clock time (in seconds):1.589
3.68/2.23	o 11580
4.28/2.58	c Got one! Elapsed wall clock time (in seconds):1.935
4.28/2.58	o 11579
5.84/3.39	c Got one! Elapsed wall clock time (in seconds):2.74
5.84/3.39	o 11572
6.60/3.72	c Got one! Elapsed wall clock time (in seconds):3.072
6.60/3.72	o 11571
7.36/4.36	c Got one! Elapsed wall clock time (in seconds):3.721
7.36/4.36	o 11570
8.94/5.55	c Got one! Elapsed wall clock time (in seconds):4.906
8.94/5.55	o 11568
11.31/7.42	c Got one! Elapsed wall clock time (in seconds):6.779
11.31/7.42	o 11567
11.95/8.08	c Got one! Elapsed wall clock time (in seconds):7.437
11.95/8.08	o 11566
13.21/9.27	c Got one! Elapsed wall clock time (in seconds):8.627
13.21/9.27	o 11563
15.07/10.96	c Got one! Elapsed wall clock time (in seconds):10.318
15.07/10.96	o 11561
18.28/14.12	c Got one! Elapsed wall clock time (in seconds):13.482
18.28/14.12	o 11560
23.71/19.59	c Got one! Elapsed wall clock time (in seconds):18.949
23.71/19.59	o 11559
25.32/21.16	c Got one! Elapsed wall clock time (in seconds):20.519
25.32/21.16	o 11540
27.80/23.66	c Got one! Elapsed wall clock time (in seconds):23.025
27.80/23.66	o 11539
31.31/27.19	c Got one! Elapsed wall clock time (in seconds):26.55
31.31/27.19	o 11538
36.01/31.83	c Got one! Elapsed wall clock time (in seconds):31.19
36.01/31.83	o 11537
44.32/40.19	c Got one! Elapsed wall clock time (in seconds):39.555
44.32/40.19	o 11536
61.70/57.47	c Got one! Elapsed wall clock time (in seconds):56.826
61.70/57.48	o 11535
65.01/60.74	c Got one! Elapsed wall clock time (in seconds):60.1
65.01/60.74	o 11513
69.32/65.05	c Got one! Elapsed wall clock time (in seconds):64.409
69.32/65.05	o 11512
75.33/71.03	c Got one! Elapsed wall clock time (in seconds):70.394
75.33/71.03	o 11511
86.37/82.09	c Got one! Elapsed wall clock time (in seconds):81.455
86.37/82.09	o 11476
101.35/97.06	c Got one! Elapsed wall clock time (in seconds):96.424
101.35/97.06	o 11428
128.11/123.73	c Got one! Elapsed wall clock time (in seconds):123.096
128.11/123.73	o 11414
172.40/167.93	c Got one! Elapsed wall clock time (in seconds):167.295
172.40/167.93	o 11413
176.80/172.31	c Got one! Elapsed wall clock time (in seconds):171.672
176.80/172.31	o 11396
182.60/178.19	c Got one! Elapsed wall clock time (in seconds):177.551
182.60/178.19	o 11378
191.66/187.06	c Got one! Elapsed wall clock time (in seconds):186.421
191.66/187.06	o 11359
207.90/203.22	c Got one! Elapsed wall clock time (in seconds):202.577
207.90/203.22	o 11335
232.88/227.92	c Got one! Elapsed wall clock time (in seconds):227.284
232.88/227.93	o 11334
275.96/270.95	c Got one! Elapsed wall clock time (in seconds):270.307
275.96/270.95	o 11270
347.58/342.48	c Got one! Elapsed wall clock time (in seconds):341.836
347.58/342.48	o 11254
482.26/477.00	c Got one! Elapsed wall clock time (in seconds):476.358
482.26/477.00	o 11253
492.56/487.23	c Got one! Elapsed wall clock time (in seconds):486.595
492.56/487.23	o 11247
500.14/494.88	c Got one! Elapsed wall clock time (in seconds):494.241
500.14/494.88	o 11231
517.13/511.88	c Got one! Elapsed wall clock time (in seconds):511.239
517.13/511.88	o 11200
545.19/539.87	c Got one! Elapsed wall clock time (in seconds):539.227
545.19/539.87	o 11161
593.40/588.04	c Got one! Elapsed wall clock time (in seconds):587.406
593.40/588.04	o 11118
676.90/671.56	c Got one! Elapsed wall clock time (in seconds):670.92
676.90/671.56	o 11117
782.54/777.25	c Got one! Elapsed wall clock time (in seconds):776.609
782.54/777.26	o 11085
905.30/899.79	c cleaning 8720 clauses out of 17443 with flag 0/17443
917.81/912.26	c Got one! Elapsed wall clock time (in seconds):911.617
917.81/912.26	o 11084
985.20/979.67	c Got one! Elapsed wall clock time (in seconds):979.027
985.20/979.67	o 11083
990.61/985.07	c Got one! Elapsed wall clock time (in seconds):984.427
990.61/985.07	o 11053
997.65/992.06	c Got one! Elapsed wall clock time (in seconds):991.417
997.65/992.06	o 11049
1005.74/1000.19	c Got one! Elapsed wall clock time (in seconds):999.548
1005.74/1000.19	o 11042
1018.95/1013.37	c Got one! Elapsed wall clock time (in seconds):1012.728
1018.95/1013.37	o 11041
1042.67/1037.03	c Got one! Elapsed wall clock time (in seconds):1036.392
1042.67/1037.03	o 11007
1079.55/1073.91	c Got one! Elapsed wall clock time (in seconds):1073.266
1079.55/1073.91	o 10995
1141.16/1135.40	c Got one! Elapsed wall clock time (in seconds):1134.764
1141.16/1135.40	o 10943
1262.73/1256.85	c Got one! Elapsed wall clock time (in seconds):1256.213
1262.73/1256.85	o 10933
1356.16/1350.16	c cleaning 8952 clauses out of 17925 with flag 0/26645
1371.11/1365.06	c Got one! Elapsed wall clock time (in seconds):1364.422
1371.11/1365.06	o 10905
1477.77/1471.40	c Got one! Elapsed wall clock time (in seconds):1470.76
1477.77/1471.40	o 10904
1484.23/1477.76	c Got one! Elapsed wall clock time (in seconds):1477.12
1484.23/1477.76	o 10892
1492.04/1485.53	c Got one! Elapsed wall clock time (in seconds):1484.894
1492.04/1485.53	o 10883
1504.50/1497.92	c Got one! Elapsed wall clock time (in seconds):1497.28
1504.50/1497.92	o 10851
1526.92/1520.27	c Got one! Elapsed wall clock time (in seconds):1519.631
1526.92/1520.27	o 10845
1560.36/1553.58	c Got one! Elapsed wall clock time (in seconds):1552.944
1560.36/1553.58	o 10824
1612.02/1605.08	c Got one! Elapsed wall clock time (in seconds):1604.438
1612.02/1605.08	o 10776
1684.91/1677.78	c cleaning 8727 clauses out of 17464 with flag 0/35136
1686.54/1679.35	c Got one! Elapsed wall clock time (in seconds):1678.71
1686.54/1679.35	o 10755
1707.60/1700.25	c Got one! Elapsed wall clock time (in seconds):1699.615
1707.60/1700.25	o 10724
1787.67/1780.04	c Got one! Elapsed wall clock time (in seconds):1779.404
1787.67/1780.05	o 10707
1900.96/1893.05	c cleaning 6707 clauses out of 15152 with flag 0/41551
1921.63/1913.66	c Got one! Elapsed wall clock time (in seconds):1913.022
1921.63/1913.66	o 10685
2050.04/2041.80	c cleaning 4960 clauses out of 14305 with flag 0/47411
2089.49/2080.82	c Got one! Elapsed wall clock time (in seconds):2080.182
2089.49/2080.82	o 10651
2095.35/2086.67	c Got one! Elapsed wall clock time (in seconds):2086.026
2095.35/2086.67	o 876
2106.83/2098.07	c Got one! Elapsed wall clock time (in seconds):2097.433
2106.83/2098.07	o 849
2122.72/2113.56	c Got one! Elapsed wall clock time (in seconds):2112.922
2122.72/2113.56	o 848
2153.94/2144.38	c Got one! Elapsed wall clock time (in seconds):2143.743
2153.94/2144.38	o 847
2204.58/2194.69	c Got one! Elapsed wall clock time (in seconds):2194.052
2204.58/2194.69	o 839
2289.44/2279.26	c Got one! Elapsed wall clock time (in seconds):2278.622
2289.44/2279.26	o 838
2449.94/2439.33	c Got one! Elapsed wall clock time (in seconds):2438.688
2449.94/2439.33	o 837
2684.78/2674.25	c cleaning 7385 clauses out of 18024 with flag 0/56090
2697.22/2686.54	c Got one! Elapsed wall clock time (in seconds):2685.904
2697.22/2686.54	o 789
2851.89/2840.15	c Got one! Elapsed wall clock time (in seconds):2839.512
2851.89/2840.15	o 779
3018.96/3006.71	c cleaning 5534 clauses out of 17101 with flag 0/62552
3087.49/3074.68	c Got one! Elapsed wall clock time (in seconds):3074.038
3087.49/3074.68	o 778
3185.96/3172.67	c cleaning 5055 clauses out of 17298 with flag 0/68283
3329.49/3314.36	c cleaning 5447 clauses out of 18243 with flag 0/74283
3340.08/3324.82	c Got one! Elapsed wall clock time (in seconds):3324.183
3340.08/3324.82	o 777
3345.02/3329.74	c Got one! Elapsed wall clock time (in seconds):3329.101
3345.02/3329.74	o 739
3346.53/3331.19	c Got one! Elapsed wall clock time (in seconds):3330.549
3346.53/3331.19	o 738
3353.39/3337.98	c Got one! Elapsed wall clock time (in seconds):3337.339
3353.39/3337.98	o 732
3370.21/3352.68	c Got one! Elapsed wall clock time (in seconds):3352.039
3370.21/3352.68	o 730
3395.45/3377.30	c Got one! Elapsed wall clock time (in seconds):3376.661
3395.45/3377.30	o 729
3451.00/3432.49	c Got one! Elapsed wall clock time (in seconds):3431.851
3451.00/3432.49	o 728
3572.23/3553.24	c Got one! Elapsed wall clock time (in seconds):3552.603
3572.23/3553.24	o 727
3600.02/3580.83	c starts		: 171
3600.02/3580.83	c conflicts		: 80516
3600.02/3580.83	c decisions		: 528508
3600.02/3580.83	c propagations		: 3701458
3600.02/3580.83	c inspects		: 1274392894
3600.02/3580.83	c shortcuts		: 0
3600.02/3580.83	c learnt literals	: 0
3600.02/3580.83	c learnt binary clauses	: 0
3600.02/3580.83	c learnt ternary clauses	: 0
3600.02/3580.83	c learnt constraints	: 80516
3600.02/3580.83	c ignored constraints	: 0
3600.02/3580.83	c root simplifications	: 0
3600.02/3580.83	c removed literals (reason simplification)	: 0
3600.02/3580.83	c reason swapping (by a shorter reason)	: 0
3600.02/3580.83	c Calls to reduceDB	: 9
3600.02/3580.83	c Number of update (reduction) of LBD	: 1635
3600.02/3580.83	c Imported unit clauses	: 0
3600.02/3580.83	c No decision after first conflict	: false
3600.02/3580.83	c number of reductions to clauses (during analyze)	: 0
3600.02/3580.83	c number of learned constraints concerned by reduction	: 0
3600.02/3580.83	c number of learning phase by resolution	: 0
3600.02/3580.83	c number of learning phase by cutting planes	: 0
3600.02/3580.83	c number of rounding to 1 operations	: 184962
3600.02/3580.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3580.83	c number of reductions of the coefficients by power 2 	: 0
3600.02/3580.83	c number of right shift for reduction by power 2 	: 0
3600.02/3580.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3580.83	c number of ending skipping 	: 0
3600.02/3580.83	c number of internal skipping 	: 0
3600.02/3580.83	c number of derivation steps 	: 582285
3600.02/3580.83	c number of skipped derivation steps 	: 0
3600.02/3580.83	c number of remaining unassigned 	: 171413
3600.02/3580.83	c number of remaining assigned 	: 19415057
3600.02/3580.83	c number of falsified literals weakened from reason	: 0
3600.02/3580.83	c number of falsified literals weakened from conflict	: 0
3600.02/3580.83	c time for arithmetic operations	: 1635392434
3600.02/3580.84	c minimum degree of deleted constraints	: 4
3600.02/3580.84	c maximum degree of deleted constraints	: 2024227
3600.02/3580.84	c number of deleted constraints	: 61487
3600.02/3580.84	c speed (assignments/second)	: 1033.9715825685191
3600.02/3580.84	c non guided choices	: 7643
3600.02/3580.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12326
3600.02/3580.85	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 53
3600.02/3580.85	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6650
3600.02/3580.85	s SATISFIABLE
3600.02/3580.85	c Found 84 solution(s)
3600.02/3580.85	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.02/3580.86	c objective function=727
3600.02/3580.86	c Total wall clock time (in seconds): 3580.221

Verifier Data

OK	39

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 (63314 MiB free)
  memory of node 1: 64473 MiB (63702 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=698339, runsolver pid=698336

[startup+0.100108 s]*
/proc/loadavg: 0.13 0.09 0.09 5/270 698347
/proc/meminfo: memFree=130029816/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=18175400 memory=39228 CPUtime=0.03 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 4940 0 3 0 1 2 0 0 20 0 7 0 139571113 18611609600 9807 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4543850 9807 3726 1 0 546859 0
[pid=698339/tid=698341] ppid=698336 vsize=18175400 memory=4026561586 CPUtime=0.03 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) D 698336 698339 698245 0 -1 4194368 4377 0 3 0 1 2 0 0 20 0 7 0 139571114 18611609600 9807 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 2 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 39228 KiB

[startup+0.214172 s]*
/proc/loadavg: 0.13 0.09 0.09 1/279 698356
/proc/meminfo: memFree=130003212/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=18374956 memory=46520 CPUtime=0.05 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 5688 0 9 0 2 3 0 0 20 0 9 0 139571113 18815954944 11630 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4593739 11630 4430 1 0 547808 0
[pid=698339/tid=698341] ppid=698336 vsize=18374956 memory=8737651120394928259 CPUtime=0.05 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) D 698336 698339 698245 0 -1 4194368 5123 0 9 0 2 3 0 0 20 0 9 0 139571114 18815954944 11630 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 9 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18374956 KiB
Current children cumulated memory: 46520 KiB

[startup+0.313503 s]*
/proc/loadavg: 0.13 0.09 0.09 10/315 698392
/proc/meminfo: memFree=129980944/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=18975048 memory=53948 CPUtime=0.13 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 6448 0 31 0 9 4 0 0 20 0 18 0 139571113 19430449152 13487 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4743762 13487 5268 1 0 550733 0
[pid=698339/tid=698341] ppid=698336 vsize=18975048 memory=-8744415307387871932 CPUtime=0.08 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) D 698336 698339 698245 0 -1 4194368 5327 0 17 0 5 3 0 0 20 0 18 0 139571114 19430449152 13487 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=18975048 memory=1469368018929878617 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139571138 19430449152 13487 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 139571140 19430449152 13487 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 53948 KiB

[startup+0.703712 s]
/proc/loadavg: 0.13 0.09 0.09 14/315 698392
/proc/meminfo: memFree=129945504/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=18975048 memory=67176 CPUtime=0.75 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 7785 0 33 0 68 7 0 0 20 0 18 0 139571113 19430449152 16794 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4743762 16794 5712 1 0 551724 0
[pid=698339/tid=698341] ppid=698336 vsize=18975048 memory=0 CPUtime=0.42 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 6091 0 19 0 37 5 0 0 20 0 18 0 139571114 19430449152 16794 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 19 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=18975048 memory=2752 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139571138 19430449152 16794 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 139571140 19430449152 16794 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 0.75 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67176 KiB

[startup+1.5063 s]
/proc/loadavg: 0.13 0.09 0.09 15/319 698396
/proc/meminfo: memFree=129806040/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19041612 memory=164608 CPUtime=2.32 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 13420 0 33 0 221 11 0 0 20 0 19 0 139571113 19498610688 41152 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4760403 41152 5833 1 0 553865 0
[pid=698339/tid=698341] ppid=698336 vsize=19041612 memory=0 CPUtime=1.13 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) S 698336 698339 698245 0 -1 1077936192 6645 0 19 0 106 7 0 0 20 0 19 0 139571114 19498610688 41152 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 19 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139571138 19498610688 41152 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19041612 memory=2752 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 139571140 19498610688 41152 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19041612 memory=12712 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139571211 19498610688 41152 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164608 KiB

[startup+3.1067 s]
/proc/loadavg: 0.76 0.22 0.13 7/282 698464
/proc/meminfo: memFree=129776284/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=207412 CPUtime=5.45 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 23557 0 33 0 533 12 0 0 20 0 20 0 139571113 19566772224 51853 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 51853 5861 1 0 559988 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=0 CPUtime=2.66 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 7391 0 19 0 258 8 0 0 20 0 20 0 139571114 19566772224 51853 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 19 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=2752 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 51853 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 51853 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=76284 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 51853 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 207412 KiB

[startup+6.3004 s]
/proc/loadavg: 0.76 0.22 0.13 6/323 698536
/proc/meminfo: memFree=128883468/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=628892 CPUtime=9.92 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 25192 0 33 0 970 22 0 0 20 0 20 0 139571113 19566772224 157223 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 157223 5861 1 0 560409 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=0 CPUtime=5.78 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 7899 0 19 0 562 16 0 0 20 0 20 0 139571114 19566772224 157223 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=180944 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 157223 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=37092 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 157223 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 157223 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 9.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 628892 KiB

[startup+12.7004 s]
/proc/loadavg: 1.10 0.30 0.16 6/323 698536
/proc/meminfo: memFree=127919124/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=916456 CPUtime=16.87 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 32721 0 33 0 1658 29 0 0 20 0 20 0 139571113 19566772224 229114 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 229114 5861 1 0 666921 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=671944 CPUtime=11.99 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 9609 0 19 0 1178 21 0 0 20 0 20 0 139571114 19566772224 229114 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=12712 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 229114 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=37092 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 229114 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=12320 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 229114 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 16.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 916456 KiB

[startup+25.5004 s]
/proc/loadavg: 1.75 0.48 0.22 6/323 698537
/proc/meminfo: memFree=126523820/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=1553700 CPUtime=29.69 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 37720 0 33 0 2924 45 0 0 20 0 20 0 139571113 19566772224 388425 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 388425 5861 1 0 666935 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=12712 CPUtime=24.54 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 12831 0 19 0 2418 36 0 0 20 0 20 0 139571114 19566772224 388425 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=2752 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 388425 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 388425 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 388425 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 29.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1553700 KiB

[startup+51.1129 s]
/proc/loadavg: 2.65 0.80 0.33 7/323 698542
/proc/meminfo: memFree=125375948/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=1559968 CPUtime=55.42 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 46154 0 33 0 5494 48 0 0 20 0 20 0 139571113 19566772224 389992 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 389992 5861 1 0 666936 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=-8744415307387871932 CPUtime=49.57 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 15330 0 19 0 4921 36 0 0 20 0 20 0 139571114 19566772224 389992 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=12712 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 389992 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=1559864 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 389992 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=12712 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 389992 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 55.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1559968 KiB

[startup+102.3 s]
/proc/loadavg: 3.59 1.34 0.55 6/323 698550
/proc/meminfo: memFree=124028036/131655788 swapFree=131071996/131071996

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

/proc/meminfo: memFree=118259516/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=3599536 CPUtime=3175.59 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 292119 0 33 0 317242 317 0 0 20 0 20 0 139571113 19566772224 899884 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 899884 5889 1 0 928502 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=3599536 CPUtime=3114.4 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 148181 0 19 0 311352 88 0 0 20 0 20 0 139571114 19566772224 899884 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=12712 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 899884 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=3599292 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 4338 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 899884 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=5496 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 899884 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 3175.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599536 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.11 4.04 6/321 700234
/proc/meminfo: memFree=118224400/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=3599684 CPUtime=3236.37 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 300098 0 33 0 323314 323 0 0 20 0 20 0 139571113 19566772224 899921 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 899921 5899 1 0 928535 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=12712 CPUtime=3172.82 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 151765 0 19 0 317193 89 0 0 20 0 20 0 139571114 19566772224 899921 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=3599292 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 899921 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=3599292 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 4371 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 899921 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=3599684 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 899921 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 3236.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599684 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.15 4.06 6/321 700302
/proc/meminfo: memFree=118232180/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=3599708 CPUtime=3297.16 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 304752 0 33 0 329388 328 0 0 20 0 20 0 139571113 19566772224 899927 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 899927 5899 1 0 928535 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=12712 CPUtime=3231.29 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 154518 0 19 0 323040 89 0 0 20 0 20 0 139571114 19566772224 899927 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=3599708 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 899927 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=12712 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 4441 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 899927 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=3599708 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 899927 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 3297.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599708 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.17 4.07 6/321 700312
/proc/meminfo: memFree=118211448/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=3599776 CPUtime=3357.92 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 310060 0 33 0 335460 332 0 0 20 0 20 0 139571113 19566772224 899944 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 899944 5899 1 0 928535 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=3599708 CPUtime=3289.84 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 157675 0 19 0 328894 90 0 0 20 0 20 0 139571114 19566772224 899944 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=1900 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 899944 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=3599748 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 4538 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 899944 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=3599752 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 899944 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 3357.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599776 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.19 4.08 6/321 700323
/proc/meminfo: memFree=116942040/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=4865916 CPUtime=3420.76 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 328862 0 33 0 341706 370 0 0 20 0 20 0 139571113 19566772224 1216479 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 1216479 5896 1 0 1234946 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=12712 CPUtime=3348.17 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 161438 0 19 0 334701 116 0 0 20 0 20 0 139571114 19566772224 1216479 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=37200 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 1216479 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=4865916 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 4634 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 1216479 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=12712 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 1216479 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 3420.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4865916 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.17 4.08 6/320 700333
/proc/meminfo: memFree=116869476/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=4866244 CPUtime=3481 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 334260 0 33 0 347725 375 0 0 20 0 20 0 139571113 19566772224 1216561 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 1216561 5896 1 0 1234949 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=4866244 CPUtime=3407.56 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 165218 0 19 0 340640 116 0 0 20 0 20 0 139571114 19566772224 1216561 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=4866244 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 1216561 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=12712 CPUtime=0 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 4634 0 0 0 0 0 0 0 20 0 20 0 139571140 19566772224 1216561 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=4866244 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 1216561 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 3481 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4866244 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.15 4.08 6/320 700343
/proc/meminfo: memFree=116861732/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=4866260 CPUtime=3541.25 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 340197 0 33 0 353744 381 0 0 20 0 20 0 139571113 19566772224 1216565 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 1216565 5896 1 0 1234956 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=4866244 CPUtime=3467.06 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 169321 0 19 0 346588 118 0 0 20 0 20 0 139571114 19566772224 1216565 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=12320 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 1216565 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=4866252 CPUtime=0.01 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 4727 0 0 0 1 0 0 0 20 0 20 0 139571140 19566772224 1216565 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=12712 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 1216565 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 3541.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4866260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.8 s]
/proc/loadavg: 4.14 4.15 4.09 6/317 700355
/proc/meminfo: memFree=116861356/131655788 swapFree=131071996/131071996
[pid=698339] ppid=698336 vsize=19108176 memory=4866268 CPUtime=3600.02 cores=0,2
/proc/698339/stat : 698339 (java) S 698336 698339 698245 0 -1 1077936128 345555 0 33 0 359618 384 0 0 20 0 20 0 139571113 19566772224 1216567 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
/proc/698339/statm: 4777044 1216567 5896 1 0 1234956 0
[pid=698339/tid=698341] ppid=698336 vsize=19108176 memory=12320 CPUtime=3524.9 cores=0,2
/proc/698339/task/698341/stat : 698341 (java) R 698336 698339 698245 0 -1 4194368 173950 0 19 0 352372 118 0 0 20 0 20 0 139571114 19566772224 1216567 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 46 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698360] ppid=698336 vsize=19108176 memory=5476 CPUtime=0 cores=0,2
/proc/698339/task/698360/stat : 698360 (Finalizer) S 698336 698339 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139571138 19566772224 1216567 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698390] ppid=698336 vsize=19108176 memory=2752 CPUtime=0.01 cores=0,2
/proc/698339/task/698390/stat : 698390 (Common-Cleaner) S 698336 698339 698245 0 -1 1077936192 4808 0 0 0 1 0 0 0 20 0 20 0 139571140 19566772224 1216567 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
[pid=698339/tid=698396] ppid=698336 vsize=19108176 memory=31984 CPUtime=0 cores=0,2
/proc/698339/task/698396/stat : 698396 (Timer-0) S 698336 698339 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139571211 19566772224 1216567 134679101440 93890337730560 93890337734256 140726489490688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93890337742072 93890337742864 93890366734336 140726489494486 140726489494599 140726489494599 140726489501640 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4866268 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.3 s, system=3.86378 s

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

Child status: 143

Real time (s): 3580.9
CPU time (s): 3600.17
CPU user time (s): 3596.3
CPU system time (s): 3.86378
CPU usage (%): 100.538
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4866268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.3
system time used= 3.86378
maximum resident set size= 4867920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349527
page faults= 33
swaps= 0
block input operations= 4856
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121814
involuntary context switches= 29771


# summary of solver processes directly reported to runsolver:
#   pid: 698339
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.3
#   total CPU system time (s): 3.86378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3739 second user time and 34.3797 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-13 14:36:05
IDJOB=4424276
IDBENCH=143618
IDSOLVER=3035
FILE ID=nodeC004/4424276-1720874152
RUNJOBID= nodeC004-1720874164-698255
SLURM_JOB_ID= 7483752
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= 986151a138d2ed587805254495fec40d
RANDOM SEED=450756964

nodeC004.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.336
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.29
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.308
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.37
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.328
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.29
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.314
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.37
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		: 1197.330
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.29
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.320
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        130111384 kB
MemAvailable:   129943500 kB
Buffers:          317292 kB
Cached:           365228 kB
SwapCached:            0 kB
Active:           448680 kB
Inactive:         600992 kB
Active(anon):       3344 kB
Inactive(anon):   401532 kB
Active(file):     445336 kB
Inactive(file):   199460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4008 kB
Writeback:             4 kB
AnonPages:        366960 kB
Mapped:           112728 kB
Shmem:             37700 kB
KReclaimable:      55036 kB
Slab:             143324 kB
SReclaimable:      55036 kB
SUnreclaim:        88288 kB
KernelStack:        3968 kB
PageTables:        10480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    4964812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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:      166728 kB
DirectMap2M:     7077888 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC004 at 2024-07-13 15:35:46