Trace number 4424273

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.45 3590.31

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900550720--soft-33-100-0.wbo
MD5SUM11f83a0df6220c4f8de8dfc598d97eff
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 benchmark20.4508
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 constraints1783
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 90636
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90635
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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.23/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.23/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.43	c See www.sat4j.org for details.
0.23/0.45	c version CUSTOM.v20240707
0.23/0.47	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.47	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.47	c java.vm.version	22.0.1+8-16
0.23/0.48	c java.vm.vendor	Oracle Corporation
0.23/0.48	c sun.arch.data.model	64
0.23/0.48	c java.version		22.0.1
0.23/0.48	c os.name		Linux
0.23/0.48	c os.version		4.18.0-301.1.el8.x86_64
0.23/0.48	c os.arch		amd64
0.23/0.49	c Free memory 		2115194816
0.23/0.49	c Max memory 		16282288128
0.23/0.49	c Total memory 		2122317824
0.23/0.49	c Number of processors 	2
0.53/0.66	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.53/0.66	 - never skip resolution steps
0.53/0.66	 - Auto-division on coefficients is disabled
0.53/0.66	 - No postprocessing
0.53/0.66	 - Conflict is considered as is when resolving
0.53/0.66	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.53/0.66	 - Weaken first using unassigned literals
0.53/0.66	 - Bump strategy: ALWAYS_ONE
0.53/0.66	 - Bumper: ASSIGNED
0.53/0.66	--- Begin Solver configuration ---
0.53/0.66	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.53/0.66	Learn all clauses as in MiniSAT
0.53/0.66	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.53/0.66	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.53/0.66	No reason simplification
0.53/0.66	Armin Biere (Picosat) restarts strategy
0.53/0.66	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.53/0.66	timeout=2147483s
0.53/0.66	DB Simplification allowed=false
0.53/0.66	Listener: none
0.53/0.66	--- End Solver configuration ---
0.53/0.67	c Pseudo Boolean Optimization by upper bound
0.53/0.67	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.53/0.67	c  - never skip resolution steps
0.53/0.67	c  - Auto-division on coefficients is disabled
0.53/0.67	c  - No postprocessing
0.53/0.67	c  - Conflict is considered as is when resolving
0.53/0.67	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.53/0.67	c  - Weaken first using unassigned literals
0.53/0.67	c  - Bump strategy: ALWAYS_ONE
0.53/0.67	c  - Bumper: ASSIGNED
0.53/0.67	c --- Begin Solver configuration ---
0.53/0.67	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.53/0.67	c Learn all clauses as in MiniSAT
0.53/0.67	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.53/0.67	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.53/0.67	c No reason simplification
0.53/0.67	c Armin Biere (Picosat) restarts strategy
0.53/0.67	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.53/0.67	c timeout=2147483s
0.53/0.67	c DB Simplification allowed=false
0.53/0.67	c Listener: none
0.53/0.67	c --- End Solver configuration ---
0.53/0.67	c solving HOME/instance-4424273-1720874152.wbo
0.53/0.67	c reading problem ... 
1.09/0.92	c ... done. Wall clock time 0.253s.
1.09/0.94	c declared #vars     231
1.09/0.94	c internal #vars     2014
1.09/0.94	c #constraints  2708
1.09/0.94	c constraints type 
1.09/0.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 87
1.09/0.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
1.09/0.94	c org.sat4j.specs.Constr$1 => 1
1.09/0.94	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 12
1.09/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2597
1.09/0.94	c 2708 constraints processed.
1.09/0.97	c objective function length is 1783 literals
1.68/1.24	c SATISFIABLE
1.68/1.24	c OPTIMIZING...
1.68/1.25	c Got one! Elapsed wall clock time (in seconds):0.579
1.68/1.25	o 10303
2.27/1.56	c Got one! Elapsed wall clock time (in seconds):0.893
2.27/1.57	o 10293
3.07/1.92	c Got one! Elapsed wall clock time (in seconds):1.256
3.07/1.93	o 10292
3.48/2.18	c Got one! Elapsed wall clock time (in seconds):1.513
3.48/2.18	o 10291
4.24/2.55	c Got one! Elapsed wall clock time (in seconds):1.887
4.24/2.55	o 10290
5.61/3.25	c Got one! Elapsed wall clock time (in seconds):2.586
5.61/3.25	o 10289
6.38/3.62	c Got one! Elapsed wall clock time (in seconds):2.95
6.38/3.62	o 10209
7.18/4.25	c Got one! Elapsed wall clock time (in seconds):3.583
7.18/4.25	o 10193
8.36/5.32	c Got one! Elapsed wall clock time (in seconds):4.648
8.36/5.32	o 10192
11.17/7.56	c Got one! Elapsed wall clock time (in seconds):6.895
11.17/7.56	o 10191
12.16/8.40	c Got one! Elapsed wall clock time (in seconds):7.731
12.16/8.40	o 10190
14.05/10.39	c Got one! Elapsed wall clock time (in seconds):9.721
14.05/10.39	o 10189
16.91/13.14	c Got one! Elapsed wall clock time (in seconds):12.474
16.91/13.14	o 10188
20.86/16.92	c Got one! Elapsed wall clock time (in seconds):16.258
20.86/16.92	o 10187
28.18/24.23	c Got one! Elapsed wall clock time (in seconds):23.567
28.18/24.23	o 10186
29.68/25.79	c Got one! Elapsed wall clock time (in seconds):25.126
29.68/25.79	o 10185
32.57/28.61	c Got one! Elapsed wall clock time (in seconds):27.942
32.57/28.61	o 10184
36.77/32.82	c Got one! Elapsed wall clock time (in seconds):32.159
36.77/32.82	o 10183
42.81/38.89	c Got one! Elapsed wall clock time (in seconds):38.225
42.81/38.89	o 10182
53.91/49.90	c Got one! Elapsed wall clock time (in seconds):49.232
53.91/49.90	o 10181
74.88/70.75	c Got one! Elapsed wall clock time (in seconds):70.08
74.88/70.75	o 10108
77.67/73.52	c Got one! Elapsed wall clock time (in seconds):72.852
77.67/73.52	o 10107
82.10/78.00	c Got one! Elapsed wall clock time (in seconds):77.339
82.10/78.00	o 10106
89.50/85.31	c Got one! Elapsed wall clock time (in seconds):84.644
89.50/85.31	o 10105
99.49/95.37	c Got one! Elapsed wall clock time (in seconds):94.709
99.49/95.37	o 10104
116.10/112.01	c Got one! Elapsed wall clock time (in seconds):111.341
116.10/112.01	o 10103
145.89/141.76	c Got one! Elapsed wall clock time (in seconds):141.096
145.89/141.76	o 10102
202.90/198.73	c Got one! Elapsed wall clock time (in seconds):198.061
202.90/198.73	o 10101
210.39/206.22	c Got one! Elapsed wall clock time (in seconds):205.556
210.39/206.22	o 10063
219.97/215.81	c Got one! Elapsed wall clock time (in seconds):215.148
219.97/215.81	o 10062
234.68/230.54	c Got one! Elapsed wall clock time (in seconds):229.876
234.68/230.54	o 10061
254.10/249.86	c Got one! Elapsed wall clock time (in seconds):249.192
254.10/249.86	o 10060
284.34/280.04	c Got one! Elapsed wall clock time (in seconds):279.379
284.34/280.04	o 10059
334.80/330.49	c Got one! Elapsed wall clock time (in seconds):329.821
334.80/330.49	o 10058
396.01/391.74	c Got one! Elapsed wall clock time (in seconds):391.075
396.01/391.74	o 10057
533.37/529.24	c Got one! Elapsed wall clock time (in seconds):528.57
533.37/529.24	o 10056
542.38/538.24	c Got one! Elapsed wall clock time (in seconds):537.575
542.38/538.24	o 10007
559.85/555.71	c Got one! Elapsed wall clock time (in seconds):555.047
559.85/555.71	o 10006
581.04/576.99	c Got one! Elapsed wall clock time (in seconds):576.323
581.04/576.99	o 10005
614.87/610.82	c Got one! Elapsed wall clock time (in seconds):610.156
614.87/610.82	o 10004
663.10/659.29	c Got one! Elapsed wall clock time (in seconds):658.623
663.21/659.30	o 9954
739.94/736.53	c Got one! Elapsed wall clock time (in seconds):735.861
739.94/736.53	o 9953
866.10/862.98	c Got one! Elapsed wall clock time (in seconds):862.319
866.10/862.99	o 9952
980.76/977.53	c cleaning 8712 clauses out of 17425 with flag 0/17425
986.59/983.35	c Got one! Elapsed wall clock time (in seconds):982.68
986.59/983.35	o 9921
1031.06/1027.84	c Got one! Elapsed wall clock time (in seconds):1027.176
1031.06/1027.84	o 9920
1035.62/1032.27	c Got one! Elapsed wall clock time (in seconds):1031.608
1035.62/1032.27	o 9919
1041.82/1038.44	c Got one! Elapsed wall clock time (in seconds):1037.779
1041.82/1038.44	o 9918
1049.54/1046.13	c Got one! Elapsed wall clock time (in seconds):1045.462
1049.54/1046.13	o 9917
1061.31/1057.90	c Got one! Elapsed wall clock time (in seconds):1057.24
1061.31/1057.90	o 9916
1082.83/1079.47	c Got one! Elapsed wall clock time (in seconds):1078.801
1082.83/1079.47	o 9915
1112.23/1108.82	c Got one! Elapsed wall clock time (in seconds):1108.152
1112.23/1108.82	o 9914
1161.00/1157.69	c Got one! Elapsed wall clock time (in seconds):1157.029
1161.00/1157.69	o 9913
1258.62/1255.22	c Got one! Elapsed wall clock time (in seconds):1254.55
1258.62/1255.22	o 9912
1338.79/1335.27	c cleaning 8957 clauses out of 17920 with flag 0/26632
1353.67/1349.98	c Got one! Elapsed wall clock time (in seconds):1349.319
1353.67/1349.98	o 9909
1470.69/1466.67	c Got one! Elapsed wall clock time (in seconds):1466.007
1470.69/1466.67	o 9908
1477.67/1473.66	c Got one! Elapsed wall clock time (in seconds):1472.996
1477.67/1473.66	o 9860
1486.14/1482.04	c Got one! Elapsed wall clock time (in seconds):1481.378
1486.14/1482.05	o 9859
1498.58/1494.40	c Got one! Elapsed wall clock time (in seconds):1493.739
1498.58/1494.40	o 9792
1516.44/1512.22	c Got one! Elapsed wall clock time (in seconds):1511.557
1516.44/1512.22	o 9791
1544.80/1540.56	c Got one! Elapsed wall clock time (in seconds):1539.891
1544.80/1540.56	o 9790
1589.80/1585.53	c Got one! Elapsed wall clock time (in seconds):1584.866
1589.80/1585.53	o 9786
1671.94/1667.64	c cleaning 8719 clauses out of 17456 with flag 0/35125
1673.73/1669.41	c Got one! Elapsed wall clock time (in seconds):1668.747
1673.73/1669.41	o 9785
1698.53/1694.29	c Got one! Elapsed wall clock time (in seconds):1693.627
1698.53/1694.29	o 9784
1780.12/1776.28	c Got one! Elapsed wall clock time (in seconds):1775.611
1780.12/1776.28	o 9783
1879.50/1875.98	c cleaning 5750 clauses out of 15148 with flag 0/41536
1904.34/1900.79	c Got one! Elapsed wall clock time (in seconds):1900.123
1904.34/1900.79	o 9782
2051.65/2047.71	c cleaning 4736 clauses out of 15244 with flag 0/47382
2080.55/2076.23	c Got one! Elapsed wall clock time (in seconds):2075.562
2080.55/2076.23	o 9781
2083.81/2079.44	c Got one! Elapsed wall clock time (in seconds):2078.772
2083.81/2079.44	o 9767
2087.84/2083.45	c Got one! Elapsed wall clock time (in seconds):2082.788
2087.84/2083.45	o 9758
2094.08/2089.65	c Got one! Elapsed wall clock time (in seconds):2088.986
2094.08/2089.65	o 9718
2103.82/2099.33	c Got one! Elapsed wall clock time (in seconds):2098.668
2103.82/2099.33	o 9715
2122.11/2117.59	c Got one! Elapsed wall clock time (in seconds):2116.92
2122.11/2117.59	o 9714
2154.94/2150.23	c Got one! Elapsed wall clock time (in seconds):2149.563
2154.94/2150.23	o 9713
2211.04/2206.23	c Got one! Elapsed wall clock time (in seconds):2205.568
2211.04/2206.23	o 9654
2305.72/2300.75	c Got one! Elapsed wall clock time (in seconds):2300.082
2305.72/2300.75	o 9653
2451.44/2446.24	c cleaning 6957 clauses out of 19204 with flag 0/56078
2461.66/2456.44	c Got one! Elapsed wall clock time (in seconds):2455.771
2461.66/2456.44	o 9652
2568.35/2562.65	c Got one! Elapsed wall clock time (in seconds):2561.984
2568.35/2562.65	o 9651
2686.57/2680.68	c cleaning 5163 clauses out of 18658 with flag 0/62489
2807.36/2800.74	c Got one! Elapsed wall clock time (in seconds):2800.079
2807.36/2800.74	o 9606
2942.03/2935.07	c cleaning 4709 clauses out of 19266 with flag 0/68260
3155.70/3147.87	c cleaning 5022 clauses out of 20559 with flag 0/74262
3170.05/3162.28	c Got one! Elapsed wall clock time (in seconds):3161.61
3170.05/3162.28	o 9605
3173.72/3165.86	c Got one! Elapsed wall clock time (in seconds):3165.191
3173.72/3165.86	o 9600
3177.61/3169.74	c Got one! Elapsed wall clock time (in seconds):3169.072
3177.61/3169.74	o 9599
3184.76/3176.84	c Got one! Elapsed wall clock time (in seconds):3176.176
3184.76/3176.84	o 9598
3195.66/3187.69	c Got one! Elapsed wall clock time (in seconds):3187.027
3195.66/3187.69	o 9563
3212.24/3204.10	c Got one! Elapsed wall clock time (in seconds):3203.437
3212.24/3204.10	o 9546
3245.09/3236.70	c Got one! Elapsed wall clock time (in seconds):3236.037
3245.09/3236.70	o 9545
3314.18/3305.40	c Got one! Elapsed wall clock time (in seconds):3304.732
3314.18/3305.40	o 9544
3432.06/3422.99	c Got one! Elapsed wall clock time (in seconds):3422.324
3432.06/3422.99	o 9512
3600.08/3590.13	c starts		: 173
3600.08/3590.15	c conflicts		: 81868
3600.08/3590.15	c decisions		: 391920
3600.08/3590.15	c propagations		: 3332004
3600.08/3590.15	c inspects		: 1379486932
3600.08/3590.15	c shortcuts		: 0
3600.08/3590.15	c learnt literals	: 0
3600.08/3590.15	c learnt binary clauses	: 0
3600.08/3590.15	c learnt ternary clauses	: 1
3600.08/3590.15	c learnt constraints	: 81868
3600.08/3590.15	c ignored constraints	: 0
3600.08/3590.15	c root simplifications	: 0
3600.08/3590.15	c removed literals (reason simplification)	: 0
3600.08/3590.15	c reason swapping (by a shorter reason)	: 0
3600.08/3590.15	c Calls to reduceDB	: 9
3600.08/3590.15	c Number of update (reduction) of LBD	: 4031
3600.08/3590.15	c Imported unit clauses	: 0
3600.08/3590.15	c No decision after first conflict	: false
3600.08/3590.15	c number of reductions to clauses (during analyze)	: 0
3600.08/3590.15	c number of learned constraints concerned by reduction	: 0
3600.08/3590.15	c number of learning phase by resolution	: 0
3600.08/3590.15	c number of learning phase by cutting planes	: 0
3600.08/3590.15	c number of rounding to 1 operations	: 203306
3600.08/3590.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3590.15	c number of reductions of the coefficients by power 2 	: 0
3600.08/3590.15	c number of right shift for reduction by power 2 	: 0
3600.08/3590.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3590.15	c number of ending skipping 	: 0
3600.08/3590.15	c number of internal skipping 	: 0
3600.08/3590.18	c number of derivation steps 	: 754557
3600.08/3590.18	c number of skipped derivation steps 	: 0
3600.08/3590.18	c number of remaining unassigned 	: 145214
3600.08/3590.18	c number of remaining assigned 	: 12504480
3600.08/3590.18	c number of falsified literals weakened from reason	: 0
3600.08/3590.18	c number of falsified literals weakened from conflict	: 0
3600.08/3590.18	c time for arithmetic operations	: 1648300306
3600.25/3590.20	c minimum degree of deleted constraints	: 4
3600.25/3590.20	c maximum degree of deleted constraints	: 14100509
3600.25/3590.20	c number of deleted constraints	: 58725
3600.25/3590.20	c speed (assignments/second)	: 928.3400418307108
3600.25/3590.20	c non guided choices	: 7728
3600.25/3590.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 14607
3600.25/3590.28	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 191
3600.25/3590.28	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8345
3600.25/3590.28	s SATISFIABLE
3600.25/3590.28	c Found 86 solution(s)
3600.25/3590.28	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.25/3590.29	c objective function=9512
3600.25/3590.29	c Total wall clock time (in seconds): 3589.62

Verifier Data

OK	885

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (63460 MiB free)
  memory of node 1: 64510 MiB (63596 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=698030, runsolver pid=698027

[startup+0.100068 s]*
/proc/loadavg: 0.14 0.13 0.09 3/272 698037
/proc/meminfo: memFree=130079372/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=18175400 memory=34564 CPUtime=0.02 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 3799 0 0 0 1 1 0 0 20 0 7 0 139574012 18611609600 8641 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16784588 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4543850 8641 3680 1 0 544764 0
[pid=698030/tid=698032] ppid=698027 vsize=18175400 memory=4026561586 CPUtime=0.02 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) D 698027 698030 697934 0 -1 4194368 3234 0 0 0 1 1 0 0 20 0 7 0 139574013 18611609600 8641 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 34564 KiB

[startup+0.214055 s]*
/proc/loadavg: 0.14 0.13 0.09 1/272 698037
/proc/meminfo: memFree=130050372/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=18175400 memory=39104 CPUtime=0.03 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 4943 0 7 0 1 2 0 0 20 0 7 0 139574012 18611609600 9776 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16784588 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4543850 9776 3696 1 0 546859 0
[pid=698030/tid=698032] ppid=698027 vsize=18175400 memory=8737651120394928259 CPUtime=0.03 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) D 698027 698030 697934 0 -1 4194368 4378 0 7 0 1 2 0 0 20 0 7 0 139574013 18611609600 9776 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 9 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 39104 KiB

[startup+0.312992 s]*
/proc/loadavg: 0.14 0.13 0.09 1/317 698082
/proc/meminfo: memFree=130010112/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=18974864 memory=54152 CPUtime=0.09 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 5990 0 32 0 5 4 0 0 20 0 18 0 139574012 19430260736 13538 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4743716 13538 5121 1 0 550460 0
[pid=698030/tid=698032] ppid=698027 vsize=18974864 memory=-8672642486861537980 CPUtime=0.07 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 1078198336 5172 0 20 0 4 3 0 0 20 0 18 0 139574013 19430260736 13538 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=18974864 memory=1471059054928496217 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139574041 19430260736 13538 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=18974864 memory=0 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 139574043 19430260736 13538 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18974864 KiB
Current children cumulated memory: 54152 KiB

[startup+0.703143 s]
/proc/loadavg: 0.14 0.13 0.09 6/317 698082
/proc/meminfo: memFree=129974264/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=18975048 memory=68864 CPUtime=0.7 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 7599 0 37 0 64 6 0 0 20 0 18 0 139574012 19430449152 17216 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4743762 17216 5774 1 0 551721 0
[pid=698030/tid=698032] ppid=698027 vsize=18975048 memory=0 CPUtime=0.4 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 1077936192 5976 0 24 0 35 5 0 0 20 0 18 0 139574013 19430449152 17216 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=18975048 memory=2580 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139574041 19430449152 17216 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=18975048 memory=4897 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 139574043 19430449152 17216 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68864 KiB

[startup+1.50327 s]
/proc/loadavg: 0.14 0.13 0.09 10/300 698092
/proc/meminfo: memFree=129855788/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19041612 memory=166024 CPUtime=2.27 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 13883 0 37 0 216 11 0 0 20 0 19 0 139574012 19498610688 41506 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4760403 41506 5834 1 0 554370 0
[pid=698030/tid=698032] ppid=698027 vsize=19041612 memory=0 CPUtime=1.09 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 6491 0 24 0 101 8 0 0 20 0 19 0 139574013 19498610688 41506 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139574041 19498610688 41506 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19041612 memory=2580 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139574043 19498610688 41506 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19041612 memory=11508 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139574109 19498610688 41506 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166024 KiB

[startup+3.10626 s]
/proc/loadavg: 0.14 0.13 0.09 9/323 698220
/proc/meminfo: memFree=128129340/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=202404 CPUtime=5.42 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 19859 0 37 0 528 14 0 0 20 0 20 0 139574012 19566772224 50601 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 50601 5870 1 0 556812 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=73340 CPUtime=2.61 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 7318 0 24 0 253 8 0 0 20 0 20 0 139574013 19566772224 50601 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 50601 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=2580 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 50601 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=140435364293793 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 50601 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 5.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 202404 KiB

[startup+6.30026 s]
/proc/loadavg: 0.45 0.19 0.11 5/323 698222
/proc/meminfo: memFree=122733392/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=643400 CPUtime=9.65 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 24683 0 37 0 939 26 0 0 20 0 20 0 139574012 19566772224 160850 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 160850 5870 1 0 560077 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=0 CPUtime=5.76 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 7716 0 24 0 557 19 0 0 20 0 20 0 139574013 19566772224 160850 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=181132 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 160850 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=3054156605301824660 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 160850 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=547144 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 160850 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 9.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 643400 KiB

[startup+12.7005 s]
/proc/loadavg: 0.81 0.27 0.14 5/324 698223
/proc/meminfo: memFree=119200396/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=940052 CPUtime=16.5 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 28237 0 37 0 1618 32 0 0 20 0 20 0 139574012 19566772224 235013 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 235013 5870 1 0 560077 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=0 CPUtime=12.08 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 8788 0 24 0 1184 24 0 0 20 0 20 0 139574013 19566772224 235013 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=4961616 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 235013 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=940036 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 235013 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 235013 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 16.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 940052 KiB

[startup+25.5005 s]
/proc/loadavg: 1.84 0.52 0.22 6/324 698225
/proc/meminfo: memFree=117896536/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=1249376 CPUtime=29.48 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 33001 0 37 0 2907 41 0 0 20 0 20 0 139574012 19566772224 312344 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 312344 5870 1 0 560077 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=0 CPUtime=24.73 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 11016 0 24 0 2442 31 0 0 20 0 20 0 139574013 19566772224 312344 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=4961616 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 312344 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=1249372 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 312344 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=2580 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 312344 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1249376 KiB

[startup+51.1137 s]
/proc/loadavg: 2.79 0.85 0.34 5/324 698229
/proc/meminfo: memFree=117136732/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=1355980 CPUtime=55.19 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 41775 0 37 0 5472 47 0 0 20 0 20 0 139574012 19566772224 338995 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 338995 5870 1 0 560077 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=1349776 CPUtime=49.88 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 14113 0 24 0 4955 33 0 0 20 0 20 0 139574013 19566772224 338995 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=8243959404472390756 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 338995 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=1349752 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 338995 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=-8672642486861537980 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 338995 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 55.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1355980 KiB

[startup+102.3 s]
/proc/loadavg: 3.64 1.39 0.55 5/325 698239
/proc/meminfo: memFree=116524704/131655788 swapFree=131071996/131071996

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

[startup+3282.3 s]
/proc/loadavg: 4.23 4.23 4.12 5/324 699998
/proc/meminfo: memFree=110960712/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=3069596 CPUtime=3290.93 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 257098 0 37 0 328763 330 0 0 20 0 20 0 139574012 19566772224 767399 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 767399 5898 1 0 794300 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=3069596 CPUtime=3230.07 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 118103 0 24 0 322930 77 0 0 20 0 20 0 139574013 19566772224 767399 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 47 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=3069596 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 767399 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=3069596 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 3089 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 767399 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=3069596 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 767399 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 3290.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3069596 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.22 4.12 5/322 700008
/proc/meminfo: memFree=110960680/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=3069612 CPUtime=3351.14 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 261658 0 37 0 334780 334 0 0 20 0 20 0 139574012 19566772224 767403 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 767403 5899 1 0 794300 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=3069612 CPUtime=3289.11 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 120712 0 24 0 328834 77 0 0 20 0 20 0 139574013 19566772224 767403 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 50 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=3069596 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 767403 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=3069612 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 3192 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 767403 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=3069612 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 767403 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 3351.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3069612 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.22 4.12 5/322 700019
/proc/meminfo: memFree=110884140/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=3069612 CPUtime=3411.41 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 265522 0 37 0 340803 338 0 0 20 0 20 0 139574012 19566772224 767403 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 767403 5899 1 0 794300 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=3069596 CPUtime=3348.26 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 122624 0 24 0 334748 78 0 0 20 0 20 0 139574013 19566772224 767403 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 50 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=3069612 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 767403 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=7260 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 3192 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 767403 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=3069612 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 767403 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 3411.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3069612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.21 4.12 5/320 700029
/proc/meminfo: memFree=110883820/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=3069688 CPUtime=3471.73 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 270110 0 37 0 346832 341 0 0 20 0 20 0 139574012 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 767422 5899 1 0 794310 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=3069596 CPUtime=3407.58 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 125056 0 24 0 340680 78 0 0 20 0 20 0 139574013 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 50 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=3069612 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 3229 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=11508 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 3471.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3069688 KiB

[startup+3522.3 s]
/proc/loadavg: 4.75 4.35 4.17 5/320 700040
/proc/meminfo: memFree=110883412/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=3069688 CPUtime=3532.03 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 273552 0 37 0 352857 346 0 0 20 0 20 0 139574012 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 767422 5899 1 0 794310 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=35540 CPUtime=3466.98 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 126894 0 24 0 346619 79 0 0 20 0 20 0 139574013 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 50 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=3069688 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=3069688 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 3309 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=3069688 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 3532.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3069688 KiB

[startup+3582.3 s]
/proc/loadavg: 4.72 4.43 4.21 5/319 700051
/proc/meminfo: memFree=110807288/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=3069688 CPUtime=3592.27 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 277308 0 37 0 358877 350 0 0 20 0 20 0 139574012 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 767422 5899 1 0 794310 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=3069688 CPUtime=3525.97 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 128861 0 24 0 352518 79 0 0 20 0 20 0 139574013 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 50 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 3402 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=11508 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 3592.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3069688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.11 s]
/proc/loadavg: 4.45 4.38 4.20 3/265 700120
/proc/meminfo: memFree=120980772/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19108176 memory=3069688 CPUtime=3600.08 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 277548 0 37 0 359657 351 0 0 20 0 20 0 139574012 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4777044 767422 5899 1 0 794310 0
[pid=698030/tid=698032] ppid=698027 vsize=19108176 memory=35540 CPUtime=3533.77 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 129091 0 24 0 353297 80 0 0 20 0 20 0 139574013 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 50 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19108176 memory=3069688 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574041 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19108176 memory=3069688 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 3402 0 0 0 0 0 0 0 20 0 20 0 139574043 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698088] ppid=698027 vsize=19108176 memory=3069688 CPUtime=0 cores=1,3
/proc/698030/task/698088/stat : 698088 (Timer-0) S 698027 698030 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574109 19566772224 767422 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3069688 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.91 s, system=3.53612 s

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

[startup+3590.2 s]
/proc/loadavg: 4.45 4.38 4.20 3/265 700120
/proc/meminfo: memFree=120980772/131655788 swapFree=131071996/131071996
[pid=698030] ppid=698027 vsize=19307868 memory=3070432 CPUtime=3600.25 cores=1,3
/proc/698030/stat : 698030 (java) S 698027 698030 697934 0 -1 1077936128 280801 0 37 0 359674 351 0 0 20 0 21 0 139574012 19771256832 767608 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
/proc/698030/statm: 4826967 767608 5898 1 0 795259 0
[pid=698030/tid=698032] ppid=698027 vsize=19307868 memory=18871 CPUtime=3533.86 cores=1,3
/proc/698030/task/698032/stat : 698032 (java) R 698027 698030 697934 0 -1 4194368 129154 0 24 0 353306 80 0 0 20 0 21 0 139574013 19771256832 767608 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 50 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698050] ppid=698027 vsize=19307868 memory=25124 CPUtime=0 cores=1,3
/proc/698030/task/698050/stat : 698050 (Finalizer) S 698027 698030 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139574041 19771256832 767608 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
[pid=698030/tid=698081] ppid=698027 vsize=19307868 memory=3763101881526911056 CPUtime=0 cores=1,3
/proc/698030/task/698081/stat : 698081 (Common-Cleaner) S 698027 698030 697934 0 -1 1077936192 3402 0 0 0 0 0 0 0 20 0 21 0 139574043 19771256832 767608 134679101440 94613101862912 94613101866608 140721502698848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94613101874424 94613101875216 94613109182464 140721502700502 140721502700615 140721502700615 140721502707656 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3070432 KiB

Child status: 143

Real time (s): 3590.31
CPU time (s): 3600.45
CPU user time (s): 3596.91
CPU system time (s): 3.53612
CPU usage (%): 100.282
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3070432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.91
system time used= 3.53612
maximum resident set size= 3071432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282103
page faults= 37
swaps= 0
block input operations= 5664
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124776
involuntary context switches= 9268


# summary of solver processes directly reported to runsolver:
#   pid: 698030
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3596.91
#   total CPU system time (s): 3.53612

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9926 second user time and 36.4957 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 14:36:05
IDJOB=4424273
IDBENCH=143629
IDSOLVER=3035
FILE ID=nodeC006/4424273-1720874152
RUNJOBID= nodeC006-1720874164-697946
SLURM_JOB_ID= 7483754
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.1900550720--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424273-1720874152/watcher-4424273-1720874152 -o /tmp/evaluation-result-4424273-1720874152/solver-4424273-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720874164-697946 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424273-1720874152.wbo

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

MD5SUM BENCH= 11f83a0df6220c4f8de8dfc598d97eff
RANDOM SEED=450756964

nodeC006.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.263
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
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.254
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.26
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.257
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
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.265
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.26
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.266
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
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.241
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.26
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.260
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
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.257
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        130141860 kB
MemAvailable:   129968112 kB
Buffers:          316600 kB
Cached:           360036 kB
SwapCached:            0 kB
Active:           445096 kB
Inactive:         575648 kB
Active(anon):       1468 kB
Inactive(anon):   380428 kB
Active(file):     443628 kB
Inactive(file):   195220 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4252 kB
Writeback:             0 kB
AnonPages:        344320 kB
Mapped:           108844 kB
Shmem:             37704 kB
KReclaimable:      54872 kB
Slab:             142976 kB
SReclaimable:      54872 kB
SUnreclaim:        88104 kB
KernelStack:        4032 kB
PageTables:         9988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     703244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45792 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC006 at 2024-07-13 15:35:55