Trace number 4502927

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.2 3653.69

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-sbox_8_shg.opb
MD5SUMde975147a543f81642d44481372d34a3
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 benchmark304
Best CPU time to get the best result obtained on this benchmark3063.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136253
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 constraint170
Maximum length of a constraint1517
Number of terms in the objective function 136253
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 136253
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 136253
Number of bits of the biggest sum of numbers18
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-4502927-1751428728.opb'
8.65/8.72	c 	read 602.90MB  (8708.94ms)
8.65/8.72	c	 [cnf: #variables 136253 #clauses 65281 #duplicates 0 #arr 59258941]
8.65/8.72	c output proof to 'PROOFDIR/proof-4502927-1751428728'
8.65/8.72	c 
8.65/8.72	c make graph and approximate orbits
11.54/11.69	c	 [group: #orbits ~= 0] (2966.94ms)
11.54/11.69	c 
11.54/11.69	c detect special group actions
11.54/11.69	c 	probe for Johnson action (limit=64)
11.54/11.69	c 	probe for row-column symmetry (limit=64, splits=16.78M)
11.64/11.70	c 	probe for row symmetry (limit=64, splits=16.78M)
11.64/11.71	c 	 (24.41ms)
11.64/11.71	c 
11.64/11.71	c detect symmetries on remainder
11.64/11.72	c 	[graph: #vertices 474040 #edges 119062894]
11.74/11.86	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
11.85/11.98	c 	 [group: #symmetries 1.00*10^0 #generators 0] (265.91ms)
11.85/11.98	c 
11.85/11.98	c finalize break order and special generators
11.85/11.99	c 
11.85/11.99	c generation finished
11.85/11.99	c 	[sbp: #constraints 0 #add_vars 0]
11.85/12.00	c 
11.85/12.00	c write result to 'HOME/instance-4502927-1751428728.opb.pre'
13.14/13.29	c 	wrote 602.96MB (1288.80ms)
13.14/13.29	c ------------------------------------------------------------------
13.14/13.29	c                8708.94ms 65.59% parse
13.14/13.29	c                2966.94ms 22.35% approx_orbits
13.14/13.29	c                1288.80ms  9.71% output
13.14/13.29	c                 265.91ms  2.00% detect_generic
13.14/13.29	c                  24.41ms  0.18% detect_special
13.14/13.29	c                  16.49ms  0.12% other
13.14/13.29	c                   5.89ms  0.04% finalize_order
13.14/13.29	c         ───────────────────────────────────────────────
13.14/13.29	c               13277.38ms   100% total
13.14/13.29	c ------------------------------------------------------------------
13.24/13.37	c RoundingSat 2
13.24/13.37	c branch pb25
13.24/13.37	c commit 63f22ad
37.06/37.20	c #variables 136253 #constraints 65280
37.06/37.20	c objective is ce32 
37.06/37.20	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
37.06/37.20	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
37.06/37.20	c bounds - >= 0 @ 22.7581
61.98/62.26	c bounds 810 >= 0 @ 45.2035
62.18/62.40	c bounds 810 >= 1 @ 45.2854
62.28/62.52	c bounds 810 >= 2 @ 45.3524
62.38/62.65	c bounds 810 >= 3 @ 45.4122
62.48/62.77	c bounds 810 >= 4 @ 45.4714
62.68/62.90	c bounds 810 >= 5 @ 45.5401
62.79/63.02	c bounds 810 >= 6 @ 45.6079
62.88/63.14	c bounds 810 >= 7 @ 45.6722
62.98/63.26	c bounds 810 >= 8 @ 45.7383
63.08/63.38	c bounds 810 >= 9 @ 45.8002
63.28/63.50	c bounds 810 >= 10 @ 45.8677
63.37/63.62	c bounds 810 >= 11 @ 45.9342
63.47/63.74	c bounds 810 >= 12 @ 45.9888
63.57/63.86	c bounds 810 >= 13 @ 46.0429
63.68/63.98	c bounds 810 >= 14 @ 46.1049
63.88/64.10	c bounds 810 >= 15 @ 46.1607
63.97/64.22	c bounds 810 >= 16 @ 46.2185
64.07/64.34	c bounds 810 >= 17 @ 46.2802
64.17/64.46	c bounds 810 >= 18 @ 46.3442
64.28/64.57	c bounds 810 >= 19 @ 46.4089
64.38/64.69	c bounds 810 >= 20 @ 46.462
64.57/64.81	c bounds 810 >= 21 @ 46.5151
64.67/64.93	c bounds 810 >= 22 @ 46.5769
64.78/65.04	c bounds 810 >= 23 @ 46.6402
64.88/65.16	c bounds 810 >= 24 @ 46.6998
64.97/65.27	c bounds 810 >= 25 @ 46.7682
65.07/65.39	c bounds 810 >= 26 @ 46.829
65.27/65.51	c bounds 810 >= 27 @ 46.8922
65.37/65.63	c bounds 810 >= 28 @ 46.9506
65.47/65.75	c bounds 810 >= 29 @ 47.0112
65.57/65.87	c bounds 810 >= 30 @ 47.0826
65.67/65.99	c bounds 810 >= 31 @ 47.1495
65.87/66.11	c bounds 810 >= 32 @ 47.2133
65.97/66.25	c bounds 810 >= 33 @ 47.2851
66.07/66.39	c bounds 810 >= 34 @ 47.3513
66.26/66.53	c bounds 810 >= 35 @ 47.4188
66.37/66.67	c bounds 810 >= 36 @ 47.4819
66.57/66.80	c bounds 810 >= 37 @ 47.5446
66.66/66.94	c bounds 810 >= 38 @ 47.6143
66.77/67.09	c bounds 810 >= 39 @ 47.6899
66.97/67.23	c bounds 810 >= 40 @ 47.761
67.07/67.38	c bounds 810 >= 41 @ 47.8247
67.26/67.52	c bounds 810 >= 42 @ 47.8895
67.36/67.66	c bounds 810 >= 43 @ 47.9578
67.56/67.80	c bounds 810 >= 44 @ 48.0168
67.66/67.97	c bounds 810 >= 45 @ 48.1048
67.87/68.13	c bounds 810 >= 46 @ 48.1877
68.07/68.33	c bounds 810 >= 47 @ 48.3005
68.36/68.63	c bounds 810 >= 48 @ 48.5224
70.76/71.03	c bounds 810 >= 49 @ 50.6659
73.85/74.15	c bounds 810 >= 50 @ 53.5365
291.54/292.66	c #Conflicts:       1000 | #Constraints:      66532
291.54/292.66	c #Conflicts:       2000 | #Constraints:      67532
291.54/292.66	c INPROCESSING
291.54/292.66	c GARBAGE COLLECT
291.54/292.66	c bounds 809 >= 50 @ 269.114
294.13/295.25	c bounds 808 >= 50 @ 271.558
304.56/328.44	c bounds 807 >= 50 @ 281.535
322.42/346.31	c bounds 806 >= 50 @ 298.824
331.40/355.31	c #Conflicts:       3000 | #Constraints:      67486
331.40/355.31	c bounds 806 >= 51 @ 307.384
767.72/811.12	c #Conflicts:       4000 | #Constraints:      68534
767.72/811.12	c INPROCESSING
767.72/811.12	c GARBAGE COLLECT
767.72/811.12	c #Conflicts:       5000 | #Constraints:      67911
767.72/811.12	c #Conflicts:       6000 | #Constraints:      68911
767.72/811.12	c INPROCESSING
767.72/811.12	c GARBAGE COLLECT
767.72/811.12	c #Conflicts:       7000 | #Constraints:      67919
767.72/811.12	c bounds 805 >= 51 @ 739.842
857.80/901.70	c #Conflicts:       8000 | #Constraints:      68920
857.80/901.70	c #Conflicts:       9000 | #Constraints:      69920
857.80/901.70	c bounds 805 >= 52 @ 828.508

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: 63665 MiB (62256 MiB free)
  memory of node 1: 64507 MiB (59324 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=59162, runsolver pid=59159
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 3.05 3.09 3.09 4/263 59164
/proc/meminfo: memFree=124472808/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59164] ppid=59162 vsize=56964 memory=43608 CPUtime=0.08 cores=0,2
/proc/59164/stat : 59164 (pbsuma) R 59162 59162 58306 0 -1 4194304 8715 0 0 0 7 1 0 0 20 0 1 0 58552953 58331136 10902 18446744073709551615 4210688 4653049 140726201928448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 33718272 140726201936099 140726201936434 140726201936434 140726201941999 0
/proc/59164/statm: 14241 10902 928 108 0 11649 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 61156 KiB
Current children cumulated memory: 46552 KiB

[startup+0.205889 s]*
/proc/loadavg: 3.05 3.09 3.09 4/263 59164
/proc/meminfo: memFree=124456552/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59164] ppid=59162 vsize=75432 memory=61060 CPUtime=0.19 cores=0,2
/proc/59164/stat : 59164 (pbsuma) R 59162 59162 58306 0 -1 4194304 11587 0 0 0 17 2 0 0 20 0 1 0 58552953 77242368 15265 18446744073709551615 4210688 4653049 140726201928448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 33718272 140726201936099 140726201936434 140726201936434 140726201941999 0
/proc/59164/statm: 18858 15265 928 108 0 16266 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 79624 KiB
Current children cumulated memory: 64004 KiB

[startup+0.305781 s]*
/proc/loadavg: 3.05 3.09 3.09 4/263 59164
/proc/meminfo: memFree=124436832/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59164] ppid=59162 vsize=93220 memory=77516 CPUtime=0.29 cores=0,2
/proc/59164/stat : 59164 (pbsuma) R 59162 59162 58306 0 -1 4194304 15204 0 0 0 26 3 0 0 20 0 1 0 58552953 95457280 19379 18446744073709551615 4210688 4653049 140726201928448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 33718272 140726201936099 140726201936434 140726201936434 140726201941999 0
/proc/59164/statm: 23305 19379 928 108 0 20713 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 97412 KiB
Current children cumulated memory: 80460 KiB

[startup+0.700196 s]
/proc/loadavg: 3.05 3.09 3.09 4/263 59164
/proc/meminfo: memFree=124398712/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59164] ppid=59162 vsize=167744 memory=135764 CPUtime=0.67 cores=0,2
/proc/59164/stat : 59164 (pbsuma) R 59162 59162 58306 0 -1 4194304 25883 0 0 0 62 5 0 0 20 0 1 0 58552953 171769856 33941 18446744073709551615 4210688 4653049 140726201928448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 33718272 140726201936099 140726201936434 140726201936434 140726201941999 0
/proc/59164/statm: 41936 33941 928 108 0 39344 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 171936 KiB
Current children cumulated memory: 138708 KiB

[startup+1.5002 s]
/proc/loadavg: 3.05 3.09 3.09 4/263 59164
/proc/meminfo: memFree=124314220/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59164] ppid=59162 vsize=303944 memory=258108 CPUtime=1.48 cores=0,2
/proc/59164/stat : 59164 (pbsuma) R 59162 59162 58306 0 -1 4194304 46028 0 0 0 135 13 0 0 20 0 1 0 58552953 311238656 64527 18446744073709551615 4210688 4653049 140726201928448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 33718272 140726201936099 140726201936434 140726201936434 140726201941999 0
/proc/59164/statm: 75986 64527 928 108 0 73394 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 308136 KiB
Current children cumulated memory: 261052 KiB

[startup+3.10562 s]
/proc/loadavg: 3.05 3.09 3.09 4/263 59164
/proc/meminfo: memFree=123990388/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59164] ppid=59162 vsize=572268 memory=497944 CPUtime=3.08 cores=0,2
/proc/59164/stat : 59164 (pbsuma) R 59162 59162 58306 0 -1 4194304 85116 0 0 0 281 27 0 0 20 0 1 0 58552953 586002432 124486 18446744073709551615 4210688 4653049 140726201928448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 33718272 140726201936099 140726201936434 140726201936434 140726201941999 0
/proc/59164/statm: 143067 124486 928 108 0 140475 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 576460 KiB
Current children cumulated memory: 500888 KiB

[startup+6.3002 s]
/proc/loadavg: 3.05 3.09 3.09 4/263 59164
/proc/meminfo: memFree=123503860/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59164] ppid=59162 vsize=1101252 memory=964888 CPUtime=6.26 cores=0,2
/proc/59164/stat : 59164 (pbsuma) R 59162 59162 58306 0 -1 4194304 160083 0 0 0 575 51 0 0 20 0 1 0 58552953 1127682048 241222 18446744073709551615 4210688 4653049 140726201928448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 33718272 140726201936099 140726201936434 140726201936434 140726201941999 0
/proc/59164/statm: 275313 241222 928 108 0 272721 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1105444 KiB
Current children cumulated memory: 967832 KiB

[startup+12.7002 s]
/proc/loadavg: 3.12 3.10 3.09 3/257 59172
/proc/meminfo: memFree=123440136/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59164] ppid=59162 vsize=1660804 memory=1449084 CPUtime=12.65 cores=0,2
/proc/59164/stat : 59164 (pbsuma) R 59162 59162 58306 0 -1 4194304 270701 0 0 0 1148 117 0 0 20 0 1 0 58552953 1700663296 362271 18446744073709551615 4210688 4653049 140726201928448 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 4700520 4703148 33718272 140726201936099 140726201936434 140726201936434 140726201941999 0
/proc/59164/statm: 415201 362271 1024 108 0 412609 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1664996 KiB
Current children cumulated memory: 1452028 KiB

[startup+25.5002 s]
/proc/loadavg: 3.17 3.11 3.09 4/264 59215
/proc/meminfo: memFree=123795420/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=217700 memory=172392 CPUtime=12.08 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 11497 0 0 0 1172 36 0 0 20 0 1 0 58554288 222924800 43098 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 54425 43098 1920 1147 0 41852 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 221892 KiB
Current children cumulated memory: 175336 KiB

[startup+51.1058 s]
/proc/loadavg: 3.11 3.10 3.09 4/263 59262
/proc/meminfo: memFree=123345976/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=2917776 memory=2766708 CPUtime=37.62 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 285590 0 0 0 3418 344 0 0 20 0 1 0 58554288 2987802624 691677 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 729444 691677 2304 1147 0 716871 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 2921968 KiB
Current children cumulated memory: 2769652 KiB

[startup+102.3 s]
/proc/loadavg: 3.09 3.10 3.09 4/267 59267
/proc/meminfo: memFree=122832820/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=3281892 memory=3042548 CPUtime=88.42 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 336660 0 0 0 8043 799 0 0 20 0 1 0 58554288 3360657408 760637 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 820473 760637 2368 1147 0 807900 0
Current children cumulated CPU time: 101.72 s
Current children cumulated vsize: 3286084 KiB
Current children cumulated memory: 3045492 KiB

[startup+162.3 s]
/proc/loadavg: 3.14 3.11 3.09 4/266 59280
/proc/meminfo: memFree=122483964/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=3722824 memory=3489748 CPUtime=148.26 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 344975 0 0 0 13977 849 0 0 20 0 1 0 58554288 3812171776 872437 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 930706 872437 2368 1147 0 918133 0
Current children cumulated CPU time: 161.56 s
Current children cumulated vsize: 3727016 KiB
Current children cumulated memory: 3492692 KiB

[startup+222.3 s]
/proc/loadavg: 3.05 3.09 3.09 4/266 59282
/proc/meminfo: memFree=122460524/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=3737904 memory=3504888 CPUtime=208.12 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 346207 0 0 0 19958 854 0 0 20 0 1 0 58554288 3827613696 876222 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 934476 876222 2368 1147 0 921903 0

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

/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=10789108 memory=9692172 CPUtime=3218.51 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 1479102 0 0 0 320085 1766 0 0 20 0 1 0 58554288 11048046592 2423043 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2697277 2423043 2368 1147 0 2684704 0
Current children cumulated CPU time: 3231.81 s
Current children cumulated vsize: 10793300 KiB
Current children cumulated memory: 9695116 KiB

[startup+3342.3 s]
/proc/loadavg: 3.14 3.14 3.10 4/261 59433
/proc/meminfo: memFree=110983660/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=10793492 memory=9708784 CPUtime=3278.36 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 1481561 0 0 0 326065 1771 0 0 20 0 1 0 58554288 11052535808 2427196 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2698373 2427196 2368 1147 0 2685800 0
Current children cumulated CPU time: 3291.66 s
Current children cumulated vsize: 10797684 KiB
Current children cumulated memory: 9711728 KiB

[startup+3402.3 s]
/proc/loadavg: 3.16 3.15 3.10 4/260 59437
/proc/meminfo: memFree=110975500/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=10795464 memory=9719536 CPUtime=3338.19 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 1482460 0 0 0 332047 1772 0 0 20 0 1 0 58554288 11054555136 2429884 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2698866 2429884 2368 1147 0 2686293 0
Current children cumulated CPU time: 3351.49 s
Current children cumulated vsize: 10799656 KiB
Current children cumulated memory: 9722480 KiB

[startup+3462.3 s]
/proc/loadavg: 3.10 3.13 3.10 4/260 59439
/proc/meminfo: memFree=110954888/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=10800660 memory=9734968 CPUtime=3398.03 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 1484151 0 0 0 338026 1777 0 0 20 0 1 0 58554288 11059875840 2433742 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2700165 2433742 2368 1147 0 2687592 0
Current children cumulated CPU time: 3411.33 s
Current children cumulated vsize: 10804852 KiB
Current children cumulated memory: 9737912 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.12 3.09 4/260 59446
/proc/meminfo: memFree=110953540/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=10801656 memory=9746232 CPUtime=3457.87 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 1484591 0 0 0 344009 1778 0 0 20 0 1 0 58554288 11060895744 2436558 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2700414 2436558 2368 1147 0 2687841 0
Current children cumulated CPU time: 3471.17 s
Current children cumulated vsize: 10805848 KiB
Current children cumulated memory: 9749176 KiB

[startup+3582.3 s]
/proc/loadavg: 3.08 3.11 3.09 4/260 59447
/proc/meminfo: memFree=110944264/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=10804800 memory=9759764 CPUtime=3517.7 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 1487090 0 0 0 349987 1783 0 0 20 0 1 0 58554288 11064115200 2439941 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2701200 2439941 2368 1147 0 2688627 0
Current children cumulated CPU time: 3531 s
Current children cumulated vsize: 10808992 KiB
Current children cumulated memory: 9762708 KiB

[startup+3642.3 s]
/proc/loadavg: 2.99 3.09 3.08 3/253 59480
/proc/meminfo: memFree=113204560/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=10815672 memory=9786796 CPUtime=3577.53 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 1488387 0 0 0 355969 1784 0 0 20 0 1 0 58554288 11075248128 2446699 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2703918 2446699 2368 1147 0 2691345 0
Current children cumulated CPU time: 3590.83 s
Current children cumulated vsize: 10819864 KiB
Current children cumulated memory: 9789740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3651.6 s]
/proc/loadavg: 2.84 3.05 3.07 3/253 59481
/proc/meminfo: memFree=113203984/131250000 swapFree=33010416/33010684
[pid=59162] ppid=59159 vsize=4192 memory=2944 CPUtime=13.3 cores=0,2
/proc/59162/stat : 59162 (run-opt-break-l) S 59159 59162 58306 0 -1 4194304 242 271272 0 0 0 0 1200 130 20 0 1 0 58552952 4292608 736 18446744073709551615 93902411292672 93902412187205 140734263281376 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93902412426256 93902412474000 93902439628800 140734263290133 140734263290334 140734263290334 140734263295936 0
/proc/59162/statm: 1048 736 672 219 0 110 0
[pid=59179] ppid=59162 vsize=10815672 memory=9788460 CPUtime=3586.79 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59162 59162 58306 0 -1 4194304 1488459 0 0 0 356895 1784 0 0 20 0 1 0 58554288 11075248128 2447115 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2703918 2447115 2368 1147 0 2691345 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 10819864 KiB
Current children cumulated memory: 9791404 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

# cumulated CPU time of all completed processes:  user=3582.96 s, system=19.2396 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+3652.8 s]
/proc/loadavg: 2.84 3.05 3.07 3/252 59481
/proc/meminfo: memFree=113203984/131250000 swapFree=33010416/33010684
[pid=59179] ppid=59159 vsize=10815672 memory=9788460 CPUtime=3587.99 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59159 59162 58306 0 -1 4194304 1488460 0 0 0 357015 1784 0 0 20 0 1 0 58554288 11075248128 2447115 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2703918 2447115 2368 1147 0 2691345 0
Current cumulated CPU time of completed processes: 13.309 s
Current children cumulated CPU time: 3587.99 s
Current children cumulated vsize: 10815672 KiB
Current children cumulated memory: 9788460 KiB

[startup+3653.2 s]
/proc/loadavg: 2.84 3.05 3.07 3/252 59481
/proc/meminfo: memFree=113203984/131250000 swapFree=33010416/33010684
[pid=59179] ppid=59159 vsize=10815672 memory=9788460 CPUtime=3588.39 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59159 59162 58306 0 -1 4194304 1488460 0 0 0 357055 1784 0 0 20 0 1 0 58554288 11075248128 2447115 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2703918 2447115 2368 1147 0 2691345 0
Current cumulated CPU time of completed processes: 13.309 s
Current children cumulated CPU time: 3588.39 s
Current children cumulated vsize: 10815672 KiB
Current children cumulated memory: 9788460 KiB

[startup+3653.6 s]
/proc/loadavg: 2.84 3.05 3.07 3/252 59481
/proc/meminfo: memFree=113203984/131250000 swapFree=33010416/33010684
[pid=59179] ppid=59159 vsize=10815672 memory=9788460 CPUtime=3588.79 cores=0,2
/proc/59179/stat : 59179 (roundingsat) R 59159 59162 58306 0 -1 4194304 1488460 0 0 0 357095 1784 0 0 20 0 1 0 58554288 11075248128 2447115 18446744073709551615 4227072 8923433 140737248200176 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17874944 140737248209172 140737248209448 140737248209448 140737248215018 0
/proc/59179/statm: 2703918 2447115 2368 1147 0 2691345 0
Current cumulated CPU time of completed processes: 13.309 s
Current children cumulated CPU time: 3588.79 s
Current children cumulated vsize: 10815672 KiB
Current children cumulated memory: 9788460 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3653.69
CPU time (s): 3602.2
CPU user time (s): 3582.96
CPU system time (s): 19.2396
CPU usage (%): 98.5907
Max. virtual memory (cumulated for all children) (KiB): 10819864
Max. memory (cumulated for all children) (KiB): 9791404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.96
system time used= 19.2396
maximum resident set size= 9788460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1759974
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9633592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 258
involuntary context switches= 7995


# summary of solver processes directly reported to runsolver:
#   pid: 59162,59179
#   total CPU time (s): 3602.2
#   total CPU user time (s): 3582.96
#   total CPU system time (s): 19.2396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.87646 second user time and 15.9611 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-02 05:58:51
IDJOB=4502927
IDBENCH=155401
IDSOLVER=3360
FILE ID=nodeC027/4502927-1751428728
RUNJOBID= nodeC027-1751421462-58343
SLURM_JOB_ID= 9598350
Free space on /tmp= 430636 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-sbox_8_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-4502927-1751428728/watcher-4502927-1751428728 -o /tmp/evaluation-result-4502927-1751428728/solver-4502927-1751428728 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751421462-58343 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4502927-1751428728.opb PROOFDIR/proof-4502927-1751428728

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

MD5SUM BENCH= de975147a543f81642d44481372d34a3
RANDOM SEED=1345018549

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.639
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.864
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.928
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.683
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3575.099
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.630
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.857
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124498512 kB
MemAvailable:   128100548 kB
Buffers:            2488 kB
Cached:          4402044 kB
SwapCached:           12 kB
Active:          2300760 kB
Inactive:        3862344 kB
Active(anon):    1773844 kB
Inactive(anon):     2792 kB
Active(file):     526916 kB
Inactive(file):  3859552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            601796 kB
Writeback:             0 kB
AnonPages:       1759844 kB
Mapped:           113652 kB
Shmem:             18056 kB
KReclaimable:     109216 kB
Slab:             197356 kB
SReclaimable:     109216 kB
SUnreclaim:        88140 kB
KernelStack:        4224 kB
PageTables:         6456 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2417160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1470464 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430084 MiB
End job on nodeC027 at 2025-07-02 06:59:44