Trace number 4532561

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? (TO) 3602.06 3706.16

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-4532561-1752588564.opb'
0.59/0.64	c 	read 49.48MB  (624.35ms)
0.59/0.64	c	 [cnf: #variables 15008 #clauses 65281 #duplicates 0 #arr 5388960]
0.59/0.64	c output proof to 'PROOFDIR/proof-4532561-1752588564'
0.59/0.64	c 
0.59/0.64	c make graph and approximate orbits
0.87/0.94	c	 [group: #orbits ~= 328] (300.33ms)
0.87/0.94	c 
0.87/0.94	c detect special group actions
0.87/0.94	c 	probe for Johnson action (limit=64)
1.17/1.26	c 	probe for row-column symmetry (limit=64, splits=16.78M)
1.37/1.48	c 	probe for row symmetry (limit=64, splits=16.78M)
5.46/5.54	c 	 (4604.63ms)
5.46/5.54	c 
5.46/5.54	c detect symmetries on remainder
5.46/5.54	c 	[graph: #vertices 110305 #edges 10837952]
5.46/5.56	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
6.76/6.85	c 	 [group: #symmetries 2.56*10^2 #generators 8] (1305.00ms)
6.76/6.85	c 
6.76/6.85	c optimize generators (opt_passes=64, conjugate_limit=256)
6.76/6.85	c 	(0.05ms)
6.76/6.85	c 
6.76/6.85	c finalize break order and special generators
6.76/6.85	c 
6.76/6.85	c add generic predicates (break_depth=20)
6.76/6.85	c 	added predicates for 8 generators (0.74ms)
6.76/6.85	c 
6.76/6.85	c generation finished
6.76/6.85	c 	[sbp: #constraints 0 #add_vars 0]
6.76/6.86	c 
6.76/6.86	c write result to 'HOME/instance-4532561-1752588564.opb.pre'
6.85/6.96	c 	wrote 49.54MB (106.70ms)
6.85/6.96	c ------------------------------------------------------------------
6.85/6.96	c                4604.63ms 66.27% detect_special
6.85/6.96	c                1305.00ms 18.78% detect_generic
6.85/6.96	c                 624.35ms  8.99% parse
6.85/6.96	c                 300.33ms  4.32% approx_orbits
6.85/6.96	c                 106.70ms  1.54% output
6.85/6.96	c                   5.49ms  0.08% other
6.85/6.96	c                   1.44ms  0.02% finalize_order
6.85/6.96	c                   0.74ms  0.01% break_generic
6.85/6.96	c                   0.05ms  0.00% optimize_gens
6.85/6.96	c         ───────────────────────────────────────────────
6.85/6.96	c                6948.73ms   100% total
6.85/6.96	c ------------------------------------------------------------------
6.85/7.01	c RoundingSat 2
6.85/7.01	c branch pb25
6.85/7.01	c commit 0f876b3
9.27/9.42	c #variables 15008 #constraints 65280
9.27/9.42	c objective is ce32 
9.27/9.42	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
9.27/9.42	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
9.27/9.42	c bounds - >= 0 @ 2.19766
30.10/30.39	c bounds 1408 >= 0 @ 22.8679
30.21/30.40	c bounds 1408 >= 1 @ 22.8763
30.21/30.41	c bounds 1408 >= 2 @ 22.8823
30.21/30.42	c bounds 1408 >= 3 @ 22.8885
30.21/30.43	c bounds 1408 >= 4 @ 22.8933
30.21/30.45	c bounds 1408 >= 5 @ 22.9013
30.21/30.46	c bounds 1408 >= 6 @ 22.909
30.21/30.47	c bounds 1408 >= 7 @ 22.9149
30.21/30.48	c bounds 1408 >= 8 @ 22.9214
30.21/30.50	c bounds 1408 >= 9 @ 22.9264
30.31/30.51	c bounds 1408 >= 10 @ 22.9317
30.31/30.52	c bounds 1408 >= 11 @ 22.9354
30.31/30.53	c bounds 1408 >= 12 @ 22.944
30.31/30.54	c bounds 1408 >= 13 @ 22.9522
30.31/30.56	c bounds 1408 >= 14 @ 22.9571
30.31/30.57	c bounds 1408 >= 15 @ 22.9632
30.31/30.58	c bounds 1408 >= 16 @ 22.9727
30.41/30.60	c bounds 1408 >= 17 @ 22.9836
30.41/30.61	c bounds 1408 >= 18 @ 22.9894
30.41/30.63	c bounds 1408 >= 19 @ 22.9965
30.41/30.65	c bounds 1408 >= 20 @ 23.0063
30.41/30.66	c bounds 1408 >= 21 @ 23.0124
30.41/30.68	c bounds 1408 >= 22 @ 23.0215
30.51/30.70	c bounds 1408 >= 23 @ 23.0327
30.51/30.72	c bounds 1408 >= 24 @ 23.0473
30.51/30.75	c bounds 1408 >= 25 @ 23.0671
30.60/31.01	c bounds 1408 >= 26 @ 23.1505
31.35/31.73	c bounds 1407 >= 26 @ 23.8278
31.63/32.24	c bounds 1407 >= 27 @ 24.0775
32.72/33.31	c #Conflicts:       1000 | #Constraints:      66475
32.72/33.31	c bounds 1407 >= 28 @ 25.1051
32.82/33.41	c bounds 1406 >= 28 @ 25.1914
32.82/33.45	c bounds 1405 >= 28 @ 25.2226
32.92/33.51	c bounds 1404 >= 28 @ 25.2765
32.92/33.55	c bounds 1403 >= 28 @ 25.3068
32.92/33.59	c bounds 1402 >= 28 @ 25.3338
33.01/33.62	c bounds 1401 >= 28 @ 25.3549
33.01/33.66	c bounds 1400 >= 28 @ 25.3778
33.01/33.69	c bounds 1399 >= 28 @ 25.4007
33.12/33.72	c bounds 1398 >= 28 @ 25.4249
33.12/33.75	c bounds 1397 >= 28 @ 25.4509
33.12/33.79	c bounds 1396 >= 28 @ 25.477
33.22/33.82	c bounds 1395 >= 28 @ 25.499
33.22/33.85	c bounds 1394 >= 28 @ 25.5202
33.22/33.88	c bounds 1393 >= 28 @ 25.539
33.31/33.91	c bounds 1392 >= 28 @ 25.5548
33.31/33.93	c bounds 1391 >= 28 @ 25.5737
33.31/33.96	c bounds 1390 >= 28 @ 25.5935
33.31/33.99	c bounds 1389 >= 28 @ 25.614
33.43/34.02	c bounds 1388 >= 28 @ 25.6322
33.43/34.05	c bounds 1387 >= 28 @ 25.6541
33.43/34.09	c bounds 1386 >= 28 @ 25.6832
33.53/34.14	c bounds 1385 >= 28 @ 25.7204
33.53/34.18	c bounds 1384 >= 28 @ 25.751
33.61/34.22	c bounds 1383 >= 28 @ 25.7693
33.61/34.24	c bounds 1382 >= 28 @ 25.7867
33.61/34.27	c bounds 1381 >= 28 @ 25.8045
33.72/34.30	c bounds 1380 >= 28 @ 25.8242
33.72/34.32	c bounds 1379 >= 28 @ 25.8405
33.72/34.35	c bounds 1378 >= 28 @ 25.8572
33.72/34.38	c bounds 1377 >= 28 @ 25.873
33.82/34.40	c bounds 1376 >= 28 @ 25.8846
33.82/34.43	c bounds 1375 >= 28 @ 25.9023
33.82/34.45	c bounds 1374 >= 28 @ 25.9201
33.82/34.48	c bounds 1373 >= 28 @ 25.9388
33.92/34.51	c bounds 1372 >= 28 @ 25.9645
33.92/34.54	c bounds 1371 >= 28 @ 25.9868
33.92/34.57	c bounds 1370 >= 28 @ 26.0036
33.92/34.59	c bounds 1369 >= 28 @ 26.0191
34.02/34.62	c bounds 1368 >= 28 @ 26.0311
34.02/34.65	c bounds 1367 >= 28 @ 26.0466
34.02/34.69	c bounds 1366 >= 28 @ 26.0768
34.12/34.72	c bounds 1365 >= 28 @ 26.1042
34.12/34.76	c bounds 1364 >= 28 @ 26.1335
34.22/34.81	c bounds 1363 >= 28 @ 26.1709
34.22/34.85	c bounds 1362 >= 28 @ 26.2004
34.22/34.88	c bounds 1361 >= 28 @ 26.2254
34.31/34.96	c bounds 1360 >= 28 @ 26.2883
34.31/35.01	c bounds 1359 >= 28 @ 26.3226
34.43/35.06	c bounds 1358 >= 28 @ 26.3655

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: 63837 MiB (62755 MiB free)
  memory of node 1: 64465 MiB (38267 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=128769, runsolver pid=128766

[startup+0.100071 s]*
/proc/loadavg: 4.25 4.40 4.27 5/277 128771
/proc/meminfo: memFree=103431456/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128771] ppid=128769 vsize=39916 memory=32092 CPUtime=0.09 cores=0,2
/proc/128771/stat : 128771 (pbsuma) R 128769 128769 127835 0 -1 4194304 7143 0 0 0 8 1 0 0 20 0 1 0 174535251 40873984 8023 18446744073709551615 4210688 4653049 140731753627264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 20336640 140731753629921 140731753630256 140731753630256 140731753635823 0
/proc/128771/statm: 9979 8023 960 108 0 7387 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44108 KiB
Current children cumulated memory: 35164 KiB

[startup+0.214924 s]*
/proc/loadavg: 4.25 4.40 4.27 5/277 128771
/proc/meminfo: memFree=103411044/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128771] ppid=128769 vsize=67452 memory=54940 CPUtime=0.2 cores=0,2
/proc/128771/stat : 128771 (pbsuma) R 128769 128769 127835 0 -1 4194304 12006 0 0 0 18 2 0 0 20 0 1 0 174535251 69070848 13735 18446744073709551615 4210688 4653049 140731753627264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 20336640 140731753629921 140731753630256 140731753630256 140731753635823 0
/proc/128771/statm: 16863 13735 960 108 0 14271 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 71644 KiB
Current children cumulated memory: 58012 KiB

[startup+0.315196 s]*
/proc/loadavg: 4.25 4.40 4.27 5/277 128771
/proc/meminfo: memFree=103403232/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128771] ppid=128769 vsize=87112 memory=74072 CPUtime=0.3 cores=0,2
/proc/128771/stat : 128771 (pbsuma) R 128769 128769 127835 0 -1 4194304 15567 0 0 0 27 3 0 0 20 0 1 0 174535251 89202688 18518 18446744073709551615 4210688 4653049 140731753627264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 20336640 140731753629921 140731753630256 140731753630256 140731753635823 0
/proc/128771/statm: 21778 18518 960 108 0 19186 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 91304 KiB
Current children cumulated memory: 77144 KiB

[startup+0.700384 s]
/proc/loadavg: 4.25 4.40 4.27 5/277 128771
/proc/meminfo: memFree=103324028/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128771] ppid=128769 vsize=212296 memory=149368 CPUtime=0.67 cores=0,2
/proc/128771/stat : 128771 (pbsuma) R 128769 128769 127835 0 -1 4194304 30171 0 0 0 60 7 0 0 20 0 1 0 174535251 217391104 37342 18446744073709551615 4210688 4653049 140731753627264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 20336640 140731753629921 140731753630256 140731753630256 140731753635823 0
/proc/128771/statm: 53074 37342 992 108 0 50482 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 216488 KiB
Current children cumulated memory: 152440 KiB

[startup+1.50045 s]
/proc/loadavg: 4.25 4.40 4.27 5/277 128771
/proc/meminfo: memFree=103155672/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128771] ppid=128769 vsize=229492 memory=203808 CPUtime=1.47 cores=0,2
/proc/128771/stat : 128771 (pbsuma) R 128769 128769 127835 0 -1 4194304 33891 0 0 0 138 9 0 0 20 0 1 0 174535251 234999808 50952 18446744073709551615 4210688 4653049 140731753627264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 20336640 140731753629921 140731753630256 140731753630256 140731753635823 0
/proc/128771/statm: 57373 50952 1024 108 0 54781 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 233684 KiB
Current children cumulated memory: 206880 KiB

[startup+3.11446 s]
/proc/loadavg: 4.23 4.40 4.27 5/277 128771
/proc/meminfo: memFree=102973124/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128771] ppid=128769 vsize=229492 memory=203808 CPUtime=3.08 cores=0,2
/proc/128771/stat : 128771 (pbsuma) R 128769 128769 127835 0 -1 4194304 33911 0 0 0 299 9 0 0 20 0 1 0 174535251 234999808 50952 18446744073709551615 4210688 4653049 140731753627264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 20336640 140731753629921 140731753630256 140731753630256 140731753635823 0
/proc/128771/statm: 57373 50952 1024 108 0 54781 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 233684 KiB
Current children cumulated memory: 206880 KiB

[startup+6.30046 s]
/proc/loadavg: 4.23 4.40 4.27 5/277 128771
/proc/meminfo: memFree=102577612/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128771] ppid=128769 vsize=384672 memory=312128 CPUtime=6.25 cores=0,2
/proc/128771/stat : 128771 (pbsuma) R 128769 128769 127835 0 -1 4194304 41566 0 0 0 613 12 0 0 20 0 1 0 174535251 393904128 78032 18446744073709551615 4210688 4653049 140731753627264 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 20336640 140731753629921 140731753630256 140731753630256 140731753635823 0
/proc/128771/statm: 96168 78032 1024 108 0 93576 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 388864 KiB
Current children cumulated memory: 315200 KiB

[startup+12.7004 s]
/proc/loadavg: 4.20 4.38 4.27 5/277 128772
/proc/meminfo: memFree=101706304/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=403748 memory=355628 CPUtime=5.62 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 47522 0 0 0 525 37 0 0 20 0 1 0 174535950 413437952 88907 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 100937 88907 2304 1147 0 88363 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 407940 KiB
Current children cumulated memory: 358700 KiB

[startup+25.5005 s]
/proc/loadavg: 4.17 4.37 4.27 5/277 128772
/proc/meminfo: memFree=100640012/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=403748 memory=355628 CPUtime=18.38 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 47608 0 0 0 1800 38 0 0 20 0 1 0 174535950 413437952 88907 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 100937 88907 2304 1147 0 88363 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 407940 KiB
Current children cumulated memory: 358700 KiB

[startup+51.1147 s]
/proc/loadavg: 4.24 4.37 4.27 5/277 128772
/proc/meminfo: memFree=98003644/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=659152 memory=601060 CPUtime=43.43 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 84484 0 0 0 4209 134 0 0 20 0 1 0 174535950 674971648 150265 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 164788 150265 2368 1147 0 152214 0
Current children cumulated CPU time: 50.37 s
Current children cumulated vsize: 663344 KiB
Current children cumulated memory: 604132 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.34 4.27 5/277 128774
/proc/meminfo: memFree=92768648/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=803476 memory=733084 CPUtime=94.46 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 87776 0 0 0 9307 139 0 0 20 0 1 0 174535950 822759424 183271 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 200869 183271 2368 1147 0 188295 0
Current children cumulated CPU time: 101.4 s
Current children cumulated vsize: 807668 KiB
Current children cumulated memory: 736156 KiB

[startup+162.3 s]
/proc/loadavg: 4.23 4.32 4.27 5/276 128776
/proc/meminfo: memFree=87134516/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=975404 memory=838840 CPUtime=154.31 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 93261 0 0 0 15283 148 0 0 20 0 1 0 174535950 998813696 209710 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 243851 209710 2368 1147 0 231277 0
Current children cumulated CPU time: 161.25 s
Current children cumulated vsize: 979596 KiB
Current children cumulated memory: 841912 KiB

[startup+222.3 s]
/proc/loadavg: 4.27 4.31 4.26 5/259 128779
/proc/meminfo: memFree=81987952/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=993052 memory=902932 CPUtime=214.15 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 94489 0 0 0 21262 153 0 0 20 0 1 0 174535950 1016885248 225733 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 248263 225733 2368 1147 0 235689 0
Current children cumulated CPU time: 221.09 s

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

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.15 4/252 129121
/proc/meminfo: memFree=41970036/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=2682576 memory=2203580 CPUtime=3323.69 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 182292 0 0 0 332101 268 0 0 20 0 1 0 174535950 2746957824 550895 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 670644 550895 2368 1147 0 658070 0
Current children cumulated CPU time: 3330.63 s
Current children cumulated vsize: 2686768 KiB
Current children cumulated memory: 2206652 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.15 4/252 129123
/proc/meminfo: memFree=38599772/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=2688740 memory=2222148 CPUtime=3383.48 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 184054 0 0 0 338076 272 0 0 20 0 1 0 174535950 2753269760 555537 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 672185 555537 2368 1147 0 659611 0
Current children cumulated CPU time: 3390.42 s
Current children cumulated vsize: 2692932 KiB
Current children cumulated memory: 2225220 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.13 4.15 3/252 129125
/proc/meminfo: memFree=36816548/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=2700924 memory=2245728 CPUtime=3443.24 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 186989 0 0 0 344050 274 0 0 20 0 1 0 174535950 2765746176 561432 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 675231 561432 2368 1147 0 662657 0
Current children cumulated CPU time: 3450.18 s
Current children cumulated vsize: 2705116 KiB
Current children cumulated memory: 2248800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.15 2/254 129129
/proc/meminfo: memFree=36154924/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=2700924 memory=2245728 CPUtime=3503.02 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 186990 0 0 0 350028 274 0 0 20 0 1 0 174535950 2765746176 561432 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 675231 561432 2368 1147 0 662657 0
Current children cumulated CPU time: 3509.96 s
Current children cumulated vsize: 2705116 KiB
Current children cumulated memory: 2248800 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.13 4.15 2/253 129131
/proc/meminfo: memFree=36158388/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=2700924 memory=2245728 CPUtime=3562.8 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 187181 0 0 0 356006 274 0 0 20 0 1 0 174535950 2765746176 561432 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 675231 561432 2368 1147 0 662657 0
Current children cumulated CPU time: 3569.74 s
Current children cumulated vsize: 2705116 KiB
Current children cumulated memory: 2248800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.7 s]
/proc/loadavg: 4.16 4.13 4.15 2/253 129131
/proc/meminfo: memFree=36192540/131382120 swapFree=33010416/33010684
[pid=128769] ppid=128766 vsize=4192 memory=3072 CPUtime=6.94 cores=0,2
/proc/128769/stat : 128769 (run-opt-break-l) S 128766 128769 127835 0 -1 4194304 241 41891 0 0 0 0 679 15 20 0 1 0 174535250 4292608 768 18446744073709551615 94043678031872 94043678926405 140728040902608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94043679165456 94043679213200 94043704369152 140728040909075 140728040909276 140728040909276 140728040914880 0
/proc/128769/statm: 1048 768 704 219 0 110 0
[pid=128772] ppid=128769 vsize=2700924 memory=2245728 CPUtime=3593.09 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128769 128769 127835 0 -1 4194304 187188 0 0 0 359035 274 0 0 20 0 1 0 174535950 2765746176 561432 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 675231 561432 2368 1147 0 662657 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2705116 KiB
Current children cumulated memory: 2248800 KiB

Sending SIGTERM to process tree (bottom up)

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

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

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

Solver just ended.
Dumping a history of the last processes samples

[startup+3612.81 s]*
/proc/loadavg: 4.14 4.13 4.15 2/252 129131
/proc/meminfo: memFree=36192540/131382120 swapFree=33010416/33010684
[pid=128772] ppid=128766 vsize=2700924 memory=2245728 CPUtime=3593.21 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128766 128769 127835 0 -1 4194304 187188 0 0 0 359047 274 0 0 20 0 1 0 174535950 2765746176 561432 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 675231 561432 2368 1147 0 662657 0
Current cumulated CPU time of completed processes: 6.95646 s
Current children cumulated CPU time: 3593.21 s
Current children cumulated vsize: 2700924 KiB
Current children cumulated memory: 2245728 KiB

[startup+3613.6 s]
/proc/loadavg: 4.14 4.13 4.15 2/252 129131
/proc/meminfo: memFree=36192540/131382120 swapFree=33010416/33010684
[pid=128772] ppid=128766 vsize=2700924 memory=2245728 CPUtime=3593.99 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128766 128769 127835 0 -1 4194304 187188 0 0 0 359125 274 0 0 20 0 1 0 174535950 2765746176 561432 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 675231 561432 2368 1147 0 662657 0
Current cumulated CPU time of completed processes: 6.95646 s
Current children cumulated CPU time: 3593.99 s
Current children cumulated vsize: 2700924 KiB
Current children cumulated memory: 2245728 KiB

[startup+3614.4 s]
/proc/loadavg: 4.14 4.13 4.15 2/252 129131
/proc/meminfo: memFree=36198832/131382120 swapFree=33010416/33010684
[pid=128772] ppid=128766 vsize=2700924 memory=2245728 CPUtime=3594.78 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128766 128769 127835 0 -1 4194304 187188 0 0 0 359204 274 0 0 20 0 1 0 174535950 2765746176 561432 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 675231 561432 2368 1147 0 662657 0
Current cumulated CPU time of completed processes: 6.95646 s
Current children cumulated CPU time: 3594.78 s
Current children cumulated vsize: 2700924 KiB
Current children cumulated memory: 2245728 KiB

[startup+3614.6 s]
/proc/loadavg: 4.14 4.13 4.15 2/252 129131
/proc/meminfo: memFree=36198832/131382120 swapFree=33010416/33010684
[pid=128772] ppid=128766 vsize=2700924 memory=2245728 CPUtime=3594.98 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128766 128769 127835 0 -1 4194304 187189 0 0 0 359224 274 0 0 20 0 1 0 174535950 2765746176 561432 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 675231 561432 2368 1147 0 662657 0
Current cumulated CPU time of completed processes: 6.95646 s
Current children cumulated CPU time: 3594.98 s
Current children cumulated vsize: 2700924 KiB
Current children cumulated memory: 2245728 KiB

[startup+3614.7 s]
/proc/loadavg: 4.14 4.13 4.15 2/252 129131
/proc/meminfo: memFree=36198832/131382120 swapFree=33010416/33010684
[pid=128772] ppid=128766 vsize=2700924 memory=2245728 CPUtime=3595.08 cores=0,2
/proc/128772/stat : 128772 (roundingsat) R 128766 128769 127835 0 -1 4194304 187189 0 0 0 359234 274 0 0 20 0 1 0 174535950 2765746176 561432 18446744073709551615 4227072 8923577 140723362673792 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9827200 9836688 29847552 140723362679058 140723362679334 140723362679334 140723362684906 0
/proc/128772/statm: 675231 561432 2368 1147 0 662657 0
Current cumulated CPU time of completed processes: 6.95646 s
Current children cumulated CPU time: 3595.08 s
Current children cumulated vsize: 2700924 KiB
Current children cumulated memory: 2245728 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3706.16
CPU time (s): 3602.06
CPU user time (s): 3599.14
CPU system time (s): 2.91433
CPU usage (%): 97.1912
Max. virtual memory (cumulated for all children) (KiB): 3056632
Max. memory (cumulated for all children) (KiB): 2330136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.14
system time used= 2.91433
maximum resident set size= 2546200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229321
page faults= 0
swaps= 0
block input operations= 0
block output operations= 306008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 266
involuntary context switches= 8223


# summary of solver processes directly reported to runsolver:
#   pid: 128769,128772
#   total CPU time (s): 3602.06
#   total CPU user time (s): 3599.14
#   total CPU system time (s): 2.91433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7421 second user time and 37.9427 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-15 16:09:24
IDJOB=4532561
IDBENCH=155404
IDSOLVER=3393
FILE ID=nodeC002/4532561-1752588564
RUNJOBID= nodeC002-1752584603-127845
SLURM_JOB_ID= 9684332
Free space on /tmp= 430544 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
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 -w /tmp/evaluation-result-4532561-1752588564/watcher-4532561-1752588564 -o /tmp/evaluation-result-4532561-1752588564/solver-4532561-1752588564 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1752584603-127845 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532561-1752588564.opb PROOFDIR/proof-4532561-1752588564

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

MD5SUM BENCH= 1fbef458f61b2221fcf0474a376c4852
RANDOM SEED=403805037

nodeC002 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		: 2993.090
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.81
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		: 3662.719
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.81
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.439
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.81
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.145
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.81
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		: 3660.224
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.81
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		: 3592.317
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.81
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.617
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.81
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.502
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        103484192 kB
MemAvailable:   117042660 kB
Buffers:            2128 kB
Cached:         14351088 kB
SwapCached:           28 kB
Active:         13134012 kB
Inactive:       13823232 kB
Active(anon):   12625912 kB
Inactive(anon):     4248 kB
Active(file):     508100 kB
Inactive(file): 13818984 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:          10261368 kB
Writeback:             0 kB
AnonPages:      12607400 kB
Mapped:           120808 kB
Shmem:             26124 kB
KReclaimable:     142020 kB
Slab:             550316 kB
SReclaimable:     142020 kB
SUnreclaim:       408296 kB
KernelStack:        4464 kB
PageTables:        28152 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   13680496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149800 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10606592 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431424 MiB
End job on nodeC002 at 2025-07-15 17:11:11