Trace number 4427453

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12SAT (TO)19 3600.18 3583.79

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMd93197574d7bf829fc84498a7cd9d0ce
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3583.48
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
Number of bits of the biggest sum of numbers13
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4427453-1720994538.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.13/0.18	c ... done. Wall clock time 0.023s.
0.13/0.18	c declared #vars     146
0.13/0.18	c #constraints  12
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 12
0.13/0.18	c 12 constraints processed.
0.13/0.19	c objective function length is 96 literals
0.34/0.30	c SATISFIABLE
0.34/0.30	c OPTIMIZING...
0.34/0.30	c Got one! Elapsed wall clock time (in seconds):0.149
0.34/0.30	o 2108
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.236
0.50/0.39	o 2073
0.88/0.51	c Got one! Elapsed wall clock time (in seconds):0.363
0.88/0.52	o 2011
0.88/0.57	c Got one! Elapsed wall clock time (in seconds):0.419
0.88/0.57	o 1939
1.07/0.67	c Got one! Elapsed wall clock time (in seconds):0.521
1.07/0.67	o 1821
1.45/0.85	c Got one! Elapsed wall clock time (in seconds):0.696
1.45/0.85	o 1717
1.65/0.94	c Got one! Elapsed wall clock time (in seconds):0.785
1.65/0.94	o 1716
2.05/1.12	c Got one! Elapsed wall clock time (in seconds):0.967
2.05/1.12	o 1665
2.64/1.46	c Got one! Elapsed wall clock time (in seconds):1.309
2.64/1.46	o 1661
3.63/1.94	c Got one! Elapsed wall clock time (in seconds):1.787
3.63/1.94	o 1604
4.03/2.13	c Got one! Elapsed wall clock time (in seconds):1.974
4.03/2.13	o 1603
4.54/2.46	c Got one! Elapsed wall clock time (in seconds):2.312
4.54/2.46	o 1571
5.03/2.85	c Got one! Elapsed wall clock time (in seconds):2.704
5.03/2.85	o 1563
5.75/3.46	c Got one! Elapsed wall clock time (in seconds):3.311
5.75/3.46	o 1561
7.09/4.38	c Got one! Elapsed wall clock time (in seconds):4.234
7.09/4.38	o 1526
7.39/4.61	c Got one! Elapsed wall clock time (in seconds):4.46
7.39/4.61	o 1523
7.70/4.98	c Got one! Elapsed wall clock time (in seconds):4.83
7.70/4.98	o 1509
8.40/5.61	c Got one! Elapsed wall clock time (in seconds):5.464
8.40/5.61	o 1480
9.41/6.63	c Got one! Elapsed wall clock time (in seconds):6.479
9.41/6.63	o 1479
11.05/8.17	c Got one! Elapsed wall clock time (in seconds):8.025
11.05/8.17	o 1432
13.79/10.81	c Got one! Elapsed wall clock time (in seconds):10.661
13.79/10.81	o 1347
14.19/11.29	c Got one! Elapsed wall clock time (in seconds):11.138
14.19/11.29	o 1237
14.92/11.98	c Got one! Elapsed wall clock time (in seconds):11.834
14.92/11.98	o 1236
16.01/13.03	c Got one! Elapsed wall clock time (in seconds):12.879
16.01/13.03	o 1231
17.63/14.62	c Got one! Elapsed wall clock time (in seconds):14.47
17.63/14.62	o 1230
20.14/17.12	c Got one! Elapsed wall clock time (in seconds):16.969
20.14/17.12	o 1203
24.05/21.06	c Got one! Elapsed wall clock time (in seconds):20.914
24.05/21.06	o 1202
30.73/26.62	c Got one! Elapsed wall clock time (in seconds):26.475
30.73/26.62	o 1198
31.47/27.32	c Got one! Elapsed wall clock time (in seconds):27.174
31.47/27.32	o 1197
32.08/27.96	c Got one! Elapsed wall clock time (in seconds):27.813
32.08/27.96	o 1185
33.61/29.41	c Got one! Elapsed wall clock time (in seconds):29.26
33.61/29.41	o 1120
35.83/31.62	c Got one! Elapsed wall clock time (in seconds):31.468
35.83/31.62	o 1118
39.36/35.10	c Got one! Elapsed wall clock time (in seconds):34.954
39.36/35.10	o 1105
43.92/39.71	c Got one! Elapsed wall clock time (in seconds):39.557
43.92/39.71	o 1101
51.72/47.53	c Got one! Elapsed wall clock time (in seconds):47.385
51.72/47.54	o 1081
65.53/61.17	c Got one! Elapsed wall clock time (in seconds):61.016
65.53/61.17	o 1046
66.64/62.22	c Got one! Elapsed wall clock time (in seconds):62.067
66.64/62.22	o 1009
67.67/63.22	c Got one! Elapsed wall clock time (in seconds):63.07
67.67/63.22	o 1002
69.87/65.42	c Got one! Elapsed wall clock time (in seconds):65.269
69.87/65.42	o 1000
73.27/68.82	c Got one! Elapsed wall clock time (in seconds):68.668
73.27/68.82	o 988
78.57/74.11	c Got one! Elapsed wall clock time (in seconds):73.962
78.57/74.11	o 670
89.14/84.53	c cleaning 8138 clauses out of 16285 with flag 0/16285
89.42/84.71	c Got one! Elapsed wall clock time (in seconds):84.563
89.42/84.71	o 669
91.81/87.13	c Got one! Elapsed wall clock time (in seconds):86.984
91.81/87.13	o 668
97.72/93.09	c Got one! Elapsed wall clock time (in seconds):92.936
97.72/93.09	o 631
98.14/93.40	c Got one! Elapsed wall clock time (in seconds):93.247
98.14/93.40	o 609
98.64/93.98	c Got one! Elapsed wall clock time (in seconds):93.834
98.64/93.98	o 606
99.14/94.40	c Got one! Elapsed wall clock time (in seconds):94.247
99.14/94.40	o 589
100.02/95.35	c Got one! Elapsed wall clock time (in seconds):95.204
100.02/95.35	o 439
101.77/97.01	c Got one! Elapsed wall clock time (in seconds):96.862
101.77/97.01	o 437
104.09/99.38	c Got one! Elapsed wall clock time (in seconds):99.232
104.09/99.38	o 414
109.44/104.69	c Got one! Elapsed wall clock time (in seconds):104.544
109.44/104.69	o 410
114.42/109.57	c cleaning 8559 clauses out of 17120 with flag 0/25258
114.72/109.81	c Got one! Elapsed wall clock time (in seconds):109.664
114.72/109.81	o 408
117.75/112.83	c Got one! Elapsed wall clock time (in seconds):112.679
117.75/112.83	o 308
125.82/120.87	c cleaning 7261 clauses out of 14541 with flag 0/31238
127.56/122.52	c Got one! Elapsed wall clock time (in seconds):122.369
127.56/122.52	o 304
129.21/124.11	c Got one! Elapsed wall clock time (in seconds):123.961
129.21/124.11	o 295
131.83/126.71	c Got one! Elapsed wall clock time (in seconds):126.556
131.83/126.71	o 290
134.53/129.42	c cleaning 7076 clauses out of 14167 with flag 0/38125
135.61/130.48	c Got one! Elapsed wall clock time (in seconds):130.326
135.61/130.48	o 284
141.31/136.06	c Got one! Elapsed wall clock time (in seconds):135.906
141.31/136.06	o 283
144.25/138.98	c cleaning 5635 clauses out of 13360 with flag 0/44394
153.30/147.99	c cleaning 5122 clauses out of 13724 with flag 0/50393
154.74/149.22	c Got one! Elapsed wall clock time (in seconds):149.067
154.74/149.22	o 281
156.96/151.42	c Got one! Elapsed wall clock time (in seconds):151.269
156.96/151.42	o 279
158.65/153.13	c cleaning 4999 clauses out of 14161 with flag 0/55952
159.57/154.01	c Got one! Elapsed wall clock time (in seconds):153.862
159.57/154.01	o 257
164.72/159.13	c Got one! Elapsed wall clock time (in seconds):158.976
164.72/159.13	o 256
172.15/166.55	c cleaning 5806 clauses out of 15806 with flag 0/62596
176.75/171.18	c Got one! Elapsed wall clock time (in seconds):171.033
176.75/171.18	o 244
183.33/177.62	c cleaning 4637 clauses out of 15722 with flag 0/68318
194.34/188.55	c cleaning 4966 clauses out of 17085 with flag 0/74318
194.64/188.86	c Got one! Elapsed wall clock time (in seconds):188.713
194.64/188.86	o 240
195.13/189.30	c Got one! Elapsed wall clock time (in seconds):189.154
195.13/189.30	o 236
195.23/189.49	c Got one! Elapsed wall clock time (in seconds):189.343
195.23/189.49	o 220
195.84/190.08	c Got one! Elapsed wall clock time (in seconds):189.931
195.84/190.08	o 171
197.18/191.32	c Got one! Elapsed wall clock time (in seconds):191.167
197.18/191.32	o 168
199.51/193.63	c Got one! Elapsed wall clock time (in seconds):193.481
199.51/193.63	o 76
209.50/203.59	c cleaning 7191 clauses out of 20093 with flag 0/82292
222.64/216.62	c Got one! Elapsed wall clock time (in seconds):216.472
222.64/216.62	o 70
238.44/232.36	c cleaning 9645 clauses out of 23246 with flag 0/92636
247.52/241.34	c Got one! Elapsed wall clock time (in seconds):241.192
247.52/241.34	o 63
250.79/244.59	c cleaning 5349 clauses out of 19348 with flag 0/98383
253.63/247.34	c Got one! Elapsed wall clock time (in seconds):247.195
253.63/247.34	o 59
258.30/251.89	c cleaning 4273 clauses out of 19062 with flag 0/103446
268.00/261.32	c cleaning 4931 clauses out of 20790 with flag 0/109447
273.17/266.48	c Got one! Elapsed wall clock time (in seconds):266.335
273.17/266.48	o 48
274.37/267.61	c cleaning 4523 clauses out of 21102 with flag 0/114690
283.88/277.01	c cleaning 5772 clauses out of 22579 with flag 0/120690
289.45/282.50	c Got one! Elapsed wall clock time (in seconds):282.348
289.45/282.50	o 47
291.34/284.46	c Got one! Elapsed wall clock time (in seconds):284.306
291.34/284.46	o 33
297.44/290.48	c cleaning 5730 clauses out of 23122 with flag 0/127005
307.86/300.67	c cleaning 5263 clauses out of 23392 with flag 0/133005
332.07/324.64	c cleaning 6958 clauses out of 25130 with flag 0/140006
355.79/348.03	c cleaning 7928 clauses out of 26171 with flag 0/148005
390.90/383.07	c cleaning 8988 clauses out of 27243 with flag 0/157005
444.54/436.30	c cleaning 9956 clauses out of 28256 with flag 0/167006
492.26/483.55	c cleaning 10927 clauses out of 29300 with flag 0/178006
583.41/574.07	c cleaning 11979 clauses out of 30373 with flag 0/190006
643.61/633.95	c cleaning 12924 clauses out of 31394 with flag 0/203006
753.46/743.52	c Got one! Elapsed wall clock time (in seconds):743.366
753.46/743.52	o 30
783.61/773.63	c cleaning 13625 clauses out of 32940 with flag 0/217476
791.16/781.13	c cleaning 5239 clauses out of 25314 with flag 0/223475
812.40/802.31	c cleaning 6423 clauses out of 27075 with flag 0/230475
837.84/827.89	c cleaning 7676 clauses out of 28654 with flag 0/238477
897.12/887.24	c cleaning 8673 clauses out of 29979 with flag 0/247478
908.97/899.04	c Got one! Elapsed wall clock time (in seconds):898.887
908.97/899.04	o 26
911.97/902.05	c cleaning 5407 clauses out of 27081 with flag 0/253253
920.17/910.21	c cleaning 5670 clauses out of 27673 with flag 0/259252
932.99/922.92	c cleaning 6677 clauses out of 29003 with flag 0/266252
949.91/939.53	c cleaning 7486 clauses out of 30326 with flag 0/274252
978.93/968.48	c cleaning 8668 clauses out of 31841 with flag 0/283253
1014.43/1003.80	c cleaning 9450 clauses out of 33172 with flag 0/293252
1108.41/1097.47	c cleaning 10858 clauses out of 34722 with flag 0/304252
1155.84/1144.61	c cleaning 11554 clauses out of 35865 with flag 0/316253
1243.37/1231.91	c cleaning 12540 clauses out of 37310 with flag 0/329252
1333.43/1321.50	c cleaning 13694 clauses out of 38770 with flag 0/343252
1385.51/1373.45	c cleaning 14397 clauses out of 40078 with flag 0/358254
1425.00/1412.73	c cleaning 14465 clauses out of 41681 with flag 0/374254
1513.62/1501.02	c cleaning 16352 clauses out of 44214 with flag 0/391252
1646.31/1633.87	c cleaning 17517 clauses out of 45863 with flag 0/409253
1887.75/1875.69	c cleaning 18685 clauses out of 47345 with flag 0/428252
2153.31/2140.59	c cleaning 19461 clauses out of 48660 with flag 0/448252
2321.71/2308.94	c Got one! Elapsed wall clock time (in seconds):2308.786
2321.71/2308.94	o 25
2358.28/2345.33	c cleaning 19331 clauses out of 49858 with flag 0/468911
2364.66/2351.69	c cleaning 5194 clauses out of 36529 with flag 0/474913
2371.72/2358.65	c cleaning 6109 clauses out of 38333 with flag 0/481911
2381.25/2368.15	c cleaning 6734 clauses out of 40224 with flag 0/489911
2409.74/2396.24	c cleaning 8339 clauses out of 42490 with flag 0/498911
2456.33/2443.07	c Got one! Elapsed wall clock time (in seconds):2442.921
2456.33/2443.07	o 22
2484.22/2470.76	c cleaning 13589 clauses out of 48600 with flag 0/513360
2507.97/2494.47	c cleaning 5812 clauses out of 41009 with flag 0/519358
2541.87/2528.22	c Got one! Elapsed wall clock time (in seconds):2528.068
2541.87/2528.22	o 21
2574.38/2560.50	c cleaning 11052 clauses out of 47081 with flag 0/531242
2595.95/2582.05	c cleaning 5700 clauses out of 42029 with flag 0/537242
2629.50/2615.53	c cleaning 6726 clauses out of 43330 with flag 0/544243
2660.18/2646.21	c cleaning 7611 clauses out of 44603 with flag 0/552242
2702.19/2688.31	c cleaning 8619 clauses out of 45992 with flag 0/561242
2770.20/2756.28	c cleaning 9717 clauses out of 47373 with flag 0/571242
2820.60/2806.52	c Got one! Elapsed wall clock time (in seconds):2806.365
2820.60/2806.52	o 19
2856.19/2842.05	c cleaning 12338 clauses out of 50895 with flag 0/584481
2880.22/2866.23	c cleaning 5261 clauses out of 44559 with flag 0/590483
2897.48/2883.53	c cleaning 5817 clauses out of 46296 with flag 0/597481
2917.89/2903.64	c cleaning 7108 clauses out of 48483 with flag 0/605485
2955.39/2940.98	c cleaning 8548 clauses out of 50371 with flag 0/614481
3012.16/2997.58	c cleaning 9733 clauses out of 51823 with flag 0/624481
3083.66/3068.85	c cleaning 10527 clauses out of 53091 with flag 0/635482
3181.74/3166.94	c cleaning 11754 clauses out of 54563 with flag 0/647481
3282.15/3267.57	c cleaning 12598 clauses out of 55811 with flag 0/660483
3359.20/3343.77	c cleaning 13608 clauses out of 57211 with flag 0/674481
3417.38/3401.67	c cleaning 14139 clauses out of 58603 with flag 0/689481
3496.55/3480.47	c cleaning 15581 clauses out of 60464 with flag 0/705481
3600.02/3583.73	c starts		: 248
3600.02/3583.73	c conflicts		: 720144
3600.02/3583.73	c decisions		: 1021419
3600.02/3583.73	c propagations		: 5290234
3600.02/3583.73	c inspects		: 2081949859
3600.02/3583.73	c shortcuts		: 0
3600.02/3583.73	c learnt literals	: 0
3600.02/3583.73	c learnt binary clauses	: 0
3600.02/3583.73	c learnt ternary clauses	: 0
3600.02/3583.73	c learnt constraints	: 720144
3600.02/3583.73	c ignored constraints	: 0
3600.02/3583.73	c root simplifications	: 0
3600.02/3583.73	c removed literals (reason simplification)	: 0
3600.02/3583.73	c reason swapping (by a shorter reason)	: 0
3600.02/3583.73	c Calls to reduceDB	: 72
3600.02/3583.73	c Number of update (reduction) of LBD	: 0
3600.02/3583.73	c Imported unit clauses	: 0
3600.02/3583.73	c No decision after first conflict	: false
3600.02/3583.73	c number of reductions to clauses (during analyze)	: 0
3600.02/3583.73	c number of learned constraints concerned by reduction	: 0
3600.02/3583.73	c number of learning phase by resolution	: 0
3600.02/3583.73	c number of learning phase by cutting planes	: 0
3600.02/3583.73	c number of rounding to 1 operations	: 3747966
3600.02/3583.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3583.73	c number of reductions of the coefficients by power 2 	: 0
3600.02/3583.73	c number of right shift for reduction by power 2 	: 0
3600.02/3583.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3583.73	c number of ending skipping 	: 0
3600.02/3583.73	c number of internal skipping 	: 0
3600.02/3583.73	c number of derivation steps 	: 2655954
3600.02/3583.73	c number of skipped derivation steps 	: 0
3600.02/3583.73	c number of remaining unassigned 	: 861247
3600.02/3583.73	c number of remaining assigned 	: 99285117
3600.02/3583.73	c number of falsified literals weakened from reason	: 0
3600.02/3583.73	c number of falsified literals weakened from conflict	: 0
3600.02/3583.73	c time for arithmetic operations	: 4946741961
3600.02/3583.73	c minimum degree of deleted constraints	: 4
3600.02/3583.73	c maximum degree of deleted constraints	: 5774541108
3600.02/3583.73	c number of deleted constraints	: 660598
3600.02/3583.73	c speed (assignments/second)	: 1476.2592297002407
3600.02/3583.73	c non guided choices	: 1786
3600.02/3583.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 17896
3600.02/3583.77	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.02/3583.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 41649
3600.02/3583.77	s SATISFIABLE
3600.02/3583.77	c Found 81 solution(s)
3600.02/3583.77	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 
3600.02/3583.77	c objective function=19
3600.02/3583.77	c Total wall clock time (in seconds): 3583.623

Verifier Data

OK	19

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427453-1720994538/watcher-4427453-1720994538 -o /tmp/evaluation-result-4427453-1720994538/solver-4427453-1720994538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1720994549-769824 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427453-1720994538.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=770129, runsolver pid=770126
Current StackSize limit: 8192 KiB


[startup+0.101089 s]*
/proc/loadavg: 0.72 0.22 0.13 13/330 770158
/proc/meminfo: memFree=129211280/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=18975048 memory=62844 CPUtime=0.13 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 7257 0 0 0 12 1 0 0 20 0 18 0 151620818 19430449152 15711 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4743762 15711 5593 1 0 549375 0
[pid=770129/tid=770131] ppid=770126 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 1078198336 5772 0 0 0 7 1 0 0 20 0 18 0 151620818 19430449152 15711 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151620821 19430449152 15711 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=18975048 memory=13573695205540511 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151620821 19430449152 15711 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62844 KiB

[startup+0.214811 s]*
/proc/loadavg: 0.72 0.22 0.13 13/332 770160
/proc/meminfo: memFree=129142708/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19041612 memory=73116 CPUtime=0.34 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 7962 0 0 0 32 2 0 0 20 0 19 0 151620818 19498610688 18279 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4760403 18279 5900 1 0 550072 0
[pid=770129/tid=770131] ppid=770126 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 6148 0 0 0 17 1 0 0 20 0 19 0 151620818 19498610688 18279 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19041612 memory=17993 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151620821 19498610688 18279 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19041612 memory=15261445554177772 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151620821 19498610688 18279 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151620837 19498610688 18279 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73116 KiB

[startup+0.305747 s]*
/proc/loadavg: 0.72 0.22 0.13 10/333 770161
/proc/meminfo: memFree=129062684/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19041612 memory=99904 CPUtime=0.5 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 9098 0 0 0 48 2 0 0 20 0 19 0 151620818 19498610688 24976 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4760403 24976 5900 1 0 550535 0
[pid=770129/tid=770131] ppid=770126 vsize=19041612 memory=-8744699015781065404 CPUtime=0.26 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 6183 0 0 0 25 1 0 0 20 0 19 0 151620818 19498610688 24976 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151620821 19498610688 24976 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151620821 19498610688 24976 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151620837 19498610688 24976 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 99904 KiB

[startup+0.700812 s]
/proc/loadavg: 0.72 0.22 0.13 12/335 770163
/proc/meminfo: memFree=128928364/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=172372 CPUtime=1.25 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 12745 0 0 0 120 5 0 0 20 0 20 0 151620818 19566772224 43093 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 43093 5900 1 0 552866 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=40848 CPUtime=0.61 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 6220 0 0 0 58 3 0 0 20 0 20 0 151620818 19566772224 43093 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=12384 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 43093 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 43093 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=1968 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 43093 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 172372 KiB

[startup+1.50081 s]
/proc/loadavg: 0.72 0.22 0.13 8/335 770163
/proc/meminfo: memFree=128766728/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=363252 CPUtime=2.83 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 23070 0 0 0 274 9 0 0 20 0 20 0 151620818 19566772224 90813 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 90813 5916 1 0 557670 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=12384 CPUtime=1.38 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 6969 0 0 0 132 6 0 0 20 0 20 0 151620818 19566772224 90813 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 90813 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 90813 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=1968 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 90813 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 363252 KiB

[startup+3.10583 s]
/proc/loadavg: 0.72 0.22 0.13 5/335 770165
/proc/meminfo: memFree=126519036/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=809460 CPUtime=5.35 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 27434 0 0 0 516 19 0 0 20 0 20 0 151620818 19566772224 202365 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 202365 5963 1 0 559196 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=0 CPUtime=2.93 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 7951 0 0 0 279 14 0 0 20 0 20 0 151620818 19566772224 202365 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=-8744699015781065404 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 202365 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=12384 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 202365 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 202365 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 809460 KiB

[startup+6.30083 s]
/proc/loadavg: 0.98 0.28 0.15 5/335 770165
/proc/meminfo: memFree=125561676/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=1197952 CPUtime=9.1 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 28481 0 0 0 884 26 0 0 20 0 20 0 151620818 19566772224 299488 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 299488 5963 1 0 559778 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=2268 CPUtime=6.08 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 8230 0 0 0 587 21 0 0 20 0 20 0 151620818 19566772224 299488 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 299488 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=12384 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 299488 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 299488 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 9.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1197952 KiB

[startup+12.7008 s]
/proc/loadavg: 1.22 0.35 0.17 5/335 770166
/proc/meminfo: memFree=124623372/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=1349664 CPUtime=15.71 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 29311 0 0 0 1542 29 0 0 20 0 20 0 151620818 19566772224 337416 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 337416 5963 1 0 559778 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=12384 CPUtime=12.35 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 8749 0 0 0 1213 22 0 0 20 0 20 0 151620818 19566772224 337416 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=1247252 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 337416 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=40848 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 337416 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=12384 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 337416 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 15.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1349664 KiB

[startup+25.5008 s]
/proc/loadavg: 1.65 0.47 0.22 5/335 770168
/proc/meminfo: memFree=123442992/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=1373692 CPUtime=29.51 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 47087 0 0 0 2919 32 0 0 20 0 20 0 151620818 19566772224 343423 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 343423 5963 1 0 561012 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=6943526294502006880 CPUtime=24.9 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 11747 0 0 0 2467 23 0 0 20 0 20 0 151620818 19566772224 343423 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 343423 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=3461 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 343423 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=12384 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 343423 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 29.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1373692 KiB

[startup+51.1057 s]
/proc/loadavg: 2.93 0.89 0.36 5/333 770172
/proc/meminfo: memFree=123329800/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=1404804 CPUtime=55.3 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 51640 0 0 0 5496 34 0 0 20 0 20 0 151620818 19566772224 351201 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0

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

/proc/meminfo: memFree=118475480/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=2624380 CPUtime=3296.85 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 304500 0 0 0 329443 242 0 0 20 0 20 0 151620818 19566772224 656095 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 656095 5978 1 0 668533 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=2624364 CPUtime=3228.18 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 137186 0 0 0 322752 66 0 0 20 0 20 0 151620818 19566772224 656095 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=2624364 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656095 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=2624364 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 3602 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656095 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=40848 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 656095 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 3296.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2624380 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.06 5/334 772468
/proc/meminfo: memFree=118474664/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=2624476 CPUtime=3357.8 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 312548 0 0 0 335535 245 0 0 20 0 20 0 151620818 19566772224 656119 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 656119 5978 1 0 668562 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=2624476 CPUtime=3287.1 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 137961 0 0 0 328643 67 0 0 20 0 20 0 151620818 19566772224 656119 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656119 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=15756 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 3640 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656119 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=11608 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 656119 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 3357.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2624476 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.16 4.07 5/334 772479
/proc/meminfo: memFree=118472920/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=2624520 CPUtime=3418.09 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 316111 0 0 0 341560 249 0 0 20 0 20 0 151620818 19566772224 656130 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 656130 5978 1 0 668562 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=2624476 CPUtime=3346.23 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 140234 0 0 0 334555 68 0 0 20 0 20 0 151620818 19566772224 656130 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=2624380 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656130 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=2624380 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 3739 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656130 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=2624520 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 656130 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 3418.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2624520 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.18 4.08 5/337 772494
/proc/meminfo: memFree=118472360/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=2624556 CPUtime=3478.36 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 319492 0 0 0 347584 252 0 0 20 0 20 0 151620818 19566772224 656139 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 656139 5978 1 0 668562 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=2624476 CPUtime=3405.43 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 142461 0 0 0 340474 69 0 0 20 0 20 0 151620818 19566772224 656139 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=2624380 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656139 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=2624380 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 3739 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656139 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=2624556 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 656139 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 3478.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2624556 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.19 4.09 5/335 772518
/proc/meminfo: memFree=118469664/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=2624588 CPUtime=3538.6 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 320734 0 0 0 353605 255 0 0 20 0 20 0 151620818 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 656147 5978 1 0 668562 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=2624556 CPUtime=3464.54 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 143279 0 0 0 346385 69 0 0 20 0 20 0 151620818 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=39104 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=2624520 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 3787 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=2624588 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 3538.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2624588 KiB

[startup+3582.3 s]
/proc/loadavg: 4.33 4.22 4.11 5/335 772730
/proc/meminfo: memFree=120729304/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=2624588 CPUtime=3598.63 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 323739 0 0 0 359606 257 0 0 20 0 20 0 151620818 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 656147 5978 1 0 668562 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=2624588 CPUtime=3523.59 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 145220 0 0 0 352290 69 0 0 20 0 20 0 151620818 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=2624588 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=3539548 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 3884 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=2624588 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 3598.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2624588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.7 s]
/proc/loadavg: 4.33 4.22 4.11 5/335 772730
/proc/meminfo: memFree=120729280/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=2624588 CPUtime=3600.02 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 323739 0 0 0 359745 257 0 0 20 0 20 0 151620818 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 656147 5978 1 0 668562 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=2624588 CPUtime=3524.98 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 145220 0 0 0 352429 69 0 0 20 0 20 0 151620818 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=2624588 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=3539548 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 3884 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=2624588 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2624588 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.59 s, system=2.58896 s

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

[startup+3583.7 s]
/proc/loadavg: 4.33 4.22 4.11 5/335 772730
/proc/meminfo: memFree=120729280/131524600 swapFree=131071996/131071996
[pid=770129] ppid=770126 vsize=19108176 memory=2624588 CPUtime=3600.02 cores=0,2
/proc/770129/stat : 770129 (java) S 770126 770129 769814 0 -1 1077936128 323739 0 0 0 359745 257 0 0 20 0 20 0 151620818 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
/proc/770129/statm: 4777044 656147 5978 1 0 668562 0
[pid=770129/tid=770131] ppid=770126 vsize=19108176 memory=2624588 CPUtime=3524.98 cores=0,2
/proc/770129/task/770131/stat : 770131 (java) R 770126 770129 769814 0 -1 4194368 145220 0 0 0 352429 69 0 0 20 0 20 0 151620818 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770151] ppid=770126 vsize=19108176 memory=2624588 CPUtime=0 cores=0,2
/proc/770129/task/770151/stat : 770151 (Finalizer) S 770126 770129 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770158] ppid=770126 vsize=19108176 memory=3539548 CPUtime=0 cores=0,2
/proc/770129/task/770158/stat : 770158 (Common-Cleaner) S 770126 770129 769814 0 -1 1077936192 3884 0 0 0 0 0 0 0 20 0 20 0 151620821 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
[pid=770129/tid=770160] ppid=770126 vsize=19108176 memory=2624588 CPUtime=0 cores=0,2
/proc/770129/task/770160/stat : 770160 (Timer-0) S 770126 770129 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620837 19566772224 656147 134679101440 94548229226496 94548229230192 140736308075040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94548229238008 94548229238800 94548262506496 140736308081648 140736308081761 140736308081761 140736308088776 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2624588 KiB

Child status: 143

Real time (s): 3583.79
CPU time (s): 3600.18
CPU user time (s): 3597.59
CPU system time (s): 2.58896
CPU usage (%): 100.457
Max. virtual memory (cumulated for all children) (KiB): 19110592
Max. memory (cumulated for all children) (KiB): 2624588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.59
system time used= 2.58896
maximum resident set size= 2626144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327459
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143116
involuntary context switches= 33474


# summary of solver processes directly reported to runsolver:
#   pid: 770129
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.59
#   total CPU system time (s): 2.58896

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.73467 second user time and 18.2009 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-15 00:02:30
IDJOB=4427453
IDBENCH=147594
IDSOLVER=3046
FILE ID=nodeC028/4427453-1720994538
RUNJOBID= nodeC028-1720994549-769824
SLURM_JOB_ID= 7505322
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427453-1720994538/watcher-4427453-1720994538 -o /tmp/evaluation-result-4427453-1720994538/solver-4427453-1720994538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1720994549-769824 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427453-1720994538.opb

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

MD5SUM BENCH= d93197574d7bf829fc84498a7cd9d0ce
RANDOM SEED=895933221

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3606.284
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.777
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3646.625
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.777
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.565
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.778
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3641.446
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.777
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129326244 kB
MemAvailable:   129555804 kB
Buffers:          335808 kB
Cached:           737608 kB
SwapCached:            0 kB
Active:           531672 kB
Inactive:        1097412 kB
Active(anon):       1512 kB
Inactive(anon):   592160 kB
Active(file):     530160 kB
Inactive(file):   505252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3440 kB
Writeback:            36 kB
AnonPages:        553232 kB
Mapped:           122308 kB
Shmem:             37720 kB
KReclaimable:      67940 kB
Slab:             167252 kB
SReclaimable:      67940 kB
SUnreclaim:        99312 kB
KernelStack:        4656 kB
PageTables:        10688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5209332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57280 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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:      172756 kB
DirectMap2M:    12183552 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC028 at 2024-07-15 01:02:14