Trace number 4424277

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12OPTIMUM 1466.24 1448.41

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900559676--soft-66-100-0.wbo
MD5SUM72fe16d1fc7fd28b9f4f62909a70b72d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark30.7079
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints899
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.05/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.16	c See www.sat4j.org for details.
0.08/0.23	c version CUSTOM.v20240707
0.08/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.24	c java.vm.version	22.0.1+8-16
0.08/0.24	c java.vm.vendor	Oracle Corporation
0.08/0.24	c sun.arch.data.model	64
0.08/0.24	c java.version		22.0.1
0.08/0.24	c os.name		Linux
0.08/0.24	c os.version		4.18.0-301.1.el8.x86_64
0.08/0.24	c os.arch		amd64
0.08/0.24	c Free memory 		2104792832
0.08/0.24	c Max memory 		16282288128
0.08/0.24	c Total memory 		2113929216
0.08/0.24	c Number of processors 	2
0.16/0.38	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.38	 - never skip resolution steps
0.16/0.38	 - Auto-division on coefficients is disabled
0.16/0.38	 - No postprocessing
0.16/0.38	 - Conflict is considered as is when resolving
0.16/0.38	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.16/0.38	 - Weaken first using unassigned literals
0.16/0.38	 - Bump strategy: ALWAYS_ONE
0.16/0.38	 - Bumper: ASSIGNED
0.16/0.38	--- Begin Solver configuration ---
0.16/0.38	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.16/0.38	Learn all clauses as in MiniSAT
0.16/0.38	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.38	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.38	No reason simplification
0.16/0.38	Armin Biere (Picosat) restarts strategy
0.16/0.38	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.16/0.38	timeout=2147483s
0.16/0.38	DB Simplification allowed=false
0.16/0.38	Listener: none
0.16/0.38	--- End Solver configuration ---
0.16/0.38	c Pseudo Boolean Optimization by upper bound
0.16/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.38	c  - never skip resolution steps
0.16/0.38	c  - Auto-division on coefficients is disabled
0.16/0.38	c  - No postprocessing
0.16/0.38	c  - Conflict is considered as is when resolving
0.16/0.38	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.16/0.38	c  - Weaken first using unassigned literals
0.16/0.38	c  - Bump strategy: ALWAYS_ONE
0.16/0.38	c  - Bumper: ASSIGNED
0.16/0.38	c --- Begin Solver configuration ---
0.16/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.16/0.38	c Learn all clauses as in MiniSAT
0.16/0.38	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.38	c No reason simplification
0.16/0.38	c Armin Biere (Picosat) restarts strategy
0.16/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.16/0.38	c timeout=2147483s
0.16/0.38	c DB Simplification allowed=false
0.16/0.38	c Listener: none
0.16/0.38	c --- End Solver configuration ---
0.16/0.38	c solving HOME/instance-4424277-1720874152.wbo
0.16/0.38	c reading problem ... 
0.27/0.50	c ... done. Wall clock time 0.114s.
0.27/0.50	c declared #vars     231
0.27/0.50	c internal #vars     1130
0.27/0.50	c #constraints  2708
0.27/0.50	c constraints type 
0.27/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 161
0.27/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.27/0.50	c org.sat4j.specs.Constr$1 => 1
0.27/0.50	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 12
0.27/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2523
0.27/0.50	c 2708 constraints processed.
0.27/0.51	c objective function length is 899 literals
0.63/0.65	c SATISFIABLE
0.63/0.65	c OPTIMIZING...
0.63/0.65	c Got one! Elapsed wall clock time (in seconds):0.271
0.63/0.66	o 6142
0.79/0.75	c Got one! Elapsed wall clock time (in seconds):0.372
0.79/0.75	o 6134
1.19/0.90	c Got one! Elapsed wall clock time (in seconds):0.526
1.19/0.90	o 6132
1.41/1.03	c Got one! Elapsed wall clock time (in seconds):0.648
1.41/1.03	o 6131
1.76/1.20	c Got one! Elapsed wall clock time (in seconds):0.826
1.76/1.20	o 6123
2.36/1.52	c Got one! Elapsed wall clock time (in seconds):1.139
2.36/1.52	o 6122
2.56/1.67	c Got one! Elapsed wall clock time (in seconds):1.288
2.56/1.67	o 6121
2.94/1.89	c Got one! Elapsed wall clock time (in seconds):1.51
2.94/1.89	o 6120
3.74/2.29	c Got one! Elapsed wall clock time (in seconds):1.908
3.74/2.29	o 6118
5.18/3.04	c Got one! Elapsed wall clock time (in seconds):2.66
5.18/3.04	o 6117
5.56/3.30	c Got one! Elapsed wall clock time (in seconds):2.926
5.56/3.30	o 6109
6.03/3.71	c Got one! Elapsed wall clock time (in seconds):3.335
6.03/3.71	o 6107
6.65/4.39	c Got one! Elapsed wall clock time (in seconds):4.015
6.65/4.39	o 6106
7.65/5.32	c Got one! Elapsed wall clock time (in seconds):4.941
7.65/5.32	o 6105
9.28/6.94	c Got one! Elapsed wall clock time (in seconds):6.561
9.28/6.94	o 6104
9.72/7.35	c Got one! Elapsed wall clock time (in seconds):6.977
9.72/7.35	o 6103
10.45/8.03	c Got one! Elapsed wall clock time (in seconds):7.652
10.45/8.03	o 6065
11.46/9.00	c Got one! Elapsed wall clock time (in seconds):8.626
11.46/9.00	o 6057
13.24/10.89	c Got one! Elapsed wall clock time (in seconds):10.51
13.24/10.89	o 6056
15.85/13.44	c Got one! Elapsed wall clock time (in seconds):13.065
15.85/13.44	o 6055
20.04/17.51	c Got one! Elapsed wall clock time (in seconds):17.129
20.04/17.51	o 6054
20.56/18.07	c Got one! Elapsed wall clock time (in seconds):17.697
20.56/18.07	o 6053
21.65/19.15	c Got one! Elapsed wall clock time (in seconds):18.77
21.65/19.15	o 6052
22.95/20.47	c Got one! Elapsed wall clock time (in seconds):20.097
22.95/20.47	o 6051
25.25/22.75	c Got one! Elapsed wall clock time (in seconds):22.371
25.25/22.75	o 6050
29.17/26.60	c Got one! Elapsed wall clock time (in seconds):26.221
29.17/26.60	o 6049
34.50/31.94	c Got one! Elapsed wall clock time (in seconds):31.56
34.50/31.94	o 6048
43.61/40.99	c Got one! Elapsed wall clock time (in seconds):40.616
43.61/40.99	o 6047
44.81/42.13	c Got one! Elapsed wall clock time (in seconds):41.75
44.81/42.13	o 6046
46.24/43.52	c Got one! Elapsed wall clock time (in seconds):43.147
46.24/43.52	o 6043
48.34/45.61	c Got one! Elapsed wall clock time (in seconds):45.231
48.34/45.61	o 6042
51.45/48.78	c Got one! Elapsed wall clock time (in seconds):48.405
51.45/48.78	o 6041
56.40/53.64	c Got one! Elapsed wall clock time (in seconds):53.266
56.40/53.64	o 6040
63.86/61.10	c Got one! Elapsed wall clock time (in seconds):60.726
63.86/61.17	o 6039
75.95/73.27	c Got one! Elapsed wall clock time (in seconds):72.894
75.95/73.27	o 6038
96.83/94.03	c Got one! Elapsed wall clock time (in seconds):93.654
96.83/94.03	o 6037
98.62/95.81	c Got one! Elapsed wall clock time (in seconds):95.432
98.62/95.81	o 6036
100.96/98.10	c Got one! Elapsed wall clock time (in seconds):97.727
100.96/98.10	o 6035
104.25/101.49	c Got one! Elapsed wall clock time (in seconds):101.116
104.25/101.49	o 5974
108.99/106.15	c Got one! Elapsed wall clock time (in seconds):105.775
108.99/106.15	o 5973
116.41/113.57	c Got one! Elapsed wall clock time (in seconds):113.196
116.41/113.57	o 5972
128.05/125.14	c Got one! Elapsed wall clock time (in seconds):124.759
128.05/125.14	o 5971
145.85/142.77	c Got one! Elapsed wall clock time (in seconds):142.396
145.85/142.77	o 5970
164.38/161.00	c cleaning 8721 clauses out of 17450 with flag 0/17450
166.31/162.82	c Got one! Elapsed wall clock time (in seconds):162.446
166.31/162.82	o 5960
177.39/173.83	c Got one! Elapsed wall clock time (in seconds):173.455
177.39/173.83	o 5957
178.09/174.52	c Got one! Elapsed wall clock time (in seconds):174.141
178.09/174.52	o 5956
179.22/175.67	c Got one! Elapsed wall clock time (in seconds):175.295
179.22/175.67	o 5941
180.52/176.98	c Got one! Elapsed wall clock time (in seconds):176.607
180.52/176.98	o 5940
182.53/179.00	c Got one! Elapsed wall clock time (in seconds):178.624
182.53/179.00	o 5939
185.75/182.18	c Got one! Elapsed wall clock time (in seconds):181.801
185.75/182.18	o 5938
191.06/187.46	c Got one! Elapsed wall clock time (in seconds):187.088
191.06/187.46	o 5937
199.99/196.30	c Got one! Elapsed wall clock time (in seconds):195.925
199.99/196.30	o 5922
215.12/211.32	c Got one! Elapsed wall clock time (in seconds):210.946
215.12/211.32	o 5921
225.87/222.02	c cleaning 8956 clauses out of 17925 with flag 0/26646
228.64/224.79	c Got one! Elapsed wall clock time (in seconds):224.417
228.74/224.80	o 5920
245.09/240.92	c Got one! Elapsed wall clock time (in seconds):240.548
245.09/240.92	o 5866
245.83/241.68	c Got one! Elapsed wall clock time (in seconds):241.299
245.83/241.68	o 5844
246.96/242.77	c Got one! Elapsed wall clock time (in seconds):242.394
246.96/242.77	o 5843
248.46/244.26	c Got one! Elapsed wall clock time (in seconds):243.885
248.46/244.26	o 5842
250.70/246.42	c Got one! Elapsed wall clock time (in seconds):246.041
250.70/246.42	o 5832
254.34/250.03	c Got one! Elapsed wall clock time (in seconds):249.655
254.34/250.03	o 5831
260.23/255.89	c Got one! Elapsed wall clock time (in seconds):255.517
260.23/255.89	o 5830
268.49/263.99	c cleaning 8532 clauses out of 17458 with flag 0/35135
268.72/264.11	c Got one! Elapsed wall clock time (in seconds):263.73
268.72/264.11	o 5829
272.30/267.65	c Got one! Elapsed wall clock time (in seconds):267.277
272.30/267.65	o 5828
281.14/276.30	c Got one! Elapsed wall clock time (in seconds):275.923
281.14/276.30	o 5763
292.28/287.38	c cleaning 5202 clauses out of 15344 with flag 0/41553
295.33/290.37	c Got one! Elapsed wall clock time (in seconds):289.993
295.33/290.37	o 5762
317.08/311.89	c cleaning 4729 clauses out of 15979 with flag 0/47390
319.80/314.59	c Got one! Elapsed wall clock time (in seconds):314.209
319.80/314.59	o 5761
320.20/314.91	c Got one! Elapsed wall clock time (in seconds):314.53
320.20/314.91	o 5760
320.50/315.26	c Got one! Elapsed wall clock time (in seconds):314.881
320.50/315.26	o 5683
321.10/315.87	c Got one! Elapsed wall clock time (in seconds):315.491
321.10/315.87	o 5682
322.35/317.01	c Got one! Elapsed wall clock time (in seconds):316.632
322.35/317.01	o 5676
324.33/319.02	c Got one! Elapsed wall clock time (in seconds):318.647
324.33/319.02	o 5675
327.95/322.69	c Got one! Elapsed wall clock time (in seconds):322.309
327.95/322.69	o 5674
334.00/328.56	c Got one! Elapsed wall clock time (in seconds):328.182
334.00/328.56	o 5659
346.07/340.56	c Got one! Elapsed wall clock time (in seconds):340.18
346.07/340.56	o 5658
367.69/361.93	c cleaning 7161 clauses out of 19954 with flag 0/56094
368.10/362.34	c Got one! Elapsed wall clock time (in seconds):361.966
368.10/362.34	o 5631
378.63/372.72	c Got one! Elapsed wall clock time (in seconds):372.346
378.63/372.73	o 5626
391.26/385.25	c cleaning 5280 clauses out of 19204 with flag 0/62505
401.83/395.69	c Got one! Elapsed wall clock time (in seconds):395.316
401.83/395.69	o 5625
412.27/405.93	c cleaning 4733 clauses out of 19688 with flag 0/68269
438.05/431.46	c cleaning 5093 clauses out of 20954 with flag 0/74268
439.10/432.47	c Got one! Elapsed wall clock time (in seconds):432.092
439.10/432.47	o 5624
439.30/432.69	c Got one! Elapsed wall clock time (in seconds):432.31
439.30/432.69	o 5581
439.70/433.08	c Got one! Elapsed wall clock time (in seconds):432.705
439.70/433.08	o 5580
440.30/433.67	c Got one! Elapsed wall clock time (in seconds):433.291
440.30/433.67	o 5490
441.40/434.74	c Got one! Elapsed wall clock time (in seconds):434.36
441.40/434.74	o 5489
443.25/436.59	c Got one! Elapsed wall clock time (in seconds):436.214
443.25/436.59	o 5488
446.90/440.11	c Got one! Elapsed wall clock time (in seconds):439.738
446.90/440.11	o 5487
453.60/446.74	c Got one! Elapsed wall clock time (in seconds):446.36
453.60/446.74	o 5486
466.81/459.85	c Got one! Elapsed wall clock time (in seconds):459.475
466.81/459.85	o 5485
496.12/488.97	c Got one! Elapsed wall clock time (in seconds):488.589
496.12/488.97	o 5423
512.84/505.57	c cleaning 7519 clauses out of 25008 with flag 0/83415
521.31/513.93	c Got one! Elapsed wall clock time (in seconds):513.549
521.31/513.93	o 5422
541.41/533.86	c cleaning 4917 clauses out of 23329 with flag 0/89255
547.95/540.36	c Got one! Elapsed wall clock time (in seconds):539.985
547.95/540.36	o 5421
565.90/557.85	c cleaning 4747 clauses out of 24182 with flag 0/95025
588.26/580.02	c Got one! Elapsed wall clock time (in seconds):579.64
588.26/580.02	o 5116
648.64/639.84	c cleaning 8547 clauses out of 30098 with flag 0/105688
673.26/664.22	c cleaning 4857 clauses out of 27550 with flag 0/111687
676.89/667.87	c Got one! Elapsed wall clock time (in seconds):667.493
676.89/667.87	o 5088
677.29/668.22	c Got one! Elapsed wall clock time (in seconds):667.842
677.29/668.22	o 5087
677.79/668.73	c Got one! Elapsed wall clock time (in seconds):668.357
677.79/668.73	o 5086
678.64/669.52	c Got one! Elapsed wall clock time (in seconds):669.145
678.64/669.52	o 5085
679.84/670.74	c Got one! Elapsed wall clock time (in seconds):670.362
679.84/670.74	o 5084
682.09/672.97	c Got one! Elapsed wall clock time (in seconds):672.594
682.09/672.97	o 5083
685.94/676.76	c Got one! Elapsed wall clock time (in seconds):676.384
685.94/676.76	o 5082
692.82/683.54	c Got one! Elapsed wall clock time (in seconds):683.159
692.82/683.54	o 5081
706.13/696.71	c Got one! Elapsed wall clock time (in seconds):696.331
706.13/696.71	o 5001
726.24/716.61	c cleaning 7177 clauses out of 31586 with flag 0/120580
726.75/717.13	c Got one! Elapsed wall clock time (in seconds):716.752
726.75/717.13	o 5000
741.27/731.59	c Got one! Elapsed wall clock time (in seconds):731.215
741.27/731.59	o 4999
757.43/747.56	c cleaning 5270 clauses out of 30816 with flag 0/126987
769.26/759.38	c Got one! Elapsed wall clock time (in seconds):759.001
769.26/759.38	o 4998
781.79/771.70	c cleaning 4592 clauses out of 31318 with flag 0/132759
811.24/800.94	c cleaning 4854 clauses out of 32724 with flag 0/138757
812.03/801.79	c Got one! Elapsed wall clock time (in seconds):801.409
812.03/801.79	o 4975
837.08/826.64	c cleaning 4485 clauses out of 33522 with flag 0/144409
863.90/853.19	c cleaning 4905 clauses out of 35038 with flag 0/150410
869.27/858.44	c Got one! Elapsed wall clock time (in seconds):858.062
869.27/858.44	o 4974
894.01/882.89	c cleaning 4935 clauses out of 36114 with flag 0/156391
931.82/920.38	c cleaning 5049 clauses out of 37178 with flag 0/162390
968.43/956.54	c cleaning 5830 clauses out of 39132 with flag 0/169393
977.50/965.52	c Got one! Elapsed wall clock time (in seconds):965.142
977.50/965.52	o 4926
978.00/966.05	c Got one! Elapsed wall clock time (in seconds):965.671
978.00/966.05	o 2508
978.91/966.97	c Got one! Elapsed wall clock time (in seconds):966.594
978.91/966.97	o 2507
980.15/968.19	c Got one! Elapsed wall clock time (in seconds):967.809
980.15/968.19	o 2506
982.05/970.02	c Got one! Elapsed wall clock time (in seconds):969.641
982.05/970.02	o 2505
984.98/972.96	c Got one! Elapsed wall clock time (in seconds):972.582
984.98/972.96	o 1299
990.42/978.36	c Got one! Elapsed wall clock time (in seconds):977.979
990.42/978.36	o 1298
1000.71/988.17	c Got one! Elapsed wall clock time (in seconds):987.797
1000.71/988.17	o 979
1017.93/1005.19	c Got one! Elapsed wall clock time (in seconds):1004.814
1017.93/1005.19	o 963
1031.01/1018.19	c cleaning 6793 clauses out of 41692 with flag 0/177783
1033.84/1020.96	c Got one! Elapsed wall clock time (in seconds):1020.582
1033.84/1020.96	o 960
1054.39/1041.25	c cleaning 4655 clauses out of 40484 with flag 0/183368
1054.74/1041.57	c Got one! Elapsed wall clock time (in seconds):1041.196
1054.74/1041.57	o 953
1074.80/1061.33	c cleaning 4266 clauses out of 40947 with flag 0/188486
1075.73/1062.28	c Got one! Elapsed wall clock time (in seconds):1061.9
1075.73/1062.28	o 604
1101.89/1088.10	c cleaning 4594 clauses out of 42167 with flag 0/193972
1113.97/1100.09	c Got one! Elapsed wall clock time (in seconds):1099.712
1113.97/1100.09	o 586
1129.16/1115.00	c cleaning 4789 clauses out of 43222 with flag 0/199621
1160.69/1146.40	c cleaning 5021 clauses out of 44434 with flag 0/205622
1184.13/1169.76	c Got one! Elapsed wall clock time (in seconds):1169.387
1184.13/1169.76	o 585
1192.31/1177.84	c cleaning 5024 clauses out of 45376 with flag 0/211585
1220.74/1206.01	c cleaning 5119 clauses out of 46352 with flag 0/217585
1269.23/1254.29	c cleaning 6015 clauses out of 48233 with flag 0/224585
1294.12/1278.30	c Got one! Elapsed wall clock time (in seconds):1277.921
1294.12/1278.30	o 561
1349.58/1333.25	c cleaning 8979 clauses out of 52925 with flag 0/235292
1379.84/1363.32	c cleaning 4998 clauses out of 49944 with flag 0/241290
1426.13/1409.26	c cleaning 5776 clauses out of 51947 with flag 0/248291
1465.50/1447.79	c Got one! Elapsed wall clock time (in seconds):1447.416
1465.50/1447.79	o 1
1466.13/1448.35	c starts		: 239
1466.13/1448.36	c conflicts		: 255215
1466.13/1448.36	c decisions		: 813598
1466.13/1448.36	c propagations		: 8750720
1466.13/1448.36	c inspects		: 1218532803
1466.13/1448.36	c shortcuts		: 0
1466.13/1448.36	c learnt literals	: 0
1466.13/1448.36	c learnt binary clauses	: 0
1466.13/1448.36	c learnt ternary clauses	: 1
1466.13/1448.36	c learnt constraints	: 255215
1466.13/1448.36	c ignored constraints	: 0
1466.13/1448.36	c root simplifications	: 0
1466.13/1448.36	c removed literals (reason simplification)	: 0
1466.13/1448.36	c reason swapping (by a shorter reason)	: 0
1466.13/1448.36	c Calls to reduceDB	: 35
1466.13/1448.36	c Number of update (reduction) of LBD	: 41778
1466.13/1448.36	c Imported unit clauses	: 0
1466.13/1448.36	c No decision after first conflict	: false
1466.13/1448.36	c number of reductions to clauses (during analyze)	: 0
1466.13/1448.36	c number of learned constraints concerned by reduction	: 0
1466.13/1448.36	c number of learning phase by resolution	: 0
1466.13/1448.36	c number of learning phase by cutting planes	: 0
1466.13/1448.36	c number of rounding to 1 operations	: 612646
1466.13/1448.36	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1466.13/1448.36	c number of reductions of the coefficients by power 2 	: 0
1466.13/1448.36	c number of right shift for reduction by power 2 	: 0
1466.13/1448.36	c number of reductions of the coefficients by GCD over coefficients 	: 0
1466.13/1448.36	c number of ending skipping 	: 0
1466.13/1448.36	c number of internal skipping 	: 0
1466.13/1448.36	c number of derivation steps 	: 2091542
1466.13/1448.36	c number of skipped derivation steps 	: 0
1466.13/1448.36	c number of remaining unassigned 	: 293380
1466.13/1448.36	c number of remaining assigned 	: 42147138
1466.13/1448.36	c number of falsified literals weakened from reason	: 0
1466.13/1448.36	c number of falsified literals weakened from conflict	: 0
1466.13/1448.36	c time for arithmetic operations	: 3203282366
1466.13/1448.37	c minimum degree of deleted constraints	: 4
1466.13/1448.37	c maximum degree of deleted constraints	: 10769535
1466.13/1448.37	c number of deleted constraints	: 202120
1466.13/1448.37	c speed (assignments/second)	: 6043.92849274063
1466.13/1448.37	c non guided choices	: 10208
1466.13/1448.37	s OPTIMUM FOUND
1466.13/1448.37	c Found 120 solution(s)
1466.13/1448.37	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 
1466.13/1448.37	c objective function=1
1466.13/1448.37	c Total wall clock time (in seconds): 1447.996

Verifier Data

OK	1

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=708172, runsolver pid=708166

[startup+0.100136 s]*
/proc/loadavg: 0.12 0.09 0.09 7/327 708190
/proc/meminfo: memFree=129458404/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=18975048 memory=55604 CPUtime=0.05 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 6551 0 1 0 4 1 0 0 20 0 18 0 139579067 19430449152 13901 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4743762 13901 5519 1 0 548785 0
[pid=708172/tid=708174] ppid=708166 vsize=18975048 memory=4026561586 CPUtime=0.03 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 5442 0 1 0 2 1 0 0 20 0 18 0 139579068 19430449152 13901 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139579073 19430449152 13901 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=18975048 memory=13847473600877114 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139579073 19430449152 13901 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55604 KiB

[startup+0.20573 s]*
/proc/loadavg: 0.12 0.09 0.09 6/327 708192
/proc/meminfo: memFree=129446880/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=18975048 memory=58376 CPUtime=0.08 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 6745 0 1 0 7 1 0 0 20 0 18 0 139579067 19430449152 14594 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4743762 14594 5535 1 0 548916 0
[pid=708172/tid=708174] ppid=708166 vsize=18975048 memory=4782652875487838339 CPUtime=0.05 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) D 708166 708172 708045 0 -1 4194368 5603 0 1 0 4 1 0 0 20 0 18 0 139579068 19430449152 14594 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=18975048 memory=3640 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139579073 19430449152 14594 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=18975048 memory=15819993166120615 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139579073 19430449152 14594 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58376 KiB

[startup+0.305406 s]*
/proc/loadavg: 0.12 0.09 0.09 12/327 708192
/proc/meminfo: memFree=129419772/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=18975048 memory=65616 CPUtime=0.16 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 7318 0 2 0 14 2 0 0 20 0 18 0 139579067 19430449152 16404 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4743762 16404 5694 1 0 549380 0
[pid=708172/tid=708174] ppid=708166 vsize=18975048 memory=-8743573081631924924 CPUtime=0.09 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) D 708166 708172 708045 0 -1 4194368 5809 0 2 0 8 1 0 0 20 0 18 0 139579068 19430449152 16404 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139579073 19430449152 16404 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139579073 19430449152 16404 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65616 KiB

[startup+0.700267 s]
/proc/loadavg: 0.12 0.09 0.09 15/330 708195
/proc/meminfo: memFree=129178980/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19041612 memory=133932 CPUtime=0.79 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 11383 0 2 0 76 3 0 0 20 0 19 0 139579067 19498610688 33483 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4760403 33483 5894 1 0 552339 0
[pid=708172/tid=708174] ppid=708166 vsize=19041612 memory=5496 CPUtime=0.37 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 6270 0 2 0 35 2 0 0 20 0 19 0 139579068 19498610688 33483 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19041612 memory=12180 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139579073 19498610688 33483 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19041612 memory=281307741741736 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139579073 19498610688 33483 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139579118 19498610688 33483 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 0.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 133932 KiB

[startup+1.50027 s]
/proc/loadavg: 0.12 0.09 0.09 8/309 708231
/proc/meminfo: memFree=128364008/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=184024 CPUtime=2.36 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 18886 0 2 0 230 6 0 0 20 0 20 0 139579067 19566772224 46006 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 46006 5912 1 0 555066 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=12180 CPUtime=1.11 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 6523 0 2 0 108 3 0 0 20 0 20 0 139579068 19566772224 46006 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 46006 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 46006 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=281307741594896 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 46006 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184024 KiB

[startup+3.10627 s]
/proc/loadavg: 0.12 0.09 0.09 12/334 708265
/proc/meminfo: memFree=123114588/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=385440 CPUtime=5.31 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 21951 0 2 0 520 11 0 0 20 0 20 0 139579067 19566772224 96360 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 96360 5914 1 0 555084 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=0 CPUtime=2.66 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 7653 0 2 0 259 7 0 0 20 0 20 0 139579068 19566772224 96360 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=12180 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 96360 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 96360 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=11560 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 96360 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 385440 KiB

[startup+6.30028 s]
/proc/loadavg: 0.75 0.22 0.13 7/334 708464
/proc/meminfo: memFree=122639456/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=778440 CPUtime=8.67 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 23015 0 2 0 847 20 0 0 20 0 20 0 139579067 19566772224 194610 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 194610 5916 1 0 555085 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=0 CPUtime=5.79 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 8079 0 2 0 564 15 0 0 20 0 20 0 139579068 19566772224 194610 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=8514701219730390687 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 194610 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=184056 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 194610 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=12180 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 194610 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 778440 KiB

[startup+12.7003 s]
/proc/loadavg: 1.17 0.32 0.16 6/335 708601
/proc/meminfo: memFree=126194300/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=1165844 CPUtime=15.15 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 27245 0 2 0 1486 29 0 0 20 0 20 0 139579067 19566772224 291461 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 291461 5932 1 0 555085 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=2268 CPUtime=12.1 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 10035 0 2 0 1188 22 0 0 20 0 20 0 139579068 19566772224 291461 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=1165844 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 291461 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=1124624 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 291461 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 291461 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 15.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1165844 KiB

[startup+25.5003 s]
/proc/loadavg: 1.80 0.50 0.23 5/335 708602
/proc/meminfo: memFree=125871208/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=1348184 CPUtime=28.08 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 32597 0 2 0 2773 35 0 0 20 0 20 0 139579067 19566772224 337046 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 337046 5932 1 0 555085 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=1346136 CPUtime=24.76 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 12082 0 2 0 2450 26 0 0 20 0 20 0 139579068 19566772224 337046 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=1124624 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 337046 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=281307741601408 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 337046 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=1828 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 337046 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 28.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1348184 KiB

[startup+51.1063 s]
/proc/loadavg: 2.68 0.81 0.34 5/335 708607
/proc/meminfo: memFree=124862220/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=1379028 CPUtime=53.9 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 38825 0 2 0 5353 37 0 0 20 0 20 0 139579067 19566772224 344757 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 344757 5932 1 0 555085 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=1828 CPUtime=49.96 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 14347 0 2 0 4970 26 0 0 20 0 20 0 139579068 19566772224 344757 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=-8743573081631924924 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 344757 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=1374896 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=121433012/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=2175992 CPUtime=1378.79 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 166104 0 2 0 137746 133 0 0 20 0 20 0 139579067 19566772224 543998 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 543998 5957 1 0 555601 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=2175976 CPUtime=1336.49 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 67720 0 2 0 133613 36 0 0 20 0 20 0 139579068 19566772224 543998 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 34 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=2175992 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 543998 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 1194 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 543998 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=11560 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 543998 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 1378.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2175992 KiB

[startup+1422.3 s]
/proc/loadavg: 4.29 4.21 3.37 5/334 709416
/proc/meminfo: memFree=121430344/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=2176040 CPUtime=1439.94 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 175984 0 2 0 143857 137 0 0 20 0 20 0 139579067 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 544010 5957 1 0 555605 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=2175976 CPUtime=1395.34 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 71421 0 2 0 139497 37 0 0 20 0 20 0 139579068 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=11560 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=2176016 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 1217 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=2176016 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 1439.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176040 KiB

[startup+1448.41 s]
# the end of solver process 708172 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=1464.84 s, system=1.40103 s

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

[startup+1433.6 s]
/proc/loadavg: 4.24 4.20 3.38 5/334 709418
/proc/meminfo: memFree=121430232/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=2176040 CPUtime=1451.27 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 176113 0 2 0 144990 137 0 0 20 0 20 0 139579067 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 544010 5957 1 0 555605 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=11560 CPUtime=1406.37 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 71487 0 2 0 140600 37 0 0 20 0 20 0 139579068 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=2175860 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=35340 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 1217 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=35340 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 1451.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176040 KiB

[startup+1440 s]*
/proc/loadavg: 4.20 4.19 3.38 5/335 709421
/proc/meminfo: memFree=121426124/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=2176040 CPUtime=1457.72 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 176252 0 2 0 145634 138 0 0 20 0 20 0 139579067 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 544010 5957 1 0 555605 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=-8743287208608703164 CPUtime=1412.61 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 71609 0 2 0 141224 37 0 0 20 0 20 0 139579068 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=-4421386517739561575 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 1217 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=26024 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 1457.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176040 KiB

[startup+1443.2 s]
/proc/loadavg: 4.20 4.19 3.38 5/333 709423
/proc/meminfo: memFree=121425904/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=2176040 CPUtime=1460.95 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 176257 0 2 0 145957 138 0 0 20 0 20 0 139579067 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 544010 5957 1 0 555605 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=11560 CPUtime=1415.73 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 71609 0 2 0 141536 37 0 0 20 0 20 0 139579068 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=2176040 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=35340 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 1217 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=2176040 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 1460.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176040 KiB

[startup+1446.4 s]
/proc/loadavg: 4.19 4.19 3.39 5/333 709423
/proc/meminfo: memFree=121425932/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=2176040 CPUtime=1464.15 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 176375 0 2 0 146277 138 0 0 20 0 20 0 139579067 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 544010 5957 1 0 555605 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=2176040 CPUtime=1418.92 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 71727 0 2 0 141855 37 0 0 20 0 20 0 139579068 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=35340 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 1217 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=281307742236064 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 1464.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176040 KiB

[startup+1447.2 s]
/proc/loadavg: 4.19 4.19 3.39 5/333 709423
/proc/meminfo: memFree=121425932/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=2176040 CPUtime=1465 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 176388 0 2 0 146361 139 0 0 20 0 20 0 139579067 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 544010 5957 1 0 555605 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=5544 CPUtime=1419.65 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 71737 0 2 0 141928 37 0 0 20 0 20 0 139579068 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=7992 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=20536 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 1217 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=-8743573081631924924 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 1465 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176040 KiB

[startup+1448 s]*
/proc/loadavg: 4.19 4.19 3.39 5/333 709423
/proc/meminfo: memFree=121425960/131524600 swapFree=131071996/131071996
[pid=708172] ppid=708166 vsize=19108176 memory=2176040 CPUtime=1465.81 cores=4,6
/proc/708172/stat : 708172 (java) S 708166 708172 708045 0 -1 1077936128 177151 0 2 0 146442 139 0 0 20 0 20 0 139579067 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
/proc/708172/statm: 4777044 544010 5957 1 0 555605 0
[pid=708172/tid=708174] ppid=708166 vsize=19108176 memory=-8743287208608703164 CPUtime=1420.45 cores=4,6
/proc/708172/task/708174/stat : 708174 (java) R 708166 708172 708045 0 -1 4194368 71935 0 2 0 142008 37 0 0 20 0 20 0 139579068 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708183] ppid=708166 vsize=19108176 memory=-7090487320845640828 CPUtime=0 cores=4,6
/proc/708172/task/708183/stat : 708183 (Finalizer) S 708166 708172 708045 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708190] ppid=708166 vsize=19108176 memory=2616 CPUtime=0 cores=4,6
/proc/708172/task/708190/stat : 708190 (Common-Cleaner) S 708166 708172 708045 0 -1 1077936192 1217 0 0 0 0 0 0 0 20 0 20 0 139579073 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
[pid=708172/tid=708196] ppid=708166 vsize=19108176 memory=5000 CPUtime=0 cores=4,6
/proc/708172/task/708196/stat : 708196 (Timer-0) S 708166 708172 708045 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579118 19566772224 544010 134679101440 94530590425088 94530590428784 140728897929776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94530590436600 94530590437392 94530612269056 140728897938390 140728897938503 140728897938503 140728897945544 0
Current children cumulated CPU time: 1465.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2176040 KiB

[startup+1448.4 s]*
/proc/loadavg: 4.19 4.19 3.39 5/314 709425
/proc/meminfo: memFree=123583256/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: 30

Real time (s): 1448.41
CPU time (s): 1466.24
CPU user time (s): 1464.84
CPU system time (s): 1.40103
CPU usage (%): 101.231
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2176040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1464.84
system time used= 1.40103
maximum resident set size= 2177440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179249
page faults= 2
swaps= 0
block input operations= 752
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61791
involuntary context switches= 5459


# summary of solver processes directly reported to runsolver:
#   pid: 708172
#   total CPU time (s): 1466.24
#   total CPU user time (s): 1464.84
#   total CPU system time (s): 1.40103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.04081 second user time and 7.50845 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-13 14:36:05
IDJOB=4424277
IDBENCH=143597
IDSOLVER=3035
FILE ID=nodeC021/4424277-1720874152
RUNJOBID= nodeC021-1720874164-708056
SLURM_JOB_ID= 7483762
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= 72fe16d1fc7fd28b9f4f62909a70b72d
RANDOM SEED=450756964

nodeC021.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		: 3183.033
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.42
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		: 3240.408
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.23
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		: 3140.018
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.42
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		: 2521.405
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.23
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		: 3199.813
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.42
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		: 2368.859
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.23
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		: 3411.077
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.42
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		: 3516.188
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129548992 kB
MemAvailable:   129707936 kB
Buffers:          320584 kB
Cached:           683344 kB
SwapCached:            0 kB
Active:           453308 kB
Inactive:         958380 kB
Active(anon):       1520 kB
Inactive(anon):   443984 kB
Active(file):     451788 kB
Inactive(file):   514396 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:        407748 kB
Mapped:           114212 kB
Shmem:             37720 kB
KReclaimable:      65168 kB
Slab:             162752 kB
SReclaimable:      65168 kB
SUnreclaim:        97584 kB
KernelStack:        4240 kB
PageTables:        10260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5048024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54496 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:      205524 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC021 at 2024-07-13 15:00:13