Trace number 4427449

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)414 3600.25 3554.12

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_1.opb
MD5SUMb4b357048b7fd6a2befaa81502734110
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 benchmark15
Best CPU time to get the best result obtained on this benchmark3600.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
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 constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
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 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6162
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	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-4427449-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.022s.
0.13/0.18	c declared #vars     198
0.13/0.18	c #constraints  16
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 16
0.13/0.18	c 16 constraints processed.
0.13/0.19	c objective function length is 128 literals
0.53/0.33	c SATISFIABLE
0.53/0.33	c OPTIMIZING...
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.17
0.53/0.33	o 3063
0.71/0.44	c Got one! Elapsed wall clock time (in seconds):0.286
0.71/0.45	o 2723
0.90/0.56	c Got one! Elapsed wall clock time (in seconds):0.405
0.90/0.57	o 2432
1.10/0.64	c Got one! Elapsed wall clock time (in seconds):0.49
1.10/0.65	o 2267
1.27/0.73	c Got one! Elapsed wall clock time (in seconds):0.575
1.27/0.73	o 2204
1.67/0.92	c Got one! Elapsed wall clock time (in seconds):0.753
1.67/0.92	o 2200
1.87/1.03	c Got one! Elapsed wall clock time (in seconds):0.877
1.87/1.03	o 2056
2.26/1.22	c Got one! Elapsed wall clock time (in seconds):1.062
2.26/1.22	o 1913
2.86/1.53	c Got one! Elapsed wall clock time (in seconds):1.373
2.86/1.53	o 1803
3.64/1.92	c Got one! Elapsed wall clock time (in seconds):1.756
3.64/1.92	o 1799
3.84/2.03	c Got one! Elapsed wall clock time (in seconds):1.881
3.84/2.03	o 1784
4.14/2.26	c Got one! Elapsed wall clock time (in seconds):2.11
4.14/2.26	o 1783
4.58/2.64	c Got one! Elapsed wall clock time (in seconds):2.493
4.58/2.64	o 1772
5.28/3.35	c Got one! Elapsed wall clock time (in seconds):3.196
5.28/3.35	o 1658
6.39/4.49	c Got one! Elapsed wall clock time (in seconds):4.334
6.39/4.49	o 1604
6.60/4.69	c Got one! Elapsed wall clock time (in seconds):4.534
6.60/4.69	o 1521
6.91/4.96	c Got one! Elapsed wall clock time (in seconds):4.806
6.91/4.96	o 1465
7.51/5.56	c Got one! Elapsed wall clock time (in seconds):5.405
7.51/5.56	o 1384
8.81/6.80	c Got one! Elapsed wall clock time (in seconds):6.643
8.81/6.80	o 1336
11.09/8.97	c Got one! Elapsed wall clock time (in seconds):8.819
11.09/8.97	o 1329
11.41/9.21	c Got one! Elapsed wall clock time (in seconds):9.059
11.41/9.21	o 1229
11.91/9.77	c Got one! Elapsed wall clock time (in seconds):9.623
11.91/9.77	o 1213
13.01/10.80	c Got one! Elapsed wall clock time (in seconds):10.641
13.01/10.80	o 1200
14.04/11.88	c Got one! Elapsed wall clock time (in seconds):11.731
14.04/11.88	o 1010
17.66/15.46	c Got one! Elapsed wall clock time (in seconds):15.306
17.66/15.46	o 1008
23.07/20.82	c Got one! Elapsed wall clock time (in seconds):20.664
23.07/20.82	o 972
24.85/22.64	c Got one! Elapsed wall clock time (in seconds):22.485
24.85/22.64	o 962
27.98/25.71	c Got one! Elapsed wall clock time (in seconds):25.559
27.98/25.71	o 900
32.80/30.53	c Got one! Elapsed wall clock time (in seconds):30.381
32.80/30.53	o 899
41.29/38.93	c Got one! Elapsed wall clock time (in seconds):38.781
41.29/38.93	o 897
46.37/43.99	c Got one! Elapsed wall clock time (in seconds):43.841
46.37/43.99	o 896
50.89/48.45	c Got one! Elapsed wall clock time (in seconds):48.3
50.89/48.45	o 878
56.34/53.83	c Got one! Elapsed wall clock time (in seconds):53.677
56.34/53.83	o 874
66.12/63.36	c cleaning 8288 clauses out of 16585 with flag 0/16585
66.12/63.39	c Got one! Elapsed wall clock time (in seconds):63.238
66.12/63.39	o 848
70.48/67.50	c Got one! Elapsed wall clock time (in seconds):67.346
70.48/67.50	o 836
77.72/74.76	c Got one! Elapsed wall clock time (in seconds):74.613
77.72/74.76	o 805
80.13/77.16	c Got one! Elapsed wall clock time (in seconds):77.003
80.13/77.16	o 804
83.27/80.21	c cleaning 7396 clauses out of 14806 with flag 0/23094
83.86/80.89	c Got one! Elapsed wall clock time (in seconds):80.736
83.86/80.89	o 803
86.78/83.40	c Got one! Elapsed wall clock time (in seconds):83.246
86.78/83.40	o 801
92.55/89.14	c Got one! Elapsed wall clock time (in seconds):88.984
92.55/89.14	o 799
95.77/92.37	c cleaning 7029 clauses out of 14079 with flag 0/29763
98.90/95.46	c Got one! Elapsed wall clock time (in seconds):95.306
98.90/95.46	o 793
99.60/96.16	c Got one! Elapsed wall clock time (in seconds):96.011
99.60/96.16	o 792
102.77/99.20	c cleaning 6518 clauses out of 13068 with flag 0/35781
111.84/108.16	c cleaning 6261 clauses out of 12550 with flag 0/41781
121.54/117.73	c cleaning 6635 clauses out of 13289 with flag 0/48781
131.94/127.94	c cleaning 7321 clauses out of 14654 with flag 0/56781
147.92/143.52	c cleaning 8162 clauses out of 16334 with flag 0/65782
198.80/193.74	c Got one! Elapsed wall clock time (in seconds):193.59
198.80/193.74	o 776
199.35/194.29	c Got one! Elapsed wall clock time (in seconds):194.135
199.35/194.29	o 754
199.85/194.78	c Got one! Elapsed wall clock time (in seconds):194.63
199.85/194.78	o 753
200.95/195.88	c Got one! Elapsed wall clock time (in seconds):195.729
200.95/195.88	o 752
204.41/199.24	c Got one! Elapsed wall clock time (in seconds):199.086
204.41/199.24	o 751
206.28/201.08	c Got one! Elapsed wall clock time (in seconds):200.925
206.28/201.08	o 737
215.89/210.51	c Got one! Elapsed wall clock time (in seconds):210.359
215.89/210.51	o 734
221.64/216.23	c cleaning 13038 clauses out of 26082 with flag 0/83692
226.23/220.76	c Got one! Elapsed wall clock time (in seconds):220.606
226.23/220.76	o 709
232.52/226.93	c cleaning 9283 clauses out of 18576 with flag 0/89224
236.08/230.49	c Got one! Elapsed wall clock time (in seconds):230.335
236.08/230.49	o 708
240.13/234.49	c cleaning 6478 clauses out of 14367 with flag 0/94298
256.93/251.02	c cleaning 5300 clauses out of 13889 with flag 0/100298
257.52/251.60	c Got one! Elapsed wall clock time (in seconds):251.449
257.52/251.60	o 696
267.15/260.64	c cleaning 4662 clauses out of 13820 with flag 0/105529
281.58/274.96	c cleaning 5185 clauses out of 15160 with flag 0/111531
285.20/278.51	c Got one! Elapsed wall clock time (in seconds):278.361
285.20/278.51	o 690
286.65/279.96	c Got one! Elapsed wall clock time (in seconds):279.809
286.65/279.96	o 688
288.14/281.42	c Got one! Elapsed wall clock time (in seconds):281.267
288.14/281.42	o 686
292.28/285.57	c Got one! Elapsed wall clock time (in seconds):285.414
292.28/285.57	o 684
300.84/294.04	c cleaning 6708 clauses out of 17477 with flag 0/119033
308.33/301.55	c cleaning 5527 clauses out of 16769 with flag 0/125033
311.64/304.84	c Got one! Elapsed wall clock time (in seconds):304.685
311.64/304.84	o 683
316.03/309.23	c cleaning 5013 clauses out of 16693 with flag 0/130484
316.33/309.57	c Got one! Elapsed wall clock time (in seconds):309.414
316.33/309.57	o 682
328.77/321.93	c cleaning 5039 clauses out of 17512 with flag 0/136316
336.63/329.78	c cleaning 5375 clauses out of 18473 with flag 0/142316
340.06/333.15	c Got one! Elapsed wall clock time (in seconds):332.994
340.06/333.15	o 681
345.03/338.07	c cleaning 5039 clauses out of 18656 with flag 0/147874
355.09/348.01	c Got one! Elapsed wall clock time (in seconds):347.856
355.09/348.01	o 679
373.01/365.86	c cleaning 9148 clauses out of 23942 with flag 0/158199
388.14/380.88	c cleaning 5243 clauses out of 20794 with flag 0/164199
403.99/396.56	c cleaning 5922 clauses out of 22551 with flag 0/171199
412.96/405.38	c cleaning 7289 clauses out of 24630 with flag 0/179200
426.42/418.73	c cleaning 8038 clauses out of 26341 with flag 0/188200
446.77/438.86	c cleaning 8844 clauses out of 28301 with flag 0/198198
483.18/474.55	c cleaning 10166 clauses out of 30458 with flag 0/209199
507.84/498.86	c Got one! Elapsed wall clock time (in seconds):498.712
507.84/498.86	o 678
523.47/514.28	c cleaning 13410 clauses out of 35118 with flag 0/224025
535.82/526.41	c cleaning 5130 clauses out of 27708 with flag 0/230025
536.78/527.31	c Got one! Elapsed wall clock time (in seconds):527.162
536.78/527.31	o 662
544.48/534.91	c cleaning 4273 clauses out of 27596 with flag 0/235043
557.55/547.82	c cleaning 5235 clauses out of 29323 with flag 0/241043
575.17/565.28	c cleaning 6198 clauses out of 31090 with flag 0/248045
598.85/588.66	c cleaning 6954 clauses out of 32891 with flag 0/256044
610.33/599.99	c cleaning 7997 clauses out of 34936 with flag 0/265043
619.47/608.95	c Got one! Elapsed wall clock time (in seconds):608.798
619.47/608.95	o 661
629.25/618.61	c Got one! Elapsed wall clock time (in seconds):618.455
629.25/618.61	o 626
633.62/622.92	c cleaning 10956 clauses out of 39348 with flag 0/277452
649.29/638.40	c cleaning 5143 clauses out of 34392 with flag 0/283452
650.83/639.99	c Got one! Elapsed wall clock time (in seconds):639.838
650.83/639.99	o 608
661.49/650.42	c cleaning 4932 clauses out of 35014 with flag 0/289217
672.65/661.49	c cleaning 4982 clauses out of 36081 with flag 0/295216
676.20/664.97	c Got one! Elapsed wall clock time (in seconds):664.821
676.20/664.97	o 597
686.59/675.25	c cleaning 4874 clauses out of 36902 with flag 0/301019
701.26/689.78	c cleaning 5046 clauses out of 38029 with flag 0/307020
720.16/708.49	c cleaning 6009 clauses out of 39982 with flag 0/314019
725.82/714.01	c Got one! Elapsed wall clock time (in seconds):713.86
725.82/714.01	o 589
728.47/716.77	c cleaning 4499 clauses out of 39097 with flag 0/319143
741.25/729.37	c cleaning 5058 clauses out of 40594 with flag 0/325139
759.14/746.92	c cleaning 5996 clauses out of 42537 with flag 0/332140
779.64/767.15	c cleaning 6766 clauses out of 44540 with flag 0/340139
795.51/782.71	c Got one! Elapsed wall clock time (in seconds):782.554
795.51/782.71	o 577
816.92/803.85	c cleaning 11215 clauses out of 50654 with flag 0/353019
831.96/818.66	c cleaning 5244 clauses out of 45440 with flag 0/359020
852.43/838.81	c cleaning 6083 clauses out of 47195 with flag 0/366019
873.62/859.15	c cleaning 6890 clauses out of 49114 with flag 0/374021
898.38/883.65	c cleaning 7802 clauses out of 51223 with flag 0/383020
917.63/902.77	c Got one! Elapsed wall clock time (in seconds):902.618
917.63/902.77	o 575
918.72/903.89	c Got one! Elapsed wall clock time (in seconds):903.737
918.72/903.89	o 565
921.88/906.93	c Got one! Elapsed wall clock time (in seconds):906.78
921.88/906.93	o 472
936.61/921.43	c cleaning 12976 clauses out of 58154 with flag 0/397753
942.51/927.29	c cleaning 5289 clauses out of 51179 with flag 0/403754
950.27/934.83	c cleaning 6246 clauses out of 52888 with flag 0/410752
961.59/945.91	c cleaning 7247 clauses out of 54642 with flag 0/418752
983.10/967.23	c cleaning 8116 clauses out of 56395 with flag 0/427752
1012.46/996.32	c cleaning 9633 clauses out of 58279 with flag 0/437752
1063.47/1046.86	c cleaning 10676 clauses out of 59647 with flag 0/448753
1108.95/1091.77	c cleaning 11455 clauses out of 60971 with flag 0/460753
1200.51/1182.78	c cleaning 12590 clauses out of 62517 with flag 0/473754
1210.64/1192.88	c Got one! Elapsed wall clock time (in seconds):1192.724
1210.64/1192.88	o 471
1223.17/1205.14	c cleaning 9886 clauses out of 60826 with flag 0/484653
1233.10/1214.98	c cleaning 5019 clauses out of 56943 with flag 0/490656
1250.85/1232.37	c cleaning 5858 clauses out of 58921 with flag 0/497653
1272.47/1253.68	c cleaning 6818 clauses out of 61063 with flag 0/505653
1294.74/1275.56	c cleaning 7419 clauses out of 63245 with flag 0/514653
1316.46/1297.02	c Got one! Elapsed wall clock time (in seconds):1296.864
1316.46/1297.02	o 455
1338.89/1319.16	c cleaning 11231 clauses out of 68637 with flag 0/527464
1353.57/1333.66	c cleaning 5246 clauses out of 63406 with flag 0/533464
1373.44/1353.24	c cleaning 6036 clauses out of 65159 with flag 0/540463
1397.82/1377.48	c cleaning 6966 clauses out of 67123 with flag 0/548463
1422.86/1402.22	c cleaning 7512 clauses out of 69161 with flag 0/557467
1455.00/1434.00	c cleaning 8456 clauses out of 71645 with flag 0/567463
1485.34/1464.01	c cleaning 8870 clauses out of 74190 with flag 0/578464
1517.22/1495.38	c cleaning 10481 clauses out of 77319 with flag 0/590463
1549.46/1526.90	c cleaning 12265 clauses out of 79842 with flag 0/603467
1588.77/1565.78	c cleaning 13374 clauses out of 81574 with flag 0/617464
1645.03/1621.04	c cleaning 14523 clauses out of 83199 with flag 0/632463
1734.05/1709.14	c cleaning 15505 clauses out of 84677 with flag 0/648464
1862.67/1836.19	c cleaning 16407 clauses out of 86172 with flag 0/665464
1938.69/1911.34	c cleaning 17425 clauses out of 87764 with flag 0/683463
2067.10/2039.06	c cleaning 18378 clauses out of 89340 with flag 0/702464
2235.47/2206.47	c cleaning 19458 clauses out of 90961 with flag 0/722463
2399.29/2369.00	c cleaning 20254 clauses out of 92503 with flag 0/743463
2640.20/2609.17	c cleaning 21528 clauses out of 94249 with flag 0/765463
2705.66/2673.40	c Got one! Elapsed wall clock time (in seconds):2673.252
2705.66/2673.40	o 453
2720.81/2688.31	c cleaning 15974 clauses out of 89645 with flag 0/782387
2724.62/2692.01	c Got one! Elapsed wall clock time (in seconds):2691.853
2724.62/2692.02	o 414
2730.22/2697.59	c cleaning 4525 clauses out of 78953 with flag 0/787669
2744.44/2711.56	c cleaning 5017 clauses out of 80428 with flag 0/793669
2764.85/2731.62	c cleaning 5991 clauses out of 82412 with flag 0/800670
2788.04/2754.43	c cleaning 6762 clauses out of 84420 with flag 0/808669
2817.61/2783.81	c cleaning 7921 clauses out of 86658 with flag 0/817669
2852.63/2818.55	c cleaning 8280 clauses out of 88738 with flag 0/827670
2893.65/2859.15	c cleaning 9189 clauses out of 91458 with flag 0/838670
2941.40/2906.59	c cleaning 10381 clauses out of 94268 with flag 0/850669
2998.22/2963.12	c cleaning 11071 clauses out of 96890 with flag 0/863672
3056.43/3020.94	c cleaning 11436 clauses out of 99817 with flag 0/877670
3088.28/3050.87	c cleaning 13393 clauses out of 103381 with flag 0/892670
3142.55/3104.17	c cleaning 15181 clauses out of 105990 with flag 0/908672
3211.32/3171.92	c cleaning 16058 clauses out of 107806 with flag 0/925669
3288.24/3247.47	c cleaning 16963 clauses out of 109748 with flag 0/943669
3428.07/3384.83	c cleaning 18259 clauses out of 111789 with flag 0/962673
3563.00/3518.40	c cleaning 19644 clauses out of 113527 with flag 0/982670
3600.06/3554.02	c starts		: 262
3600.06/3554.02	c conflicts		: 990004
3600.06/3554.02	c decisions		: 1655786
3600.06/3554.02	c propagations		: 9918816
3600.06/3554.02	c inspects		: 2335567111
3600.06/3554.02	c shortcuts		: 0
3600.06/3554.02	c learnt literals	: 0
3600.06/3554.02	c learnt binary clauses	: 0
3600.06/3554.02	c learnt ternary clauses	: 0
3600.06/3554.02	c learnt constraints	: 990004
3600.06/3554.02	c ignored constraints	: 0
3600.06/3554.02	c root simplifications	: 0
3600.06/3554.02	c removed literals (reason simplification)	: 0
3600.06/3554.02	c reason swapping (by a shorter reason)	: 0
3600.06/3554.02	c Calls to reduceDB	: 99
3600.06/3554.02	c Number of update (reduction) of LBD	: 1
3600.06/3554.02	c Imported unit clauses	: 0
3600.06/3554.02	c No decision after first conflict	: false
3600.06/3554.02	c number of reductions to clauses (during analyze)	: 0
3600.06/3554.02	c number of learned constraints concerned by reduction	: 0
3600.06/3554.02	c number of learning phase by resolution	: 0
3600.06/3554.02	c number of learning phase by cutting planes	: 0
3600.06/3554.02	c number of rounding to 1 operations	: 5214824
3600.06/3554.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3554.02	c number of reductions of the coefficients by power 2 	: 0
3600.06/3554.02	c number of right shift for reduction by power 2 	: 0
3600.06/3554.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3554.02	c number of ending skipping 	: 0
3600.06/3554.02	c number of internal skipping 	: 0
3600.06/3554.02	c number of derivation steps 	: 3745422
3600.06/3554.02	c number of skipped derivation steps 	: 0
3600.06/3554.02	c number of remaining unassigned 	: 1232910
3600.06/3554.02	c number of remaining assigned 	: 181664821
3600.06/3554.02	c number of falsified literals weakened from reason	: 0
3600.06/3554.02	c number of falsified literals weakened from conflict	: 0
3600.06/3554.02	c time for arithmetic operations	: 8130357160
3600.06/3554.02	c minimum degree of deleted constraints	: 4
3600.06/3554.02	c maximum degree of deleted constraints	: 192675818
3600.06/3554.02	c number of deleted constraints	: 888787
3600.06/3554.04	c speed (assignments/second)	: 2791.0183762100314
3600.06/3554.04	c non guided choices	: 2298
3600.06/3554.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 35525
3600.06/3554.09	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 14
3600.06/3554.09	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 65678
3600.06/3554.09	s SATISFIABLE
3600.06/3554.09	c Found 75 solution(s)
3600.06/3554.09	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 
3600.06/3554.09	c objective function=414
3600.06/3554.09	c Total wall clock time (in seconds): 3553.94

Verifier Data

OK	414

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=770026, runsolver pid=770023

[startup+0.102197 s]*
/proc/loadavg: 0.08 0.09 0.09 8/287 770063
/proc/meminfo: memFree=129339348/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=18975048 memory=64660 CPUtime=0.13 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 7234 0 0 0 11 2 0 0 20 0 18 0 151620795 19430449152 16165 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4743762 16165 5539 1 0 549357 0
[pid=770026/tid=770028] ppid=770023 vsize=18975048 memory=4026531959 CPUtime=0.09 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 1078198336 5772 0 0 0 7 2 0 0 20 0 18 0 151620795 19430449152 16165 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=18975048 memory=17977 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151620798 19430449152 16165 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=18975048 memory=14135541352367749 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151620798 19430449152 16165 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64660 KiB

[startup+0.208989 s]*
/proc/loadavg: 0.08 0.09 0.09 10/288 770108
/proc/meminfo: memFree=129333140/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19041612 memory=74888 CPUtime=0.34 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 7943 0 0 0 32 2 0 0 20 0 19 0 151620795 19498610688 18722 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4760403 18722 5885 1 0 550055 0
[pid=770026/tid=770028] ppid=770023 vsize=19041612 memory=4830786144325468291 CPUtime=0.19 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 6150 0 0 0 17 2 0 0 20 0 19 0 151620795 19498610688 18722 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19041612 memory=17993 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151620798 19498610688 18722 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19041612 memory=15261445554177772 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151620798 19498610688 18722 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151620814 19498610688 18722 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74888 KiB

[startup+0.314886 s]*
/proc/loadavg: 0.72 0.22 0.13 11/330 770158
/proc/meminfo: memFree=129223284/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19041612 memory=104764 CPUtime=0.53 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 10162 0 0 0 50 3 0 0 20 0 19 0 151620795 19498610688 26191 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4760403 26191 5885 1 0 551456 0
[pid=770026/tid=770028] ppid=770023 vsize=19041612 memory=-8744699015781065404 CPUtime=0.27 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 6183 0 0 0 25 2 0 0 20 0 19 0 151620795 19498610688 26191 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151620798 19498610688 26191 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151620798 19498610688 26191 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151620814 19498610688 26191 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 104764 KiB

[startup+0.700885 s]
/proc/loadavg: 0.72 0.22 0.13 12/333 770161
/proc/meminfo: memFree=129091204/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=176280 CPUtime=1.27 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 12902 0 0 0 122 5 0 0 20 0 20 0 151620795 19566772224 44070 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 44070 5901 1 0 553375 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=40848 CPUtime=0.59 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 6218 0 0 0 56 3 0 0 20 0 20 0 151620795 19566772224 44070 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=12384 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 44070 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 44070 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=1968 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 44070 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176280 KiB

[startup+1.50389 s]
/proc/loadavg: 0.72 0.22 0.13 10/335 770163
/proc/meminfo: memFree=128889504/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=312804 CPUtime=2.86 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 27169 0 0 0 277 9 0 0 20 0 20 0 151620795 19566772224 78201 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 78201 5917 1 0 559203 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=12384 CPUtime=1.36 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 6345 0 0 0 131 5 0 0 20 0 20 0 151620795 19566772224 78201 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 78201 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 78201 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=1968 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 78201 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 312804 KiB

[startup+3.10588 s]
/proc/loadavg: 0.72 0.22 0.13 7/335 770165
/proc/meminfo: memFree=126818912/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=1000384 CPUtime=5.08 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 30601 0 0 0 482 26 0 0 20 0 20 0 151620795 19566772224 250096 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 250096 5917 1 0 665718 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=-8960872897406476988 CPUtime=2.92 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 7815 0 0 0 272 20 0 0 20 0 20 0 151620795 19566772224 250096 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 250096 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=12384 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 250096 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 250096 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 5.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1000384 KiB

[startup+6.30088 s]
/proc/loadavg: 0.98 0.28 0.15 6/335 770165
/proc/meminfo: memFree=125645868/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=1098692 CPUtime=8.31 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 30920 0 0 0 803 28 0 0 20 0 20 0 151620795 19566772224 274673 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 274673 5917 1 0 665730 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=0 CPUtime=6.05 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 7904 0 0 0 583 22 0 0 20 0 20 0 151620795 19566772224 274673 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=12384 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 274673 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 274673 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=-8744699015781065404 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 274673 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1098692 KiB

[startup+12.7003 s]
/proc/loadavg: 1.22 0.35 0.17 5/335 770165
/proc/meminfo: memFree=124625504/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=1432968 CPUtime=14.94 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 35407 0 0 0 1460 34 0 0 20 0 20 0 151620795 19566772224 358242 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 358242 5917 1 0 665732 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=11608 CPUtime=12.35 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 9902 0 0 0 1209 26 0 0 20 0 20 0 151620795 19566772224 358242 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 358242 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=1377664 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 358242 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 358242 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 14.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1432968 KiB

[startup+25.5003 s]
/proc/loadavg: 1.65 0.47 0.22 5/335 770168
/proc/meminfo: memFree=123442992/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=1650144 CPUtime=27.78 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 41489 0 0 0 2739 39 0 0 20 0 20 0 151620795 19566772224 412536 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 412536 5917 1 0 665734 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=1635728 CPUtime=24.88 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 11693 0 0 0 2459 29 0 0 20 0 20 0 151620795 19566772224 412536 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=1635728 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 412536 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=1650144 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 412536 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=11608 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 412536 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 27.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1650144 KiB

[startup+51.1058 s]
/proc/loadavg: 2.93 0.89 0.36 5/333 770172
/proc/meminfo: memFree=123329800/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=1697308 CPUtime=53.65 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 46288 0 0 0 5323 42 0 0 20 0 20 0 151620795 19566772224 424327 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 424327 5917 1 0 665734 0

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

/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918281 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=11608 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 2394 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918281 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=3673124 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 918281 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 3201.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3673124 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.14 4.05 5/333 772276
/proc/meminfo: memFree=118477980/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=3673184 CPUtime=3262.74 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 333059 0 0 0 326045 229 0 0 20 0 20 0 151620795 19566772224 918296 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 918296 5956 1 0 927975 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=3672812 CPUtime=3158.23 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 145221 0 0 0 315751 72 0 0 20 0 20 0 151620795 19566772224 918296 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=3673096 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918296 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=11608 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 2394 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918296 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=3673184 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 918296 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 3262.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3673184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.05 6/333 772286
/proc/meminfo: memFree=118475480/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=3673192 CPUtime=3324.74 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 344042 0 0 0 332242 232 0 0 20 0 20 0 151620795 19566772224 918298 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 918298 5956 1 0 927975 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=11608 CPUtime=3216.68 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 148674 0 0 0 321596 72 0 0 20 0 20 0 151620795 19566772224 918298 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=40848 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918298 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=3673192 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 2460 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918298 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=3673192 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 918298 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 3324.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3673192 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.06 5/334 772466
/proc/meminfo: memFree=118474724/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=3673192 CPUtime=3385.42 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 346807 0 0 0 338307 235 0 0 20 0 20 0 151620795 19566772224 918298 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 918298 5956 1 0 927975 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=3673192 CPUtime=3275.68 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 149337 0 0 0 327496 72 0 0 20 0 20 0 151620795 19566772224 918298 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 52 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=5616 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918298 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=-8960872897406476988 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 2460 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918298 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=15756 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 918298 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 3385.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3673192 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.16 4.07 5/334 772477
/proc/meminfo: memFree=118472888/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=3673232 CPUtime=3445.66 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 351103 0 0 0 344329 237 0 0 20 0 20 0 151620795 19566772224 918308 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 918308 5956 1 0 927975 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=11608 CPUtime=3334.74 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 151659 0 0 0 333402 72 0 0 20 0 20 0 151620795 19566772224 918308 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=-8960872897406476988 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918308 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=3673232 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 2460 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918308 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=40848 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 918308 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 3445.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3673232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.18 4.08 5/337 772492
/proc/meminfo: memFree=118472360/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=3673236 CPUtime=3506.24 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 352478 0 0 0 350386 238 0 0 20 0 20 0 151620795 19566772224 918309 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 918309 5956 1 0 927975 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=11608 CPUtime=3393.48 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 152465 0 0 0 339275 73 0 0 20 0 20 0 151620795 19566772224 918309 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=11608 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918309 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=3673236 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 2503 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918309 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=-8960872897406476988 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 918309 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 3506.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3673236 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.19 4.09 5/335 772516
/proc/meminfo: memFree=118469696/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=3673236 CPUtime=3566.98 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 357062 0 0 0 356457 241 0 0 20 0 20 0 151620795 19566772224 918309 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 918309 5956 1 0 927975 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=1968 CPUtime=3452.38 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 155483 0 0 0 345165 73 0 0 20 0 20 0 151620795 19566772224 918309 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=3673236 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918309 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=11608 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 2503 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918309 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=3673236 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 918309 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 3566.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3673236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554 s]*
/proc/loadavg: 4.14 4.17 4.09 5/335 772658
/proc/meminfo: memFree=120599292/131524600 swapFree=131071996/131071996
[pid=770026] ppid=770023 vsize=19108176 memory=3673364 CPUtime=3600.06 cores=5,7
/proc/770026/stat : 770026 (java) S 770023 770026 769814 0 -1 1077936128 365708 0 0 0 359763 243 0 0 20 0 20 0 151620795 19566772224 918341 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
/proc/770026/statm: 4777044 918341 5956 1 0 928018 0
[pid=770026/tid=770028] ppid=770023 vsize=19108176 memory=-8960584816770065084 CPUtime=3483.64 cores=5,7
/proc/770026/task/770028/stat : 770028 (java) R 770023 770026 769814 0 -1 4194368 156891 0 0 0 348291 73 0 0 20 0 20 0 151620795 19566772224 918341 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770051] ppid=770023 vsize=19108176 memory=1326224 CPUtime=0 cores=5,7
/proc/770026/task/770051/stat : 770051 (Finalizer) S 770023 770026 769814 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918341 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770058] ppid=770023 vsize=19108176 memory=-8960584816770065084 CPUtime=0 cores=5,7
/proc/770026/task/770058/stat : 770058 (Common-Cleaner) S 770023 770026 769814 0 -1 1077936192 2548 0 0 0 0 0 0 0 20 0 20 0 151620798 19566772224 918341 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
[pid=770026/tid=770099] ppid=770023 vsize=19108176 memory=2624588 CPUtime=0 cores=5,7
/proc/770026/task/770099/stat : 770099 (Timer-0) S 770023 770026 769814 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620814 19566772224 918341 134679101440 94077601751040 94077601754736 140734114827520 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94077601762552 94077601763344 94077610266624 140734114833392 140734114833505 140734114833505 140734114840520 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3673364 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.79 s, system=2.45597 s

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

[startup+3554.11 s]*
/proc/loadavg: 4.14 4.17 4.09 5/317 772661
/proc/meminfo: memFree=124180100/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3554.12
CPU time (s): 3600.25
CPU user time (s): 3597.79
CPU system time (s): 2.45597
CPU usage (%): 101.298
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3673364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.79
system time used= 2.45597
maximum resident set size= 3675032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368109
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= 139348
involuntary context switches= 15386


# summary of solver processes directly reported to runsolver:
#   pid: 770026
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597.79
#   total CPU system time (s): 2.45597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55443 second user time and 17.6544 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-15 00:02:30
IDJOB=4427449
IDBENCH=147578
IDSOLVER=3046
FILE ID=nodeC028/4427449-1720994538
RUNJOBID= nodeC028-1720994549-769827
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_8_70_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-4427449-1720994538/watcher-4427449-1720994538 -o /tmp/evaluation-result-4427449-1720994538/solver-4427449-1720994538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1720994549-769827 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427449-1720994538.opb

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

MD5SUM BENCH= b4b357048b7fd6a2befaa81502734110
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		: 2654.761
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		: 3649.903
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		: 2544.259
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		: 3649.875
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		: 3584.381
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.809
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		: 3307.969
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.801
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:        129404312 kB
MemAvailable:   129634132 kB
Buffers:          335808 kB
Cached:           737580 kB
SwapCached:            0 kB
Active:           532192 kB
Inactive:        1020376 kB
Active(anon):       1528 kB
Inactive(anon):   515364 kB
Active(file):     530664 kB
Inactive(file):   505012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3792 kB
Writeback:             0 kB
AnonPages:        476412 kB
Mapped:           122472 kB
Shmem:             37720 kB
KReclaimable:      67936 kB
Slab:             167400 kB
SReclaimable:      67936 kB
SUnreclaim:        99464 kB
KernelStack:        4344 kB
PageTables:        10564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2975480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57280 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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= 890080 MiB
End job on nodeC028 at 2024-07-15 01:01:44