Trace number 4503065

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 63f22ad? (TO) 3602.06 3615.61

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_11_shg.opb
MD5SUM1fbef458f61b2221fcf0474a376c4852
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 benchmark64
Best CPU time to get the best result obtained on this benchmark3585.25
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15008
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint65
Maximum length of a constraint90
Number of terms in the objective function 15008
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 15008
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15008
Number of bits of the biggest sum of numbers14
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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4503065-1751431243.opb'
0.78/0.89	c 	read 49.48MB  (878.81ms)
0.78/0.89	c	 [cnf: #variables 15008 #clauses 65281 #duplicates 0 #arr 5388960]
0.87/0.90	c output proof to 'PROOFDIR/proof-4503065-1751431243'
0.87/0.90	c 
0.87/0.90	c make graph and approximate orbits
1.17/1.24	c	 [group: #orbits ~= 328] (340.29ms)
1.17/1.24	c 
1.17/1.24	c detect special group actions
1.17/1.24	c 	probe for Johnson action (limit=64)
1.46/1.58	c 	probe for row-column symmetry (limit=64, splits=16.78M)
1.76/1.81	c 	probe for row symmetry (limit=64, splits=16.78M)
5.75/5.87	c 	 (4628.89ms)
5.75/5.87	c 
5.75/5.87	c detect symmetries on remainder
5.75/5.87	c 	[graph: #vertices 110305 #edges 10837952]
5.75/5.88	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
7.06/7.13	c 	 [group: #symmetries 2.56*10^2 #generators 8] (1255.88ms)
7.06/7.13	c 
7.06/7.13	c optimize generators (opt_passes=64, conjugate_limit=256)
7.06/7.13	c 	(0.04ms)
7.06/7.13	c 
7.06/7.13	c finalize break order and special generators
7.06/7.13	c 
7.06/7.13	c add generic predicates (break_depth=20)
7.06/7.13	c 	added predicates for 8 generators (0.76ms)
7.06/7.13	c 
7.06/7.13	c generation finished
7.06/7.13	c 	[sbp: #constraints 0 #add_vars 0]
7.06/7.13	c 
7.06/7.13	c write result to 'HOME/instance-4503065-1751431243.opb.pre'
7.15/7.24	c 	wrote 49.54MB (103.68ms)
7.15/7.24	c ------------------------------------------------------------------
7.15/7.24	c                4628.89ms 64.09% detect_special
7.15/7.24	c                1255.88ms 17.39% detect_generic
7.15/7.24	c                 878.81ms 12.17% parse
7.15/7.24	c                 340.29ms  4.71% approx_orbits
7.15/7.24	c                 103.68ms  1.44% output
7.15/7.24	c                  13.27ms  0.18% other
7.15/7.24	c                   1.40ms  0.02% finalize_order
7.15/7.24	c                   0.76ms  0.01% break_generic
7.15/7.24	c                   0.04ms  0.00% optimize_gens
7.15/7.24	c         ───────────────────────────────────────────────
7.15/7.24	c                7223.02ms   100% total
7.15/7.24	c ------------------------------------------------------------------
7.15/7.26	c RoundingSat 2
7.15/7.26	c branch pb25
7.15/7.26	c commit 63f22ad
9.53/9.63	c #variables 15008 #constraints 65280
9.53/9.63	c objective is ce32 
9.53/9.63	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
9.53/9.63	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
9.53/9.63	c bounds - >= 0 @ 2.20821
29.68/29.85	c bounds 1408 >= 0 @ 22.1353
29.68/29.87	c bounds 1408 >= 1 @ 22.1413
29.68/29.88	c bounds 1408 >= 2 @ 22.148
29.68/29.89	c bounds 1408 >= 3 @ 22.1541
29.77/29.90	c bounds 1408 >= 4 @ 22.158
29.77/29.91	c bounds 1408 >= 5 @ 22.1662
29.77/29.92	c bounds 1408 >= 6 @ 22.1741
29.77/29.94	c bounds 1408 >= 7 @ 22.1798
29.77/29.95	c bounds 1408 >= 8 @ 22.1858
29.77/29.96	c bounds 1408 >= 9 @ 22.1926
29.77/29.97	c bounds 1408 >= 10 @ 22.1996
29.77/29.98	c bounds 1408 >= 11 @ 22.2059
29.77/30.00	c bounds 1408 >= 12 @ 22.2115
29.77/30.01	c bounds 1408 >= 13 @ 22.2178
29.88/30.02	c bounds 1408 >= 14 @ 22.2255
29.88/30.03	c bounds 1408 >= 15 @ 22.2303
29.88/30.05	c bounds 1408 >= 16 @ 22.2397
29.88/30.06	c bounds 1408 >= 17 @ 22.2505
29.88/30.08	c bounds 1408 >= 18 @ 22.2592
29.88/30.09	c bounds 1408 >= 19 @ 22.2674
29.99/30.11	c bounds 1408 >= 20 @ 22.2776
29.99/30.13	c bounds 1408 >= 21 @ 22.2862
29.99/30.14	c bounds 1408 >= 22 @ 22.2995
29.99/30.16	c bounds 1408 >= 23 @ 22.3116
29.99/30.19	c bounds 1408 >= 24 @ 22.3274
30.08/30.21	c bounds 1408 >= 25 @ 22.3469
30.08/30.29	c bounds 1408 >= 26 @ 22.4054
30.89/31.03	c bounds 1407 >= 26 @ 23.107
31.17/31.31	c bounds 1407 >= 27 @ 23.3679
32.27/32.40	c #Conflicts:       1000 | #Constraints:      66475
32.27/32.40	c bounds 1407 >= 28 @ 24.4219
32.37/32.50	c bounds 1406 >= 28 @ 24.5073
32.37/32.54	c bounds 1405 >= 28 @ 24.5368
32.47/32.61	c bounds 1404 >= 28 @ 24.592
32.47/32.65	c bounds 1403 >= 28 @ 24.6206
32.47/32.69	c bounds 1402 >= 28 @ 24.6535
32.57/32.72	c bounds 1401 >= 28 @ 24.6749
32.57/32.75	c bounds 1400 >= 28 @ 24.7003
32.57/32.79	c bounds 1399 >= 28 @ 24.7262
32.67/32.82	c bounds 1398 >= 28 @ 24.7507
32.67/32.86	c bounds 1397 >= 28 @ 24.7753
32.67/32.89	c bounds 1396 >= 28 @ 24.8043
32.76/32.93	c bounds 1395 >= 28 @ 24.8263
32.76/32.95	c bounds 1394 >= 28 @ 24.8479
32.76/32.98	c bounds 1393 >= 28 @ 24.8688
32.88/33.01	c bounds 1392 >= 28 @ 24.8923
32.88/33.04	c bounds 1391 >= 28 @ 24.9126
32.88/33.07	c bounds 1390 >= 28 @ 24.9296
32.88/33.10	c bounds 1389 >= 28 @ 24.9473
32.98/33.13	c bounds 1388 >= 28 @ 24.9674
32.98/33.16	c bounds 1387 >= 28 @ 24.9828
32.98/33.19	c bounds 1386 >= 28 @ 25.0161
33.06/33.25	c bounds 1385 >= 28 @ 25.0556
33.06/33.29	c bounds 1384 >= 28 @ 25.0908
33.17/33.33	c bounds 1383 >= 28 @ 25.1186
33.17/33.35	c bounds 1382 >= 28 @ 25.138
33.17/33.38	c bounds 1381 >= 28 @ 25.1531
33.27/33.41	c bounds 1380 >= 28 @ 25.1758
33.27/33.44	c bounds 1379 >= 28 @ 25.192
33.27/33.46	c bounds 1378 >= 28 @ 25.2078
33.27/33.49	c bounds 1377 >= 28 @ 25.2241
33.37/33.51	c bounds 1376 >= 28 @ 25.2416
33.37/33.54	c bounds 1375 >= 28 @ 25.2594
33.37/33.57	c bounds 1374 >= 28 @ 25.2761
33.37/33.59	c bounds 1373 >= 28 @ 25.2955
33.46/33.63	c bounds 1372 >= 28 @ 25.3228
33.46/33.66	c bounds 1371 >= 28 @ 25.3445
33.46/33.68	c bounds 1370 >= 28 @ 25.3684
33.57/33.71	c bounds 1369 >= 28 @ 25.385
33.57/33.74	c bounds 1368 >= 28 @ 25.4047
33.57/33.76	c bounds 1367 >= 28 @ 25.4246
33.67/33.80	c bounds 1366 >= 28 @ 25.4585
33.67/33.84	c bounds 1365 >= 28 @ 25.4843
33.67/33.88	c bounds 1364 >= 28 @ 25.5153
33.76/33.93	c bounds 1363 >= 28 @ 25.5581
33.76/33.97	c bounds 1362 >= 28 @ 25.5878
33.76/34.01	c bounds 1361 >= 28 @ 25.6154
33.88/34.09	c bounds 1360 >= 28 @ 25.6778
33.97/34.14	c bounds 1359 >= 28 @ 25.7151
33.97/34.19	c bounds 1358 >= 28 @ 25.7525

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: 63794 MiB (62816 MiB free)
  memory of node 1: 64507 MiB (62917 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=61290, runsolver pid=61287

[startup+0.100114 s]*
/proc/loadavg: 1.08 3.16 3.79 5/256 61292
/proc/meminfo: memFree=128733252/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61292] ppid=61290 vsize=33240 memory=24716 CPUtime=0.09 cores=5,7
/proc/61292/stat : 61292 (pbsuma) R 61290 61290 61187 0 -1 4194304 5344 0 0 0 8 1 0 0 20 0 1 0 58803754 34037760 6179 18446744073709551615 4210688 4653049 140735368039680 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 22241280 140735368042723 140735368043058 140735368043058 140735368048623 0
/proc/61292/statm: 8310 6179 960 108 0 5718 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 37432 KiB
Current children cumulated memory: 27660 KiB

[startup+0.214178 s]*
/proc/loadavg: 1.31 3.17 3.79 5/256 61292
/proc/meminfo: memFree=128721280/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61292] ppid=61290 vsize=51200 memory=40504 CPUtime=0.2 cores=5,7
/proc/61292/stat : 61292 (pbsuma) R 61290 61290 61187 0 -1 4194304 8902 0 0 0 18 2 0 0 20 0 1 0 58803754 52428800 10126 18446744073709551615 4210688 4653049 140735368039680 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 22241280 140735368042723 140735368043058 140735368043058 140735368048623 0
/proc/61292/statm: 12800 10126 960 108 0 10208 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 55392 KiB
Current children cumulated memory: 43448 KiB

[startup+0.314209 s]*
/proc/loadavg: 1.31 3.17 3.79 8/256 61292
/proc/meminfo: memFree=128703880/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61292] ppid=61290 vsize=65468 memory=52536 CPUtime=0.3 cores=5,7
/proc/61292/stat : 61292 (pbsuma) R 61290 61290 61187 0 -1 4194304 11396 0 0 0 26 4 0 0 20 0 1 0 58803754 67039232 13134 18446744073709551615 4210688 4653049 140735368039680 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 22241280 140735368042723 140735368043058 140735368043058 140735368048623 0
/proc/61292/statm: 16367 13134 960 108 0 13775 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 69660 KiB
Current children cumulated memory: 55480 KiB

[startup+0.700388 s]
/proc/loadavg: 1.31 3.17 3.79 5/256 61292
/proc/meminfo: memFree=128667652/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61292] ppid=61290 vsize=130840 memory=104300 CPUtime=0.67 cores=5,7
/proc/61292/stat : 61292 (pbsuma) R 61290 61290 61187 0 -1 4194304 20733 0 0 0 60 7 0 0 20 0 1 0 58803754 133980160 26075 18446744073709551615 4210688 4653049 140735368039680 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 22241280 140735368042723 140735368043058 140735368043058 140735368048623 0
/proc/61292/statm: 32710 26075 960 108 0 30118 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 135032 KiB
Current children cumulated memory: 107244 KiB

[startup+1.50038 s]
/proc/loadavg: 1.31 3.17 3.79 5/256 61292
/proc/meminfo: memFree=128562304/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61292] ppid=61290 vsize=229064 memory=200640 CPUtime=1.46 cores=5,7
/proc/61292/stat : 61292 (pbsuma) R 61290 61290 61187 0 -1 4194304 33123 0 0 0 134 12 0 0 20 0 1 0 58803754 234561536 50160 18446744073709551615 4210688 4653049 140735368039680 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 22241280 140735368042723 140735368043058 140735368043058 140735368048623 0
/proc/61292/statm: 57266 50160 1024 108 0 54674 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 233256 KiB
Current children cumulated memory: 203584 KiB

[startup+3.11285 s]
/proc/loadavg: 1.31 3.17 3.79 5/256 61292
/proc/meminfo: memFree=128299860/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61292] ppid=61290 vsize=229492 memory=203328 CPUtime=3.07 cores=5,7
/proc/61292/stat : 61292 (pbsuma) R 61290 61290 61187 0 -1 4194304 33804 0 0 0 295 12 0 0 20 0 1 0 58803754 234999808 50832 18446744073709551615 4210688 4653049 140735368039680 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 22241280 140735368042723 140735368043058 140735368043058 140735368048623 0
/proc/61292/statm: 57373 50832 1024 108 0 54781 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 233684 KiB
Current children cumulated memory: 206272 KiB

[startup+6.30039 s]
/proc/loadavg: 1.53 3.19 3.79 5/258 61294
/proc/meminfo: memFree=128005980/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61292] ppid=61290 vsize=384672 memory=311424 CPUtime=6.25 cores=5,7
/proc/61292/stat : 61292 (pbsuma) R 61290 61290 61187 0 -1 4194304 41430 0 0 0 610 15 0 0 20 0 1 0 58803754 393904128 77856 18446744073709551615 4210688 4653049 140735368039680 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 22241280 140735368042723 140735368043058 140735368043058 140735368048623 0
/proc/61292/statm: 96168 77856 1024 108 0 93576 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 388864 KiB
Current children cumulated memory: 314368 KiB

[startup+12.7004 s]
/proc/loadavg: 1.72 3.20 3.79 5/261 61298
/proc/meminfo: memFree=127182340/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=403744 memory=356720 CPUtime=5.41 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 47264 0 0 0 504 37 0 0 20 0 1 0 58804478 413433856 89180 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 100936 89180 2336 1147 0 88363 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 407936 KiB
Current children cumulated memory: 359664 KiB

[startup+25.5004 s]
/proc/loadavg: 2.23 3.26 3.81 5/260 61298
/proc/meminfo: memFree=126524252/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=403744 memory=356848 CPUtime=18.18 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 47349 0 0 0 1780 38 0 0 20 0 1 0 58804478 413433856 89212 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 100936 89212 2368 1147 0 88363 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 407936 KiB
Current children cumulated memory: 359792 KiB

[startup+51.1134 s]
/proc/loadavg: 2.93 3.33 3.82 5/260 61299
/proc/meminfo: memFree=124833416/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=720204 memory=634432 CPUtime=43.72 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 84567 0 0 0 4246 126 0 0 20 0 1 0 58804478 737488896 158608 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 180051 158608 2432 1147 0 167478 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 724396 KiB
Current children cumulated memory: 637376 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 3.46 3.83 5/260 61301
/proc/meminfo: memFree=122318124/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=822972 memory=755476 CPUtime=94.73 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 88182 0 0 0 9340 133 0 0 20 0 1 0 58804478 842723328 188869 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 205743 188869 2432 1147 0 193170 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 827164 KiB
Current children cumulated memory: 758420 KiB

[startup+162.3 s]
/proc/loadavg: 3.98 3.59 3.85 5/265 61308
/proc/meminfo: memFree=119503324/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=975400 memory=850756 CPUtime=154.51 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 92976 0 0 0 15309 142 0 0 20 0 1 0 58804478 998809600 212689 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 243850 212689 2432 1147 0 231277 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 979592 KiB
Current children cumulated memory: 853700 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.68 3.87 5/265 61309
/proc/meminfo: memFree=116880572/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=993048 memory=901200 CPUtime=214.33 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 93730 0 0 0 21286 147 0 0 20 0 1 0 58804478 1016881152 225300 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 248262 225300 2432 1147 0 235689 0

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

/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=2671516 memory=2184904 CPUtime=3202.81 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 177356 0 0 0 319784 497 0 0 20 0 1 0 58804478 2735632384 546226 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 667879 546226 2432 1147 0 655306 0
Current children cumulated CPU time: 3210.02 s
Current children cumulated vsize: 2675708 KiB
Current children cumulated memory: 2187848 KiB

[startup+3282.3 s]
/proc/loadavg: 2.08 2.14 2.59 3/253 61568
/proc/meminfo: memFree=85567704/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=2682572 memory=2204336 CPUtime=3262.62 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 179665 0 0 0 325764 498 0 0 20 0 1 0 58804478 2746953728 551084 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 670643 551084 2432 1147 0 658070 0
Current children cumulated CPU time: 3269.83 s
Current children cumulated vsize: 2686764 KiB
Current children cumulated memory: 2207280 KiB

[startup+3342.3 s]
/proc/loadavg: 2.06 2.13 2.55 3/253 61570
/proc/meminfo: memFree=85364556/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=2682572 memory=2204336 CPUtime=3322.42 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 179665 0 0 0 331744 498 0 0 20 0 1 0 58804478 2746953728 551084 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 670643 551084 2432 1147 0 658070 0
Current children cumulated CPU time: 3329.63 s
Current children cumulated vsize: 2686764 KiB
Current children cumulated memory: 2207280 KiB

[startup+3402.3 s]
/proc/loadavg: 2.07 2.11 2.52 3/253 61572
/proc/meminfo: memFree=84805776/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=2682572 memory=2204336 CPUtime=3382.24 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 179837 0 0 0 337726 498 0 0 20 0 1 0 58804478 2746953728 551084 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 670643 551084 2432 1147 0 658070 0
Current children cumulated CPU time: 3389.45 s
Current children cumulated vsize: 2686764 KiB
Current children cumulated memory: 2207280 KiB

[startup+3462.3 s]
/proc/loadavg: 2.24 2.15 2.51 3/254 61579
/proc/meminfo: memFree=84533204/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=2688736 memory=2224952 CPUtime=3442.03 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 181924 0 0 0 343701 502 0 0 20 0 1 0 58804478 2753265664 556238 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 672184 556238 2432 1147 0 659611 0
Current children cumulated CPU time: 3449.24 s
Current children cumulated vsize: 2692928 KiB
Current children cumulated memory: 2227896 KiB

[startup+3522.3 s]
/proc/loadavg: 2.15 2.14 2.48 3/252 61581
/proc/meminfo: memFree=83907736/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=2700920 memory=2246484 CPUtime=3501.85 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 184786 0 0 0 349682 503 0 0 20 0 1 0 58804478 2765742080 561621 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 675230 561621 2432 1147 0 662657 0
Current children cumulated CPU time: 3509.06 s
Current children cumulated vsize: 2705112 KiB
Current children cumulated memory: 2249428 KiB

[startup+3582.3 s]
/proc/loadavg: 2.05 2.11 2.45 3/249 61583
/proc/meminfo: memFree=83468056/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=2700920 memory=2246484 CPUtime=3561.64 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 184979 0 0 0 355660 504 0 0 20 0 1 0 58804478 2765742080 561621 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 675230 561621 2432 1147 0 662657 0
Current children cumulated CPU time: 3568.85 s
Current children cumulated vsize: 2705112 KiB
Current children cumulated memory: 2249428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.6 s]
/proc/loadavg: 2.15 2.13 2.45 3/249 61585
/proc/meminfo: memFree=83349688/131382120 swapFree=33010416/33010684
[pid=61290] ppid=61287 vsize=4192 memory=2944 CPUtime=7.21 cores=5,7
/proc/61290/stat : 61290 (run-opt-break-l) S 61287 61290 61187 0 -1 4194304 238 41784 0 0 0 0 703 18 20 0 1 0 58803753 4292608 736 18446744073709551615 93874550665216 93874551559749 140730137570640 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93874551798800 93874551846544 93874554560512 140730137573653 140730137573854 140730137573854 140730137579456 0
/proc/61290/statm: 1048 736 672 219 0 110 0
[pid=61295] ppid=61290 vsize=2700920 memory=2246484 CPUtime=3592.83 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61290 61290 61187 0 -1 4194304 184989 0 0 0 358778 505 0 0 20 0 1 0 58804478 2765742080 561621 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 675230 561621 2432 1147 0 662657 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2705112 KiB
Current children cumulated memory: 2249428 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3613.61 s]
# the end of solver process 61290 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=7.03518 s, system=0.184906 s
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

[startup+3615.61 s]
# the end of solver process 61295 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3596.81 s, system=5.25087 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3614.4 s]
/proc/loadavg: 2.15 2.13 2.45 3/248 61585
/proc/meminfo: memFree=83349688/131382120 swapFree=33010416/33010684
[pid=61295] ppid=61287 vsize=2700920 memory=2246484 CPUtime=3593.63 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61287 61290 61187 0 -1 4194304 184991 0 0 0 358858 505 0 0 20 0 1 0 58804478 2765742080 561621 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 675230 561621 2432 1147 0 662657 0
Current cumulated CPU time of completed processes: 7.22009 s
Current children cumulated CPU time: 3593.63 s
Current children cumulated vsize: 2700920 KiB
Current children cumulated memory: 2246484 KiB

[startup+3615.2 s]
/proc/loadavg: 2.15 2.13 2.45 3/248 61585
/proc/meminfo: memFree=83349688/131382120 swapFree=33010416/33010684
[pid=61295] ppid=61287 vsize=2700920 memory=2246484 CPUtime=3594.42 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61287 61290 61187 0 -1 4194304 184991 0 0 0 358937 505 0 0 20 0 1 0 58804478 2765742080 561621 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 675230 561621 2432 1147 0 662657 0
Current cumulated CPU time of completed processes: 7.22009 s
Current children cumulated CPU time: 3594.42 s
Current children cumulated vsize: 2700920 KiB
Current children cumulated memory: 2246484 KiB

[startup+3615.6 s]
/proc/loadavg: 2.15 2.13 2.45 3/248 61585
/proc/meminfo: memFree=83349688/131382120 swapFree=33010416/33010684
[pid=61295] ppid=61287 vsize=2700920 memory=2246484 CPUtime=3594.82 cores=5,7
/proc/61295/stat : 61295 (roundingsat) R 61287 61290 61187 0 -1 4194304 184991 0 0 0 358977 505 0 0 20 0 1 0 58804478 2765742080 561621 18446744073709551615 4227072 8923433 140731134256656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36995072 140731134261524 140731134261800 140731134261800 140731134267370 0
/proc/61295/statm: 675230 561621 2432 1147 0 662657 0
Current cumulated CPU time of completed processes: 7.22009 s
Current children cumulated CPU time: 3594.82 s
Current children cumulated vsize: 2700920 KiB
Current children cumulated memory: 2246484 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3615.61
CPU time (s): 3602.06
CPU user time (s): 3596.81
CPU system time (s): 5.25087
CPU usage (%): 99.6252
Max. virtual memory (cumulated for all children) (KiB): 3056628
Max. memory (cumulated for all children) (KiB): 2453740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.81
system time used= 5.25087
maximum resident set size= 2545004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227013
page faults= 0
swaps= 0
block input operations= 0
block output operations= 305976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 267
involuntary context switches= 4296


# summary of solver processes directly reported to runsolver:
#   pid: 61290,61295
#   total CPU time (s): 3602.06
#   total CPU user time (s): 3596.81
#   total CPU system time (s): 5.25087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7007 second user time and 37.3895 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-02 06:40:44
IDJOB=4503065
IDBENCH=155404
IDSOLVER=3360
FILE ID=nodeC006/4503065-1751431243
RUNJOBID= nodeC006-1751431243-61229
SLURM_JOB_ID= 9598377
Free space on /tmp= 432288 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_11_shg.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503065-1751431243/watcher-4503065-1751431243 -o /tmp/evaluation-result-4503065-1751431243/solver-4503065-1751431243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751431243-61229 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4503065-1751431243.opb PROOFDIR/proof-4503065-1751431243

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

MD5SUM BENCH= 1fbef458f61b2221fcf0474a376c4852
RANDOM SEED=350792743

nodeC006 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	: 0xb00001f
cpu MHz		: 1995.200
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.123
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.495
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.595
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1795.681
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1895.668
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.427
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.141
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128758956 kB
MemAvailable:   129853748 kB
Buffers:            2128 kB
Cached:          1887232 kB
SwapCached:           12 kB
Active:           520916 kB
Inactive:        1513544 kB
Active(anon):     151956 kB
Inactive(anon):    11092 kB
Active(file):     368960 kB
Inactive(file):  1502452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             83232 kB
Writeback:             0 kB
AnonPages:        148160 kB
Mapped:           115728 kB
Shmem:             17948 kB
KReclaimable:     125632 kB
Slab:             210688 kB
SReclaimable:     125632 kB
SUnreclaim:        85056 kB
KernelStack:        3964 kB
PageTables:         2476 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     493368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432232 MiB
End job on nodeC006 at 2025-07-02 07:41:00