Trace number 4532555

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
roundingsat+pbsuma-opt-log 0f876b3? (exit code) 3580.44 3609.67

General information on the benchmark

NamePB24/normalized-PB11/
OPT-LIN/heinz/normalized-n3div36.opb
MD5SUM807b13cda1d33b90eacd528b5f94ca03
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark654
Best CPU time to get the best result obtained on this benchmark526.427
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22120
Total number of constraints4484
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)4424
Number of constraints which are nor clauses,nor cardinality constraints58
Minimum length of a constraint5
Maximum length of a constraint10890
Number of terms in the objective function 22120
Biggest coefficient in the objective function 554
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3240754
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 554
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3240754
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4532555-1752683054.opb'
0.00/0.06	c 	read 3.55MB  (42.92ms)
0.00/0.06	c	 [cnf: #variables 22120 #clauses 4454 #duplicates 31 #arr 200515]
0.00/0.06	c output proof to '/tmp/proof-4532555-1752683054'
0.00/0.06	c 
0.00/0.06	c make graph and approximate orbits
0.07/0.12	c	 [group: #orbits ~= 0] (59.73ms)
0.07/0.12	c 
0.07/0.12	c detect special group actions
0.07/0.12	c 	probe for Johnson action (limit=64)
0.07/0.12	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.07/0.13	c 	probe for row symmetry (limit=64, splits=16.78M)
0.07/0.13	c 	 (7.61ms)
0.07/0.13	c 
0.07/0.13	c detect symmetries on remainder
0.07/0.13	c 	[graph: #vertices 170657 #edges 689196]
0.07/0.13	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.07/0.14	c 	 [group: #symmetries 1.00*10^0 #generators 0] (10.73ms)
0.07/0.14	c 
0.07/0.14	c finalize break order and special generators
0.07/0.14	c 
0.07/0.14	c generation finished
0.07/0.14	c 	[sbp: #constraints 0 #add_vars 0]
0.07/0.14	c 
0.07/0.14	c write result to 'HOME/instance-4532555-1752683054.opb.pre'
0.07/0.15	c 	wrote 1.99MB (4.49ms)
0.07/0.15	c ------------------------------------------------------------------
0.07/0.15	c                  59.73ms 46.48% approx_orbits
0.07/0.15	c                  42.92ms 33.40% parse
0.07/0.15	c                  10.73ms  8.35% detect_generic
0.07/0.15	c                   7.61ms  5.92% detect_special
0.07/0.15	c                   4.49ms  3.50% output
0.07/0.15	c                   2.17ms  1.69% other
0.07/0.15	c                   0.85ms  0.66% finalize_order
0.07/0.15	c         ───────────────────────────────────────────────
0.07/0.15	c                 128.50ms   100% total
0.07/0.15	c ------------------------------------------------------------------
0.07/0.16	c RoundingSat 2
0.07/0.16	c branch pb25
0.07/0.16	c commit 0f876b3
0.15/0.27	c #variables 22120 #constraints 4453
0.15/0.27	c objective is ce32 
0.15/0.27	c initial watched  CF 32, 64, 128, Arb: 28 , 0 , 0 , 0
0.15/0.27	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.15/0.27	c bounds - >= 0 @ 0.092881
0.54/0.65	c rational objective 571.667
3.93/4.06	c bounds 1100 >= 0 @ 3.80065
3.93/4.08	c bounds 1064 >= 0 @ 3.81148
4.04/4.12	c bounds 1061 >= 0 @ 3.83218
5.72/5.87	c bounds 1048 >= 0 @ 5.53069
5.82/5.91	c bounds 1047 >= 0 @ 5.55596
60.38/60.68	c #Conflicts:       1000 | #Constraints:       5480
60.38/60.68	c #Conflicts:       2000 | #Constraints:       6510
60.38/60.68	c INPROCESSING
60.38/60.68	c GARBAGE COLLECT
60.38/60.68	c rational objective 571.667
70.25/70.57	c bounds 1011 >= 0 @ 68.4811
70.65/70.97	c bounds 1002 >= 0 @ 68.865
70.76/71.07	c bounds 990 >= 0 @ 68.9503
70.86/71.17	c bounds 987 >= 0 @ 69.038
71.45/71.71	c bounds 986 >= 0 @ 69.5362
101.47/101.83	c #Conflicts:       3000 | #Constraints:       6513
101.47/101.83	c bounds 963 >= 0 @ 99.058
132.00/132.43	c #Conflicts:       4000 | #Constraints:       7557
132.00/132.43	c INPROCESSING
132.00/132.43	c GARBAGE COLLECT
132.00/132.43	c rational objective 572.262
154.44/154.97	c bounds 960 >= 0 @ 151.076
154.55/155.09	c bounds 957 >= 0 @ 151.184
156.24/156.76	c bounds 954 >= 0 @ 152.828
293.58/294.46	c #Conflicts:       5000 | #Constraints:       7014
293.58/294.46	c #Conflicts:       6000 | #Constraints:       8071
293.58/294.46	c INPROCESSING
293.58/294.46	c GARBAGE COLLECT
293.58/294.46	c #Conflicts:       7000 | #Constraints:       7168
293.58/294.46	c #Conflicts:       8000 | #Constraints:       8337
293.58/294.46	c bounds 948 >= 0 @ 287.985
293.88/294.73	c bounds 947 >= 0 @ 288.245
325.41/326.38	c #Conflicts:       9000 | #Constraints:       9380
325.41/326.38	c INPROCESSING
325.41/326.38	c GARBAGE COLLECT
325.41/326.38	c rational objective 572.262
420.56/421.76	c #Conflicts:      10000 | #Constraints:       7846
420.56/421.76	c #Conflicts:      11000 | #Constraints:       8877
420.56/421.76	c #Conflicts:      12000 | #Constraints:       9916
420.56/421.76	c INPROCESSING
420.56/421.76	c GARBAGE COLLECT
420.56/421.76	c rational objective 572.262
431.03/432.21	c bounds 944 >= 0 @ 422.794
431.73/432.97	c bounds 941 >= 0 @ 423.531
436.12/437.37	c bounds 940 >= 0 @ 427.841
436.33/437.59	c bounds 939 >= 0 @ 428.053
438.92/440.12	c bounds 936 >= 0 @ 430.504
441.21/442.44	c bounds 933 >= 0 @ 432.781
441.51/442.79	c bounds 930 >= 0 @ 433.107
441.71/442.92	c bounds 928 >= 0 @ 433.222
441.91/443.16	c bounds 927 >= 0 @ 433.449
548.24/549.78	c #Conflicts:      13000 | #Constraints:       8237
548.24/549.78	c #Conflicts:      14000 | #Constraints:       9296
548.24/549.78	c #Conflicts:      15000 | #Constraints:      10495
548.24/549.78	c INPROCESSING
548.24/549.78	c GARBAGE COLLECT
548.24/549.78	c rational objective 572.262
669.43/671.20	c #Conflicts:      16000 | #Constraints:       8570
669.43/671.20	c #Conflicts:      17000 | #Constraints:       9591
669.43/671.20	c #Conflicts:      18000 | #Constraints:      10618
669.43/671.20	c INPROCESSING
669.43/671.20	c GARBAGE COLLECT
669.43/671.20	c rational objective 572.262
786.73/788.80	c #Conflicts:      19000 | #Constraints:       8472
786.73/788.80	c #Conflicts:      20000 | #Constraints:       9499
786.73/788.80	c #Conflicts:      21000 | #Constraints:      10529
786.73/788.80	c INPROCESSING
786.73/788.80	c GARBAGE COLLECT
786.73/788.80	c rational objective 572.262
833.11/835.33	c #Conflicts:      22000 | #Constraints:       8217
833.11/835.33	c bounds 926 >= 0 @ 818.038
918.28/920.73	c #Conflicts:      23000 | #Constraints:       9246
918.28/920.73	c #Conflicts:      24000 | #Constraints:      10282
918.28/920.73	c #Conflicts:      25000 | #Constraints:      11320
918.28/920.73	c INPROCESSING
918.28/920.73	c GARBAGE COLLECT
918.28/920.73	c rational objective 572.262
923.77/926.26	c bounds 925 >= 0 @ 906.994
923.87/926.35	c bounds 924 >= 0 @ 907.071
1046.05/1048.89	c #Conflicts:      26000 | #Constraints:       8894
1046.05/1048.89	c #Conflicts:      27000 | #Constraints:       9946
1046.05/1048.89	c bounds 916 >= 0 @ 1027.29
1046.36/1049.14	c bounds 898 >= 0 @ 1027.53
1121.47/1124.45	c #Conflicts:      28000 | #Constraints:      11340
1121.47/1124.45	c #Conflicts:      29000 | #Constraints:      12457
1121.47/1124.45	c INPROCESSING
1121.47/1124.45	c GARBAGE COLLECT
1121.47/1124.45	c rational objective 572.262
1264.81/1268.14	c #Conflicts:      30000 | #Constraints:       9494
1264.81/1268.14	c #Conflicts:      31000 | #Constraints:      10525
1264.81/1268.14	c #Conflicts:      32000 | #Constraints:      11560
1264.81/1268.14	c #Conflicts:      33000 | #Constraints:      12580
1264.81/1268.14	c INPROCESSING
1264.81/1268.14	c GARBAGE COLLECT
1264.81/1268.14	c rational objective 572.262
1271.98/1275.34	c bounds 867 >= 0 @ 1249.37
1277.08/1280.45	c bounds 864 >= 0 @ 1254.34
1288.85/1292.28	c bounds 863 >= 0 @ 1265.95
1326.95/1330.49	c #Conflicts:      34000 | #Constraints:       9561
1326.95/1330.49	c bounds 854 >= 0 @ 1303.35
1448.24/1452.03	c #Conflicts:      35000 | #Constraints:      10637
1448.24/1452.03	c #Conflicts:      36000 | #Constraints:      11717
1448.24/1452.03	c #Conflicts:      37000 | #Constraints:      13021
1448.24/1452.03	c INPROCESSING
1448.24/1452.03	c GARBAGE COLLECT
1448.24/1452.03	c rational objective 572.262
1624.48/1628.79	c #Conflicts:      38000 | #Constraints:       9732
1624.48/1628.79	c #Conflicts:      39000 | #Constraints:      10756
1624.48/1628.79	c #Conflicts:      40000 | #Constraints:      11769
1624.48/1628.79	c #Conflicts:      41000 | #Constraints:      12778
1624.48/1628.79	c INPROCESSING
1624.48/1628.79	c GARBAGE COLLECT
1624.48/1628.79	c rational objective 572.262
1687.81/1692.23	c #Conflicts:      42000 | #Constraints:       9351
1687.81/1692.23	c #Conflicts:      43000 | #Constraints:      10391
1687.81/1692.23	c bounds 851 >= 0 @ 1657.21
1696.20/1700.62	c bounds 842 >= 0 @ 1665.4
1697.19/1701.65	c bounds 841 >= 0 @ 1666.41
1811.41/1816.17	c #Conflicts:      44000 | #Constraints:      11419
1811.41/1816.17	c #Conflicts:      45000 | #Constraints:      12436
1811.41/1816.17	c #Conflicts:      46000 | #Constraints:      13468
1811.41/1816.17	c INPROCESSING
1811.41/1816.17	c GARBAGE COLLECT
1811.41/1816.17	c rational objective 572.262
1925.71/1930.73	c #Conflicts:      47000 | #Constraints:       9889
1925.71/1930.73	c #Conflicts:      48000 | #Constraints:      10908
1925.71/1930.73	c bounds 827 >= 0 @ 1889.98
2017.79/2023.00	c #Conflicts:      49000 | #Constraints:      11931
2017.79/2023.00	c #Conflicts:      50000 | #Constraints:      12962
2017.79/2023.00	c #Conflicts:      51000 | #Constraints:      13984
2017.79/2023.00	c INPROCESSING
2017.79/2023.00	c GARBAGE COLLECT
2017.79/2023.00	c rational objective 572.282
2243.64/2249.51	c #Conflicts:      52000 | #Constraints:      10262
2243.64/2249.51	c #Conflicts:      53000 | #Constraints:      11272
2243.64/2249.51	c #Conflicts:      54000 | #Constraints:      12475
2243.64/2249.51	c #Conflicts:      55000 | #Constraints:      13506
2243.64/2249.51	c #Conflicts:      56000 | #Constraints:      14530
2243.64/2249.51	c INPROCESSING
2243.64/2249.51	c GARBAGE COLLECT
2243.64/2249.51	c rational objective 572.282
2253.12/2259.07	c bounds 824 >= 0 @ 2210.22
2305.88/2311.91	c #Conflicts:      57000 | #Constraints:      10675
2305.88/2311.91	c bounds 821 >= 0 @ 2261.93
2384.88/2391.19	c #Conflicts:      58000 | #Constraints:      11713
2384.88/2391.19	c #Conflicts:      59000 | #Constraints:      12724
2384.88/2391.19	c bounds 818 >= 0 @ 2339.67
2490.22/2496.74	c #Conflicts:      60000 | #Constraints:      13753
2490.22/2496.74	c #Conflicts:      61000 | #Constraints:      14758
2490.22/2496.74	c INPROCESSING
2490.22/2496.74	c GARBAGE COLLECT
2490.22/2496.74	c rational objective 572.282
2569.42/2576.15	c #Conflicts:      62000 | #Constraints:      10534
2569.42/2576.15	c bounds 816 >= 0 @ 2521.04
2715.94/2723.08	c #Conflicts:      63000 | #Constraints:      11547
2715.94/2723.08	c #Conflicts:      64000 | #Constraints:      12561
2715.94/2723.08	c #Conflicts:      65000 | #Constraints:      13596
2715.94/2723.08	c #Conflicts:      66000 | #Constraints:      14622
2715.94/2723.08	c INPROCESSING
2715.94/2723.08	c GARBAGE COLLECT
2715.94/2723.08	c rational objective 572.282
2834.23/2841.63	c #Conflicts:      67000 | #Constraints:      10272
2834.23/2841.63	c #Conflicts:      68000 | #Constraints:      11300
2834.23/2841.63	c #Conflicts:      69000 | #Constraints:      12318
2834.23/2841.63	c bounds 813 >= 0 @ 2780.71
2951.55/2959.27	c #Conflicts:      70000 | #Constraints:      13338
2951.55/2959.27	c #Conflicts:      71000 | #Constraints:      14359
2951.55/2959.27	c #Conflicts:      72000 | #Constraints:      15374
2951.55/2959.27	c INPROCESSING
2951.55/2959.27	c GARBAGE COLLECT
2951.55/2959.27	c rational objective 572.282
3239.11/3247.53	c #Conflicts:      73000 | #Constraints:      10909
3239.11/3247.53	c #Conflicts:      74000 | #Constraints:      12056
3239.11/3247.53	c #Conflicts:      75000 | #Constraints:      13103
3239.11/3247.53	c #Conflicts:      76000 | #Constraints:      14119
3239.11/3247.53	c #Conflicts:      77000 | #Constraints:      15136
3239.11/3247.53	c #Conflicts:      78000 | #Constraints:      16151
3239.11/3247.53	c INPROCESSING
3239.11/3247.53	c GARBAGE COLLECT
3239.11/3247.53	c rational objective 572.282
3476.00/3485.04	c #Conflicts:      79000 | #Constraints:      11400
3476.00/3485.04	c #Conflicts:      80000 | #Constraints:      12501
3476.00/3485.04	c #Conflicts:      81000 | #Constraints:      13526
3476.00/3485.04	c #Conflicts:      82000 | #Constraints:      14537
3476.00/3485.04	c #Conflicts:      83000 | #Constraints:      15543
3476.00/3485.04	c #Conflicts:      84000 | #Constraints:      16557
3476.00/3485.04	c INPROCESSING
3476.00/3485.04	c GARBAGE COLLECT
3476.00/3485.04	c rational objective 572.282
3580.39/3609.67	HOME/run-opt-break-log.sh: line 3: 143275 File size limit exceeded(core dumped) ./roundingsat "$1" --lp-maxconstr=1000000 --preprocessed-input="$1.pre" --proof-log="$2"

Verifier Data

ERROR: no interpretation found !

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: 63708 MiB (49765 MiB free)
  memory of node 1: 64465 MiB (51735 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532555-1752683054/watcher-4532555-1752683054 -o /tmp/evaluation-result-4532555-1752683054/solver-4532555-1752683054 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1752683054-143211 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532555-1752683054.opb /tmp/proof-4532555-1752683054 

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=143255, runsolver pid=143250

[startup+0.100066 s]*
/proc/loadavg: 0.46 0.17 0.12 5/269 143274
/proc/meminfo: memFree=103857348/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143265] ppid=143255 vsize=51908 memory=36040 CPUtime=0.07 cores=4,6
/proc/143265/stat : 143265 (pbsuma) R 143255 143255 143088 0 -1 4194304 8343 0 0 0 6 1 0 0 20 0 1 0 183982953 53153792 9010 18446744073709551615 4210688 4653049 140736806853200 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 21594112 140736806861063 140736806861360 140736806861360 140736806866927 0
/proc/143265/statm: 12977 9010 1024 108 0 10385 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 56100 KiB
Current children cumulated memory: 38984 KiB

[startup+0.20573 s]*
/proc/loadavg: 0.46 0.17 0.12 5/269 143276
/proc/meminfo: memFree=103862192/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=62216 memory=16920 CPUtime=0.04 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 2958 0 0 0 4 0 0 0 20 0 1 0 183982967 63709184 4230 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 15554 4230 1920 1147 0 2980 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 66408 KiB
Current children cumulated memory: 19864 KiB

[startup+0.305685 s]*
/proc/loadavg: 0.46 0.17 0.12 5/269 143276
/proc/meminfo: memFree=103808760/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=87548 memory=43044 CPUtime=0.13 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 7818 0 0 0 12 1 0 0 20 0 1 0 183982967 89649152 10761 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 21887 10761 2272 1147 0 9313 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 91740 KiB
Current children cumulated memory: 45988 KiB

[startup+0.700217 s]
/proc/loadavg: 0.46 0.17 0.12 5/269 143276
/proc/meminfo: memFree=103779228/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=87548 memory=43172 CPUtime=0.53 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 7820 0 0 0 51 2 0 0 20 0 1 0 183982967 89649152 10793 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 21887 10793 2304 1147 0 9313 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 91740 KiB
Current children cumulated memory: 46116 KiB

[startup+1.50019 s]
/proc/loadavg: 0.46 0.17 0.12 5/268 143277
/proc/meminfo: memFree=103728596/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=107188 memory=59556 CPUtime=1.32 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 11912 0 0 0 130 2 0 0 20 0 1 0 183982967 109760512 14889 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 26797 14889 2304 1147 0 14223 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 111380 KiB
Current children cumulated memory: 62500 KiB

[startup+3.10543 s]
/proc/loadavg: 0.46 0.17 0.12 5/268 143277
/proc/meminfo: memFree=103494288/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=187600 memory=123556 CPUtime=2.93 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 27919 0 0 0 287 6 0 0 20 0 1 0 183982967 192102400 30889 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 46900 30889 2304 1147 0 34326 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 191792 KiB
Current children cumulated memory: 126500 KiB

[startup+6.30019 s]
/proc/loadavg: 0.74 0.23 0.14 5/268 143277
/proc/meminfo: memFree=103276196/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=221404 memory=162164 CPUtime=6.11 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 37156 0 0 0 590 21 0 0 20 0 1 0 183982967 226717696 40541 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 55351 40541 2336 1147 0 42777 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 225596 KiB
Current children cumulated memory: 165108 KiB

[startup+12.7002 s]
/proc/loadavg: 1.08 0.31 0.16 5/268 143277
/proc/meminfo: memFree=102838852/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=341648 memory=282592 CPUtime=12.5 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 60616 0 0 0 1209 41 0 0 20 0 1 0 183982967 349847552 70648 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 85412 70648 2336 1147 0 72838 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 345840 KiB
Current children cumulated memory: 285536 KiB

[startup+25.5002 s]
/proc/loadavg: 1.73 0.50 0.23 5/268 143277
/proc/meminfo: memFree=101996304/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=572292 memory=475692 CPUtime=25.26 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 97679 0 0 0 2454 72 0 0 20 0 1 0 183982967 586027008 118923 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 143073 118923 2336 1147 0 130499 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 576484 KiB
Current children cumulated memory: 478636 KiB

[startup+51.1055 s]
/proc/loadavg: 2.65 0.81 0.34 5/267 143277
/proc/meminfo: memFree=100497312/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=906260 memory=800820 CPUtime=50.8 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 157996 0 0 0 4939 141 0 0 20 0 1 0 183982967 928010240 200205 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 226565 200205 2336 1147 0 213991 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 910452 KiB
Current children cumulated memory: 803764 KiB

[startup+102.3 s]
/proc/loadavg: 3.58 1.35 0.55 5/272 143284
/proc/meminfo: memFree=98005204/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=1340800 memory=1153528 CPUtime=101.86 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 228852 0 0 0 9950 236 0 0 20 0 1 0 183982967 1372979200 288382 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 335200 288382 2336 1147 0 322626 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 1344992 KiB
Current children cumulated memory: 1156472 KiB

[startup+162.3 s]
/proc/loadavg: 4.28 1.95 0.80 5/273 143287
/proc/meminfo: memFree=94818616/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=1580732 memory=1469368 CPUtime=161.71 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 286368 0 0 0 15826 345 0 0 20 0 1 0 183982967 1618669568 367342 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 395183 367342 2336 1147 0 382609 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1584924 KiB
Current children cumulated memory: 1472312 KiB

[startup+222.3 s]
/proc/loadavg: 4.45 2.41 1.04 5/273 143289
/proc/meminfo: memFree=91091736/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=1917480 memory=1703916 CPUtime=221.56 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 323577 0 0 0 21706 450 0 0 20 0 1 0 183982967 1963499520 425979 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 479370 425979 2336 1147 0 466796 0
Current children cumulated CPU time: 221.67 s

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

/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 1915686 0 0 0 333059 6283 0 0 20 0 1 0 183982967 5383929856 1173856 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 1314436 1173856 2336 1147 0 1301862 0
Current children cumulated CPU time: 3393.53 s
Current children cumulated vsize: 5261936 KiB
Current children cumulated memory: 4698368 KiB

[startup+3462.3 s]
/proc/loadavg: 4.46 4.51 4.45 5/271 143474
/proc/meminfo: memFree=924716/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5333496 memory=4777216 CPUtime=3453.26 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 1927314 0 0 0 338945 6381 0 0 20 0 1 0 183982967 5461499904 1194304 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 1333374 1194304 2336 1147 0 1320800 0
Current children cumulated CPU time: 3453.37 s
Current children cumulated vsize: 5337688 KiB
Current children cumulated memory: 4780160 KiB

[startup+3522.3 s]
/proc/loadavg: 4.57 4.53 4.46 5/269 143476
/proc/meminfo: memFree=1078460/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5373440 memory=4831060 CPUtime=3513.1 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 1934428 0 0 0 344844 6466 0 0 20 0 1 0 183982967 5502402560 1207765 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 1343360 1207765 2336 1147 0 1330786 0
Current children cumulated CPU time: 3513.21 s
Current children cumulated vsize: 5377632 KiB
Current children cumulated memory: 4834004 KiB

[startup+3582.3 s]
/proc/loadavg: 4.69 4.56 4.47 5/272 143481
/proc/meminfo: memFree=1037040/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5396848 memory=4888916 CPUtime=3572.94 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 1939483 0 0 0 350743 6551 0 0 20 0 1 0 183982967 5526372352 1222229 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 1349212 1222229 2336 1147 0 1336638 0
Current children cumulated CPU time: 3573.05 s
Current children cumulated vsize: 5401040 KiB
Current children cumulated memory: 4891860 KiB

[startup+3609.67 s]
# the end of solver process 143255 was just reported to runsolver
# Child status: 153

# cumulated CPU time of all completed processes:  user=3514.08 s, system=66.3652 s

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

[startup+3584 s]*
/proc/loadavg: 4.69 4.56 4.47 5/272 143481
/proc/meminfo: memFree=922100/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5399472 memory=4891220 CPUtime=3574.64 cores=4,6
/proc/143275/stat : 143275 (roundingsat) R 143255 143255 143088 0 -1 4194304 1940175 0 0 0 350910 6554 0 0 20 0 1 0 183982967 5529059328 1222805 18446744073709551615 4227072 8923577 140732288665376 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 0
/proc/143275/statm: 1349868 1222805 2336 1147 0 1337294 0
Current children cumulated CPU time: 3574.75 s
Current children cumulated vsize: 5403664 KiB
Current children cumulated memory: 4894164 KiB

[startup+3596.8 s]
/proc/loadavg: 4.68 4.56 4.48 5/273 143484
/proc/meminfo: memFree=1074944/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5405232 memory=4899156 CPUtime=3580.28 cores=4,6
/proc/143275/stat : 143275 (roundingsat) S 143255 143255 143088 0 -1 4195840 1941711 0 0 0 351397 6631 0 0 20 0 1 0 183982967 5534957568 1224789 18446744073709551615 4227072 8923577 140732288665376 140732288661784 139806020482903 0 0 0 8405026 1 0 0 17 6 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 25
/proc/143275/statm: 1351308 1224789 2336 1147 0 1338734 0
Current children cumulated CPU time: 3580.39 s
Current children cumulated vsize: 5409424 KiB
Current children cumulated memory: 4902100 KiB

[startup+3603.2 s]
/proc/loadavg: 4.63 4.55 4.47 4/273 143484
/proc/meminfo: memFree=1096940/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5405232 memory=4900308 CPUtime=3580.28 cores=4,6
/proc/143275/stat : 143275 (roundingsat) S 143255 143255 143088 0 -1 4195840 1941711 0 0 0 351397 6631 0 0 20 0 1 0 183982967 5534957568 1225077 18446744073709551615 4227072 8923577 140732288665376 140732288661784 139806020482903 0 0 0 8405026 1 0 0 17 6 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 25
/proc/143275/statm: 1351308 1225077 2336 1147 0 1338734 0
Current children cumulated CPU time: 3580.39 s
Current children cumulated vsize: 5409424 KiB
Current children cumulated memory: 4903252 KiB

[startup+3606.4 s]
/proc/loadavg: 4.90 4.61 4.49 4/274 143492
/proc/meminfo: memFree=1091916/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5405232 memory=4900308 CPUtime=3580.28 cores=4,6
/proc/143275/stat : 143275 (roundingsat) S 143255 143255 143088 0 -1 4195840 1941711 0 0 0 351397 6631 0 0 20 0 1 0 183982967 5534957568 1225077 18446744073709551615 4227072 8923577 140732288665376 140732288661784 139806020482903 0 0 0 8405026 1 0 0 17 6 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 25
/proc/143275/statm: 1351308 1225077 2336 1147 0 1338734 0
Current children cumulated CPU time: 3580.39 s
Current children cumulated vsize: 5409424 KiB
Current children cumulated memory: 4903252 KiB

[startup+3608 s]*
/proc/loadavg: 4.90 4.61 4.49 4/274 143492
/proc/meminfo: memFree=1083456/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5405232 memory=4900308 CPUtime=3580.28 cores=4,6
/proc/143275/stat : 143275 (roundingsat) S 143255 143255 143088 0 -1 4195840 1941711 0 0 0 351397 6631 0 0 20 0 1 0 183982967 5534957568 1225077 18446744073709551615 4227072 8923577 140732288665376 140732288661784 139806020482903 0 0 0 8405026 1 0 0 17 6 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 25
/proc/143275/statm: 1351308 1225077 2336 1147 0 1338734 0
Current children cumulated CPU time: 3580.39 s
Current children cumulated vsize: 5409424 KiB
Current children cumulated memory: 4903252 KiB

[startup+3608.8 s]
/proc/loadavg: 4.90 4.61 4.49 4/274 143492
/proc/meminfo: memFree=1083456/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5405232 memory=4900308 CPUtime=3580.28 cores=4,6
/proc/143275/stat : 143275 (roundingsat) S 143255 143255 143088 0 -1 4195840 1941711 0 0 0 351397 6631 0 0 20 0 1 0 183982967 5534957568 1225077 18446744073709551615 4227072 8923577 140732288665376 140732288661784 139806020482903 0 0 0 8405026 1 0 0 17 6 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 25
/proc/143275/statm: 1351308 1225077 2336 1147 0 1338734 0
Current children cumulated CPU time: 3580.39 s
Current children cumulated vsize: 5409424 KiB
Current children cumulated memory: 4903252 KiB

[startup+3609.2 s]
/proc/loadavg: 4.90 4.61 4.49 4/274 143492
/proc/meminfo: memFree=1051732/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5405232 memory=4900308 CPUtime=3580.28 cores=4,6
/proc/143275/stat : 143275 (roundingsat) S 143255 143255 143088 0 -1 4195840 1941711 0 0 0 351397 6631 0 0 20 0 1 0 183982967 5534957568 1225077 18446744073709551615 4227072 8923577 140732288665376 140732288661784 139806020482903 0 0 0 8405026 1 0 0 17 6 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 25
/proc/143275/statm: 1351308 1225077 2336 1147 0 1338734 0
Current children cumulated CPU time: 3580.39 s
Current children cumulated vsize: 5409424 KiB
Current children cumulated memory: 4903252 KiB

[startup+3609.6 s]
/proc/loadavg: 4.90 4.61 4.49 4/274 143492
/proc/meminfo: memFree=1051732/131249996 swapFree=33006296/33010684
[pid=143255] ppid=143250 vsize=4192 memory=2944 CPUtime=0.11 cores=4,6
/proc/143255/stat : 143255 (run-opt-break-l) S 143250 143255 143088 0 -1 4194304 237 13161 0 0 0 0 9 2 20 0 1 0 183982951 4292608 736 18446744073709551615 93993846796288 93993847690821 140727317121728 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93993847929872 93993847977616 93993849094144 140727317129529 140727317129692 140727317129692 140727317135296 0
/proc/143255/statm: 1048 736 672 219 0 110 0
[pid=143275] ppid=143255 vsize=5405232 memory=4900308 CPUtime=3580.28 cores=4,6
/proc/143275/stat : 143275 (roundingsat) S 143255 143255 143088 0 -1 4195840 1941711 0 0 0 351397 6631 0 0 20 0 1 0 183982967 5534957568 1225077 18446744073709551615 4227072 8923577 140732288665376 140732288661784 139806020482903 0 0 0 8405026 1 0 0 17 6 0 0 0 0 0 9827200 9836688 42971136 140732288674104 140732288674342 140732288674342 140732288679914 25
/proc/143275/statm: 1351308 1225077 2336 1147 0 1338734 0
Current children cumulated CPU time: 3580.39 s
Current children cumulated vsize: 5409424 KiB
Current children cumulated memory: 4903252 KiB

Child status: 153

Real time (s): 3609.67
CPU time (s): 3580.44
CPU user time (s): 3514.08
CPU system time (s): 66.3652
CPU usage (%): 99.1902
Max. virtual memory (cumulated for all children) (KiB): 5409424
Max. memory (cumulated for all children) (KiB): 4903252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3514.08
system time used= 66.3652
maximum resident set size= 4900308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1955121
page faults= 0
swaps= 0
block input operations= 0
block output operations= 204804496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 446
involuntary context switches= 5999


# summary of solver processes directly reported to runsolver:
#   pid: 143255
#   total CPU time (s): 3580.44
#   total CPU user time (s): 3514.08
#   total CPU system time (s): 66.3652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13398 second user time and 16.8871 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-16 18:24:15
IDJOB=4532555
IDBENCH=155340
IDSOLVER=3393
FILE ID=nodeC015/4532555-1752683054
RUNJOBID= nodeC015-1752683054-143211
SLURM_JOB_ID= 9686910
Free space on /tmp= 433040 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-n3div36.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532555-1752683054/watcher-4532555-1752683054 -o /tmp/evaluation-result-4532555-1752683054/solver-4532555-1752683054 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1752683054-143211 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532555-1752683054.opb /tmp/proof-4532555-1752683054

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

MD5SUM BENCH= 807b13cda1d33b90eacd528b5f94ca03
RANDOM SEED=712087461

nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3600.004
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 1862.811
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.079
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 1326.865
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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.366
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3597.395
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.069
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 1374.275
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        103895208 kB
MemAvailable:   129599468 kB
Buffers:            1508 kB
Cached:         26475444 kB
SwapCached:         3880 kB
Active:           457004 kB
Inactive:       26101104 kB
Active(anon):      55088 kB
Inactive(anon):    48412 kB
Active(file):     401916 kB
Inactive(file): 26052692 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42776 kB
Writeback:             0 kB
AnonPages:         80744 kB
Mapped:           104848 kB
Shmem:             22344 kB
KReclaimable:     177780 kB
Slab:             275392 kB
SReclaimable:     177780 kB
SUnreclaim:        97612 kB
KernelStack:        4048 kB
PageTables:         2656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     351808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 260964 MiB
End job on nodeC015 at 2025-07-16 19:24:24