Trace number 4427456

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)21 3600.2 3578.9

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_3.opb
MD5SUM8451009eff5aac10a49807ab684bf277
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4321
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
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.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: ASSIGNED
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Armin Biere (Picosat) restarts strategy
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4427456-1720994538.opb
0.13/0.16	c reading problem ... 
0.13/0.17	c  objective function found
0.13/0.19	c ... done. Wall clock time 0.025s.
0.13/0.19	c declared #vars     146
0.13/0.19	c #constraints  12
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 12
0.13/0.19	c 12 constraints processed.
0.13/0.20	c objective function length is 96 literals
0.51/0.35	c SATISFIABLE
0.51/0.35	c OPTIMIZING...
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.189
0.51/0.35	o 1858
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.289
0.69/0.45	o 1818
0.87/0.59	c Got one! Elapsed wall clock time (in seconds):0.427
0.87/0.59	o 1626
1.06/0.66	c Got one! Elapsed wall clock time (in seconds):0.5
1.06/0.66	o 1554
1.24/0.76	c Got one! Elapsed wall clock time (in seconds):0.603
1.24/0.76	o 1427
1.63/0.94	c Got one! Elapsed wall clock time (in seconds):0.779
1.63/0.94	o 1418
1.83/1.05	c Got one! Elapsed wall clock time (in seconds):0.887
1.83/1.05	o 1379
2.03/1.15	c Got one! Elapsed wall clock time (in seconds):0.99
2.03/1.15	o 1365
2.82/1.50	c Got one! Elapsed wall clock time (in seconds):1.343
2.82/1.50	o 1355
3.42/1.88	c Got one! Elapsed wall clock time (in seconds):1.722
3.42/1.88	o 1353
3.61/1.98	c Got one! Elapsed wall clock time (in seconds):1.817
3.61/1.98	o 1308
4.01/2.18	c Got one! Elapsed wall clock time (in seconds):2.021
4.01/2.18	o 1307
4.80/2.53	c Got one! Elapsed wall clock time (in seconds):2.371
4.80/2.53	o 1173
5.95/3.20	c Got one! Elapsed wall clock time (in seconds):3.029
5.95/3.20	o 1171
7.27/4.00	c Got one! Elapsed wall clock time (in seconds):3.839
7.27/4.00	o 1142
7.62/4.22	c Got one! Elapsed wall clock time (in seconds):4.061
7.62/4.22	o 1025
7.82/4.46	c Got one! Elapsed wall clock time (in seconds):4.3
7.82/4.46	o 933
8.33/4.90	c Got one! Elapsed wall clock time (in seconds):4.743
8.33/4.90	o 903
9.03/5.67	c Got one! Elapsed wall clock time (in seconds):5.514
9.03/5.67	o 891
10.31/6.73	c Got one! Elapsed wall clock time (in seconds):6.572
10.31/6.73	o 890
12.38/8.72	c Got one! Elapsed wall clock time (in seconds):8.557
12.38/8.72	o 864
12.58/8.98	c Got one! Elapsed wall clock time (in seconds):8.822
12.58/8.98	o 846
12.88/9.27	c Got one! Elapsed wall clock time (in seconds):9.111
12.88/9.27	o 836
13.28/9.69	c Got one! Elapsed wall clock time (in seconds):9.528
13.28/9.69	o 828
14.10/10.44	c Got one! Elapsed wall clock time (in seconds):10.279
14.10/10.44	o 779
15.15/11.44	c Got one! Elapsed wall clock time (in seconds):11.284
15.15/11.44	o 778
16.81/13.02	c Got one! Elapsed wall clock time (in seconds):12.859
16.81/13.02	o 722
19.79/15.90	c Got one! Elapsed wall clock time (in seconds):15.743
19.79/15.90	o 708
20.08/16.28	c Got one! Elapsed wall clock time (in seconds):16.125
20.08/16.28	o 707
20.39/16.58	c Got one! Elapsed wall clock time (in seconds):16.424
20.39/16.58	o 694
21.09/17.28	c Got one! Elapsed wall clock time (in seconds):17.122
21.09/17.28	o 678
22.32/18.42	c Got one! Elapsed wall clock time (in seconds):18.256
22.32/18.42	o 676
23.51/19.65	c Got one! Elapsed wall clock time (in seconds):19.488
23.51/19.65	o 669
25.85/21.90	c Got one! Elapsed wall clock time (in seconds):21.74
25.85/21.90	o 664
29.05/25.16	c Got one! Elapsed wall clock time (in seconds):25.002
29.05/25.16	o 603
35.49/31.58	c Got one! Elapsed wall clock time (in seconds):31.423
35.49/31.58	o 601
36.10/32.18	c Got one! Elapsed wall clock time (in seconds):32.024
36.10/32.18	o 586
36.93/32.96	c Got one! Elapsed wall clock time (in seconds):32.801
36.93/32.96	o 584
38.14/34.12	c Got one! Elapsed wall clock time (in seconds):33.962
38.14/34.12	o 580
39.77/35.72	c Got one! Elapsed wall clock time (in seconds):35.565
39.77/35.72	o 572
41.07/37.08	c Got one! Elapsed wall clock time (in seconds):36.92
41.07/37.08	o 546
44.40/40.37	c Got one! Elapsed wall clock time (in seconds):40.211
44.40/40.37	o 543
50.18/46.05	c Got one! Elapsed wall clock time (in seconds):45.889
50.18/46.05	o 530
56.09/51.74	c cleaning 8715 clauses out of 17440 with flag 0/17440
56.91/52.42	c Got one! Elapsed wall clock time (in seconds):52.263
56.91/52.42	o 512
61.34/56.85	c Got one! Elapsed wall clock time (in seconds):56.69
61.34/56.85	o 511
61.55/57.09	c Got one! Elapsed wall clock time (in seconds):56.927
61.55/57.09	o 505
63.14/58.47	c Got one! Elapsed wall clock time (in seconds):58.308
63.14/58.47	o 503
63.64/58.95	c Got one! Elapsed wall clock time (in seconds):58.79
63.64/58.95	o 502
65.86/61.17	c Got one! Elapsed wall clock time (in seconds):61.012
65.86/61.17	o 501
69.18/64.48	c Got one! Elapsed wall clock time (in seconds):64.318
69.18/64.48	o 481
71.93/67.18	c cleaning 8139 clauses out of 16284 with flag 0/24999
72.36/67.51	c Got one! Elapsed wall clock time (in seconds):67.355
72.36/67.51	o 476
75.89/71.03	c Got one! Elapsed wall clock time (in seconds):70.867
75.89/71.03	o 475
83.16/78.20	c cleaning 7173 clauses out of 14356 with flag 0/31210
83.56/78.64	c Got one! Elapsed wall clock time (in seconds):78.479
83.56/78.64	o 463
83.66/78.74	c Got one! Elapsed wall clock time (in seconds):78.576
83.66/78.74	o 459
83.76/78.89	c Got one! Elapsed wall clock time (in seconds):78.728
83.76/78.89	o 457
84.07/79.12	c Got one! Elapsed wall clock time (in seconds):78.962
84.07/79.12	o 302
84.56/79.67	c Got one! Elapsed wall clock time (in seconds):79.514
84.56/79.67	o 298
84.76/79.86	c Got one! Elapsed wall clock time (in seconds):79.705
84.76/79.86	o 275
85.69/80.77	c Got one! Elapsed wall clock time (in seconds):80.611
85.69/80.77	o 269
87.52/82.52	c Got one! Elapsed wall clock time (in seconds):82.36
87.52/82.52	o 228
91.11/86.02	c Got one! Elapsed wall clock time (in seconds):85.859
91.11/86.02	o 201
98.42/93.20	c Got one! Elapsed wall clock time (in seconds):93.041
98.42/93.20	o 199
102.56/97.20	c cleaning 8479 clauses out of 16976 with flag 0/41003
104.40/99.04	c Got one! Elapsed wall clock time (in seconds):98.879
104.40/99.04	o 180
109.10/103.69	c cleaning 5601 clauses out of 13960 with flag 0/46466
111.44/105.90	c Got one! Elapsed wall clock time (in seconds):105.741
111.44/105.90	o 179
114.28/108.79	c cleaning 5332 clauses out of 14293 with flag 0/52400
115.28/109.73	c Got one! Elapsed wall clock time (in seconds):109.566
115.28/109.73	o 112
115.92/110.34	c Got one! Elapsed wall clock time (in seconds):110.184
115.92/110.34	o 83
121.10/115.46	c cleaning 5471 clauses out of 15083 with flag 0/58522
127.72/121.93	c Got one! Elapsed wall clock time (in seconds):121.769
127.72/121.93	o 78
129.28/123.44	c cleaning 5237 clauses out of 15086 with flag 0/63996
131.74/125.80	c Got one! Elapsed wall clock time (in seconds):125.641
131.74/125.80	o 76
134.79/128.89	c cleaning 4264 clauses out of 14909 with flag 0/69056
142.24/136.14	c cleaning 4863 clauses out of 16645 with flag 0/75056
142.33/136.25	c Got one! Elapsed wall clock time (in seconds):136.093
142.33/136.25	o 70
146.89/140.74	c Got one! Elapsed wall clock time (in seconds):140.577
146.89/140.74	o 69
151.25/145.05	c Got one! Elapsed wall clock time (in seconds):144.887
151.25/145.05	o 63
153.81/147.53	c cleaning 6528 clauses out of 18747 with flag 0/82021
154.21/147.98	c Got one! Elapsed wall clock time (in seconds):147.82
154.21/147.98	o 57
158.04/151.60	c cleaning 4265 clauses out of 17269 with flag 0/87071
170.10/163.65	c cleaning 5745 clauses out of 19006 with flag 0/93073
204.72/197.82	c cleaning 6833 clauses out of 20261 with flag 0/100073
214.71/207.70	c Got one! Elapsed wall clock time (in seconds):207.538
214.71/207.70	o 53
216.37/209.36	c cleaning 5406 clauses out of 19155 with flag 0/105800
226.73/219.59	c cleaning 5040 clauses out of 19748 with flag 0/111799
234.42/227.14	c cleaning 6253 clauses out of 21708 with flag 0/118799
240.96/233.65	c Got one! Elapsed wall clock time (in seconds):233.491
240.96/233.65	o 52
242.90/235.51	c cleaning 4945 clauses out of 20774 with flag 0/124118
244.61/237.28	c Got one! Elapsed wall clock time (in seconds):237.125
244.61/237.28	o 37
249.78/242.36	c cleaning 4558 clauses out of 21072 with flag 0/129361
265.82/258.38	c cleaning 5746 clauses out of 22515 with flag 0/135362
288.13/280.58	c cleaning 6874 clauses out of 23767 with flag 0/142360
293.63/285.97	c Got one! Elapsed wall clock time (in seconds):285.812
293.63/285.97	o 36
299.37/291.61	c cleaning 5072 clauses out of 22488 with flag 0/147955
307.50/299.60	c cleaning 5277 clauses out of 23416 with flag 0/153955
322.38/314.41	c Got one! Elapsed wall clock time (in seconds):314.248
322.38/314.41	o 27
324.14/316.13	c cleaning 5313 clauses out of 23633 with flag 0/159449
336.06/327.91	c cleaning 5167 clauses out of 24321 with flag 0/165450
348.88/340.67	c cleaning 5842 clauses out of 26154 with flag 0/172450
361.85/353.44	c cleaning 7181 clauses out of 28312 with flag 0/180450
386.84/378.24	c cleaning 8563 clauses out of 30131 with flag 0/189450
403.46/394.67	c Got one! Elapsed wall clock time (in seconds):394.508
403.46/394.67	o 24
422.88/413.85	c cleaning 11050 clauses out of 33390 with flag 0/201272
441.80/432.56	c cleaning 5690 clauses out of 28343 with flag 0/207275
459.13/449.72	c cleaning 6759 clauses out of 29651 with flag 0/214273
491.59/482.10	c cleaning 7681 clauses out of 30893 with flag 0/222274
522.63/512.84	c cleaning 8494 clauses out of 32210 with flag 0/231272
571.18/561.25	c cleaning 9627 clauses out of 33717 with flag 0/241273
640.78/630.66	c cleaning 10751 clauses out of 35089 with flag 0/252272
678.17/667.81	c cleaning 11497 clauses out of 36338 with flag 0/264272
735.52/724.61	c cleaning 12735 clauses out of 37841 with flag 0/277272
818.49/807.10	c cleaning 13567 clauses out of 39107 with flag 0/291273
897.80/886.13	c cleaning 14571 clauses out of 40539 with flag 0/306272
991.09/979.32	c cleaning 15684 clauses out of 41970 with flag 0/322274
1030.40/1018.48	c Got one! Elapsed wall clock time (in seconds):1018.324
1030.40/1018.48	o 22
1055.03/1042.89	c cleaning 10706 clauses out of 37944 with flag 0/333932
1066.07/1053.79	c cleaning 5041 clauses out of 33239 with flag 0/339933
1078.62/1066.13	c cleaning 5838 clauses out of 35197 with flag 0/346932
1112.31/1099.32	c cleaning 7596 clauses out of 37360 with flag 0/354933
1157.21/1144.34	c cleaning 8645 clauses out of 38764 with flag 0/363933
1221.36/1208.61	c cleaning 9624 clauses out of 40118 with flag 0/373932
1293.37/1280.20	c cleaning 10700 clauses out of 41494 with flag 0/384932
1330.41/1316.98	c cleaning 11397 clauses out of 42795 with flag 0/396933
1374.17/1360.32	c cleaning 12356 clauses out of 44398 with flag 0/409933
1430.33/1416.27	c cleaning 13278 clauses out of 46042 with flag 0/423933
1514.16/1499.56	c cleaning 14670 clauses out of 47764 with flag 0/438933
1609.30/1594.03	c cleaning 15556 clauses out of 49093 with flag 0/454932
1802.29/1786.60	c cleaning 16589 clauses out of 50537 with flag 0/471932
1848.75/1832.82	c Got one! Elapsed wall clock time (in seconds):1832.661
1848.75/1832.82	o 21
1882.22/1865.98	c cleaning 15332 clauses out of 50199 with flag 0/488183
1891.86/1875.41	c cleaning 5061 clauses out of 40867 with flag 0/494183
1905.26/1888.61	c cleaning 5868 clauses out of 42806 with flag 0/501183
1921.17/1904.36	c cleaning 6684 clauses out of 44938 with flag 0/509183
1935.84/1918.88	c cleaning 7365 clauses out of 47254 with flag 0/518183
1956.72/1939.55	c cleaning 9160 clauses out of 49889 with flag 0/528183
2036.67/2019.63	c cleaning 10778 clauses out of 51729 with flag 0/539183
2115.66/2098.62	c cleaning 11723 clauses out of 52953 with flag 0/551185
2224.27/2207.29	c cleaning 12715 clauses out of 54228 with flag 0/564183
2337.92/2320.68	c cleaning 13659 clauses out of 55515 with flag 0/578185
2430.41/2412.27	c cleaning 14613 clauses out of 56854 with flag 0/593183
2506.59/2487.97	c cleaning 15558 clauses out of 58242 with flag 0/609184
2609.07/2589.79	c cleaning 16433 clauses out of 59683 with flag 0/626183
2878.32/2858.25	c cleaning 17837 clauses out of 61250 with flag 0/644183
3108.02/3087.24	c cleaning 18578 clauses out of 62415 with flag 0/663185
3264.75/3243.66	c cleaning 19483 clauses out of 63835 with flag 0/683183
3592.24/3571.07	c cleaning 20715 clauses out of 65352 with flag 0/704183
3600.04/3578.81	c starts		: 249
3600.04/3578.81	c conflicts		: 708039
3600.04/3578.81	c decisions		: 959834
3600.04/3578.81	c propagations		: 5147766
3600.04/3578.81	c inspects		: 2090421659
3600.04/3578.81	c shortcuts		: 0
3600.04/3578.81	c learnt literals	: 0
3600.04/3578.81	c learnt binary clauses	: 0
3600.04/3578.81	c learnt ternary clauses	: 0
3600.04/3578.81	c learnt constraints	: 708039
3600.04/3578.81	c ignored constraints	: 0
3600.04/3578.81	c root simplifications	: 0
3600.04/3578.81	c removed literals (reason simplification)	: 0
3600.04/3578.81	c reason swapping (by a shorter reason)	: 0
3600.04/3578.81	c Calls to reduceDB	: 70
3600.04/3578.81	c Number of update (reduction) of LBD	: 0
3600.04/3578.81	c Imported unit clauses	: 0
3600.04/3578.81	c No decision after first conflict	: false
3600.04/3578.81	c number of reductions to clauses (during analyze)	: 0
3600.04/3578.81	c number of learned constraints concerned by reduction	: 0
3600.04/3578.81	c number of learning phase by resolution	: 0
3600.04/3578.81	c number of learning phase by cutting planes	: 0
3600.04/3578.81	c number of rounding to 1 operations	: 3772840
3600.04/3578.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3578.81	c number of reductions of the coefficients by power 2 	: 0
3600.04/3578.81	c number of right shift for reduction by power 2 	: 0
3600.04/3578.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3578.81	c number of ending skipping 	: 0
3600.04/3578.81	c number of internal skipping 	: 0
3600.04/3578.81	c number of derivation steps 	: 2661471
3600.04/3578.81	c number of skipped derivation steps 	: 0
3600.04/3578.81	c number of remaining unassigned 	: 823696
3600.04/3578.81	c number of remaining assigned 	: 99830206
3600.04/3578.81	c number of falsified literals weakened from reason	: 0
3600.04/3578.81	c number of falsified literals weakened from conflict	: 0
3600.04/3578.81	c time for arithmetic operations	: 5172687369
3600.04/3578.82	c minimum degree of deleted constraints	: 4
3600.04/3578.82	c maximum degree of deleted constraints	: 603793318
3600.04/3578.82	c number of deleted constraints	: 659546
3600.04/3578.82	c speed (assignments/second)	: 1438.4787647074932
3600.04/3578.82	c non guided choices	: 1754
3600.04/3578.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18215
3600.04/3578.87	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30278
3600.04/3578.87	s SATISFIABLE
3600.04/3578.87	c Found 80 solution(s)
3600.04/3578.87	v -x1 x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 x102 x103 x104 x105 -x106 x107 -x108 x109 -x110 -x111 -x112 x113 x114 x115 x116 x117 -x118 -x119 -x120 -x121 x122 -x123 x124 x125 -x126 x127 -x128 -x129 x130 x131 x132 x133 x134 x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 x146 
3600.04/3578.87	c objective function=21
3600.04/3578.87	c Total wall clock time (in seconds): 3578.712

Verifier Data

OK	21

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=771534, runsolver pid=771531

[startup+0.102218 s]*
/proc/loadavg: 0.15 0.13 0.09 9/329 771552
/proc/meminfo: memFree=123075864/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=18975048 memory=62524 CPUtime=0.13 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 7193 0 0 0 11 2 0 0 20 0 18 0 151618800 19430449152 15631 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4743762 15631 5535 1 0 549325 0
[pid=771534/tid=771536] ppid=771531 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 1077936192 5738 0 0 0 7 1 0 0 20 0 18 0 151618800 19430449152 15631 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151618803 19430449152 15631 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151618803 19430449152 15631 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62524 KiB

[startup+0.210598 s]*
/proc/loadavg: 1.10 0.33 0.16 12/331 771554
/proc/meminfo: memFree=123063528/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19041612 memory=70596 CPUtime=0.33 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 7898 0 0 0 30 3 0 0 20 0 19 0 151618800 19498610688 17649 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4760403 17649 5859 1 0 550085 0
[pid=771534/tid=771536] ppid=771531 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 6145 0 0 0 17 1 0 0 20 0 19 0 151618800 19498610688 17649 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19041612 memory=5714 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618803 19498610688 17649 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19041612 memory=15252649461155485 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618803 19498610688 17649 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (java) R 771531 771534 771208 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 151618820 19498610688 17649 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70596 KiB

[startup+0.308952 s]*
/proc/loadavg: 1.10 0.33 0.16 7/331 771554
/proc/meminfo: memFree=123043096/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19041612 memory=89916 CPUtime=0.51 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 8582 0 0 0 48 3 0 0 20 0 19 0 151618800 19498610688 22479 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4760403 22479 5859 1 0 550390 0
[pid=771534/tid=771536] ppid=771531 vsize=19041612 memory=-9104701108652516028 CPUtime=0.28 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 6184 0 0 0 26 2 0 0 20 0 19 0 151618800 19498610688 22479 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618803 19498610688 22479 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618803 19498610688 22479 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151618820 19498610688 22479 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89916 KiB

[startup+0.70026 s]
/proc/loadavg: 1.10 0.33 0.16 6/331 771554
/proc/meminfo: memFree=122270412/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=169620 CPUtime=1.24 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 11962 0 0 0 118 6 0 0 20 0 20 0 151618800 19566772224 42405 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 42405 5859 1 0 552266 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=39236 CPUtime=0.57 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 6227 0 0 0 54 3 0 0 20 0 20 0 151618800 19566772224 42405 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 42405 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 42405 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=39380 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 42405 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 169620 KiB

[startup+1.5006 s]
/proc/loadavg: 1.10 0.33 0.16 6/332 771555
/proc/meminfo: memFree=122230112/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=312264 CPUtime=2.82 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 23530 0 0 0 272 10 0 0 20 0 20 0 151618800 19566772224 78066 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 78066 5875 1 0 558807 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=12952 CPUtime=1.34 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 6958 0 0 0 129 5 0 0 20 0 20 0 151618800 19566772224 78066 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 78066 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 78066 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=39380 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 78066 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 312264 KiB

[startup+3.1066 s]
/proc/loadavg: 1.10 0.33 0.16 6/332 771555
/proc/meminfo: memFree=121652852/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=819144 CPUtime=5.95 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 28853 0 0 0 573 22 0 0 20 0 20 0 151618800 19566772224 204786 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 204786 5891 1 0 666500 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=0 CPUtime=2.9 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 8014 0 0 0 274 16 0 0 20 0 20 0 151618800 19566772224 204786 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=-9104701108652516028 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 204786 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 204786 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 204786 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 819144 KiB

[startup+6.3106 s]
/proc/loadavg: 1.33 0.39 0.18 5/332 771557
/proc/meminfo: memFree=120031332/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=1189484 CPUtime=9.79 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 29212 0 0 0 950 29 0 0 20 0 20 0 151618800 19566772224 297371 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 297371 5922 1 0 666517 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=12952 CPUtime=6.05 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 8210 0 0 0 583 22 0 0 20 0 20 0 151618800 19566772224 297371 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 297371 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 297371 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=347700 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 297371 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 9.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1189484 KiB

[startup+12.7003 s]
/proc/loadavg: 1.79 0.50 0.22 5/334 771559
/proc/meminfo: memFree=118208936/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=1615928 CPUtime=16.5 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 34431 0 0 0 1613 37 0 0 20 0 20 0 151618800 19566772224 403982 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 403982 5922 1 0 666521 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=347700 CPUtime=12.32 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 10660 0 0 0 1203 29 0 0 20 0 20 0 151618800 19566772224 403982 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=1611476 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 403982 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=1189484 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 403982 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 403982 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 16.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1615928 KiB

[startup+25.5003 s]
/proc/loadavg: 2.21 0.63 0.26 6/334 771562
/proc/meminfo: memFree=117746292/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=1638516 CPUtime=29.44 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 38737 0 0 0 2905 39 0 0 20 0 20 0 151618800 19566772224 409629 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 409629 5922 1 0 666521 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=5544 CPUtime=24.92 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 12802 0 0 0 2463 29 0 0 20 0 20 0 151618800 19566772224 409629 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 409629 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=1636444 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 409629 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 409629 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 29.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1638516 KiB

[startup+51.1056 s]
/proc/loadavg: 3.17 1.02 0.40 5/334 771566
/proc/meminfo: memFree=112416944/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=1685680 CPUtime=55.31 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 42702 0 0 0 5490 41 0 0 20 0 20 0 151618800 19566772224 421420 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0

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

/proc/meminfo: memFree=115336412/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=3130432 CPUtime=3183.08 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 290742 0 0 0 318081 227 0 0 20 0 20 0 151618800 19566772224 782608 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 782608 5950 1 0 794463 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=3130424 CPUtime=3114.6 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 152233 0 0 0 311397 63 0 0 20 0 20 0 151618800 19566772224 782608 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 40 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=3130428 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782608 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=3130432 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 3209 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782608 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=3130432 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 782608 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 3183.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3130432 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.32 4.64 5/332 773804
/proc/meminfo: memFree=115336336/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=3130484 CPUtime=3243.41 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 292030 0 0 0 324110 231 0 0 20 0 20 0 151618800 19566772224 782621 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 782621 5950 1 0 794463 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=3130428 CPUtime=3173.7 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 153162 0 0 0 317306 64 0 0 20 0 20 0 151618800 19566772224 782621 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 40 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=3130452 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782621 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 3289 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782621 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=-9104701108652516028 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 782621 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 3243.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3130484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.30 4.61 5/332 773814
/proc/meminfo: memFree=115333204/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=3130512 CPUtime=3303.61 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 295946 0 0 0 330127 234 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 782628 5950 1 0 794463 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=3130512 CPUtime=3232.89 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 155719 0 0 0 323225 64 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 49 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=3130512 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=3130512 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 3289 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 3303.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3130512 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.25 4.58 5/334 773996
/proc/meminfo: memFree=115329884/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=3130512 CPUtime=3363.66 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 299768 0 0 0 336129 237 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 782628 5950 1 0 794463 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=1816 CPUtime=3292.04 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 157818 0 0 0 329140 64 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=3130512 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 3338 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=2204 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 3363.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3130512 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.24 4.55 5/335 774007
/proc/meminfo: memFree=115329376/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=3130512 CPUtime=3423.74 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 300797 0 0 0 342135 239 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 782628 5950 1 0 794463 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=3130512 CPUtime=3351.5 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 158647 0 0 0 335085 65 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 55 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=3130512 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=1980 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 3436 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=3130512 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 3423.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3130512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.21 4.52 5/335 774018
/proc/meminfo: memFree=115322140/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=3130512 CPUtime=3483.77 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 304321 0 0 0 348135 242 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 782628 5950 1 0 794463 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=3130512 CPUtime=3410.97 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 160653 0 0 0 341032 65 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 58 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=5432 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=5432 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 3533 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=343908 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 3483.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3130512 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.18 4.49 5/335 774046
/proc/meminfo: memFree=115321352/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=3130512 CPUtime=3543.56 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 307626 0 0 0 354110 246 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 782628 5950 1 0 794463 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=2280 CPUtime=3470.21 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 162949 0 0 0 346956 65 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=3130512 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 3533 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=3130512 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 3543.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3130512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.8 s]
/proc/loadavg: 4.63 4.29 4.51 5/335 774191
/proc/meminfo: memFree=118551096/131524600 swapFree=131071996/131071996
[pid=771534] ppid=771531 vsize=19108176 memory=3130512 CPUtime=3600.04 cores=4,6
/proc/771534/stat : 771534 (java) S 771531 771534 771208 0 -1 1077936128 309034 0 0 0 359756 248 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
/proc/771534/statm: 4777044 782628 5950 1 0 794463 0
[pid=771534/tid=771536] ppid=771531 vsize=19108176 memory=8236 CPUtime=3526.23 cores=4,6
/proc/771534/task/771536/stat : 771536 (java) R 771531 771534 771208 0 -1 4194368 164149 0 0 0 352557 66 0 0 20 0 20 0 151618800 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 58 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771545] ppid=771531 vsize=19108176 memory=3456 CPUtime=0 cores=4,6
/proc/771534/task/771545/stat : 771545 (Finalizer) S 771531 771534 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771552] ppid=771531 vsize=19108176 memory=2200 CPUtime=0 cores=4,6
/proc/771534/task/771552/stat : 771552 (Common-Cleaner) S 771531 771534 771208 0 -1 1077936192 3631 0 0 0 0 0 0 0 20 0 20 0 151618803 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
[pid=771534/tid=771553] ppid=771531 vsize=19108176 memory=1620 CPUtime=0 cores=4,6
/proc/771534/task/771553/stat : 771553 (Timer-0) S 771531 771534 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618820 19566772224 782628 134679101440 94127785185280 94127785188976 140731056990432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127785196792 94127785197584 94127795126272 140731056997360 140731056997473 140731056997473 140731057004488 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3130512 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.7 s, system=2.50207 s

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

Child status: 143

Real time (s): 3578.9
CPU time (s): 3600.2
CPU user time (s): 3597.7
CPU system time (s): 2.50207
CPU usage (%): 100.595
Max. virtual memory (cumulated for all children) (KiB): 19110584
Max. memory (cumulated for all children) (KiB): 3130512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.7
system time used= 2.50207
maximum resident set size= 3132184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312535
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137349
involuntary context switches= 13331


# summary of solver processes directly reported to runsolver:
#   pid: 771534
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.7
#   total CPU system time (s): 2.50207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.57234 second user time and 18.8002 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-15 00:02:31
IDJOB=4427456
IDBENCH=147612
IDSOLVER=3046
FILE ID=nodeC023/4427456-1720994538
RUNJOBID= nodeC023-1720994549-771219
SLURM_JOB_ID= 7505317
Free space on /tmp= 890048 MiB

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

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

MD5SUM BENCH= 8451009eff5aac10a49807ab684bf277
RANDOM SEED=895933221

nodeC023.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		: 3613.459
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123689448 kB
MemAvailable:   124802028 kB
Buffers:          342540 kB
Cached:          1600848 kB
SwapCached:            0 kB
Active:           565888 kB
Inactive:        6654024 kB
Active(anon):       1580 kB
Inactive(anon):  5312656 kB
Active(file):     564308 kB
Inactive(file):  1341368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             37788 kB
Writeback:             0 kB
AnonPages:       5276644 kB
Mapped:           122808 kB
Shmem:             37720 kB
KReclaimable:      93452 kB
Slab:             197536 kB
SReclaimable:      93452 kB
SUnreclaim:       104084 kB
KernelStack:        5072 kB
PageTables:        20128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11499080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58112 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4788224 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-15 01:02:10