Trace number 4431233

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
IPBHS-GUROBI-SYM 2024-07-09? (TO) 3600.21 3607.05

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.G.recomb10-0.20-13.opb
MD5SUM8ac687d6d6d445392b755a367fbcc019
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40755
Best CPU time to get the best result obtained on this benchmark49.9658
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables215039
Total number of constraints3681544
Number of constraints which are clauses3681544
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 constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

18.23/18.38	c initialize IPBHS solver
18.23/18.38	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
18.23/18.38	c optimizer = "gurobi"
18.23/18.38	c pbsolver = "roundingsat"
18.23/18.38	c load symmetries from file ""
18.23/18.38	c set time limit for symmetry computation to 100 seconds.
18.23/18.38	c set interchangeable summation variable limit to 3
18.23/18.38	c find symmetric cores by applying each permutation and add them to optimizer
18.23/18.38	c set abs symmetric core budget per WCE-iteration to 100
18.23/18.38	c set rel symmetric core budget per WCE-iteration to 0
18.23/18.38	c set lit symmetric core budget per WCE-iteration to 0
18.23/18.38	c set sym generation to 's'
18.23/18.38	c set abstraction set creation to 10 iterations without LB change
18.23/18.38	c set abstraction set inputs to 0
18.23/18.38	c set abstraction set cluster min size to 2
18.23/18.38	c set abstraction set cluster max size to 100000000
18.23/18.38	c set abstraction set cluster activation limit to 2
18.23/18.38	c enable abstraction set require equal cost
18.23/18.38	c set abstraction set assumptions to 0
18.23/18.38	c set abstraction set constraint type to 0
18.23/18.38	c set abstract core extraction strategy to b
18.23/18.38	c set core extraction strategy to 2
18.23/18.38	c set core extraction shuffles 10
18.23/18.38	c set cores per iteration to 5
18.23/18.38	c set optimizer bound usage strategy to 2
18.23/18.38	c set optimizer max non-optimal iterations to 1000
18.23/18.38	c set small core cardinality limit to 2
18.23/18.38	c set max coef in cores to 1000000000
18.23/18.38	c set SIS iterations to 5
18.23/18.38	c set SIS budget abs to 1000
18.23/18.38	c set SIS budget rel to 0.05
18.23/18.38	c limit for coefficient in constraints and objective to 9223372036854775807
18.23/18.38	c will solve HOME/instance-4431233-1721157359.opb

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431233-1721157359/watcher-4431233-1721157359 -o /tmp/evaluation-result-4431233-1721157359/solver-4431233-1721157359 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721157371-866316 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431233-1721157359.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100406 s]*
/proc/loadavg: 1.99 3.46 3.86 5/260 866384
/proc/meminfo: memFree=128448180/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=103968 memory=22528 CPUtime=0.09 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 4964 0 0 0 9 0 0 0 20 0 1 0 167903063 106463232 5632 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 25992 5632 1610 46 0 6607 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 113896 KiB
Current children cumulated memory: 25192 KiB

[startup+0.205542 s]*
/proc/loadavg: 2.23 3.48 3.87 5/260 866384
/proc/meminfo: memFree=128402264/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=116380 memory=35208 CPUtime=0.19 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 7639 0 0 0 18 1 0 0 20 0 1 0 167903063 119173120 8802 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 29095 8802 1610 46 0 9710 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 126308 KiB
Current children cumulated memory: 37872 KiB

[startup+0.305825 s]*
/proc/loadavg: 2.23 3.48 3.87 5/260 866384
/proc/meminfo: memFree=128332688/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=132228 memory=48844 CPUtime=0.29 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 10040 0 0 0 28 1 0 0 20 0 1 0 167903063 135401472 12211 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 33057 12211 1610 46 0 13672 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 142156 KiB
Current children cumulated memory: 51508 KiB

[startup+0.700244 s]
/proc/loadavg: 2.23 3.48 3.87 5/260 866384
/proc/meminfo: memFree=128210400/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=181016 memory=94424 CPUtime=0.68 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 18331 0 0 0 65 3 0 0 20 0 1 0 167903063 185360384 23606 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 45254 23606 1610 46 0 25869 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 190944 KiB
Current children cumulated memory: 97088 KiB

[startup+1.50025 s]
/proc/loadavg: 2.23 3.48 3.87 5/260 866384
/proc/meminfo: memFree=127947180/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=283092 memory=194660 CPUtime=1.47 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 34755 0 0 0 140 7 0 0 20 0 1 0 167903063 289886208 48665 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 70773 48665 1610 46 0 51388 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 293020 KiB
Current children cumulated memory: 197324 KiB

[startup+3.10566 s]
/proc/loadavg: 2.23 3.48 3.87 5/261 866385
/proc/meminfo: memFree=126656304/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=493124 memory=399612 CPUtime=3.08 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 68098 0 0 0 288 20 0 0 20 0 1 0 167903063 504958976 99903 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 123281 99903 1690 46 0 103896 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 503052 KiB
Current children cumulated memory: 402276 KiB

[startup+6.30024 s]
/proc/loadavg: 2.37 3.49 3.87 5/262 866386
/proc/meminfo: memFree=124652132/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=956756 memory=815144 CPUtime=6.27 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 122497 0 0 0 505 122 0 0 20 0 1 0 167903063 979718144 203786 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 239189 203786 1690 46 0 219804 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 966684 KiB
Current children cumulated memory: 817808 KiB

[startup+12.7003 s]
/proc/loadavg: 2.58 3.52 3.88 5/264 866389
/proc/meminfo: memFree=120891364/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=2679400 memory=2472428 CPUtime=12.65 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 476637 0 0 0 1082 183 0 0 20 0 2 0 167903063 2743705600 618107 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 669850 618107 2676 46 0 642445 0
[pid=866384/tid=866388] ppid=866382 vsize=2679400 memory=2312056 CPUtime=0 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 167903712 2743705600 618107 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2689328 KiB
Current children cumulated memory: 2475092 KiB

[startup+25.5003 s]
/proc/loadavg: 2.88 3.55 3.88 5/264 866391
/proc/meminfo: memFree=119721840/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=3300668 memory=2971892 CPUtime=25.42 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 566742 0 0 0 2337 205 0 0 20 0 2 0 167903063 3379884032 742973 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 825167 742973 2676 46 0 797762 0
[pid=866384/tid=866388] ppid=866382 vsize=3300668 memory=2664 CPUtime=0 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 167903712 3379884032 742973 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 3310596 KiB
Current children cumulated memory: 2974556 KiB

[startup+51.1057 s]
/proc/loadavg: 3.32 3.59 3.89 5/264 866395
/proc/meminfo: memFree=119720912/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=3300668 memory=2972120 CPUtime=50.96 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 581668 0 0 0 4888 208 0 0 20 0 2 0 167903063 3379884032 743030 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 825167 743030 2676 46 0 797762 0
[pid=866384/tid=866388] ppid=866382 vsize=3300668 memory=2972120 CPUtime=0.03 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 10 0 0 0 1 2 0 0 20 0 2 0 167903712 3379884032 743030 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 3310596 KiB
Current children cumulated memory: 2974784 KiB

[startup+102.3 s]
/proc/loadavg: 3.81 3.69 3.91 5/264 866406
/proc/meminfo: memFree=119718060/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=3300668 memory=2972120 CPUtime=102.03 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 610754 0 0 0 9989 214 0 0 20 0 2 0 167903063 3379884032 743030 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 825167 743030 2676 46 0 797762 0
[pid=866384/tid=866388] ppid=866382 vsize=3300668 memory=2972120 CPUtime=0.07 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 18 0 0 0 3 4 0 0 20 0 2 0 167903712 3379884032 743030 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 3310596 KiB
Current children cumulated memory: 2974784 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 3.78 3.93 5/264 866416
/proc/meminfo: memFree=120187612/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=2968052 memory=2793804 CPUtime=161.9 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 1291187 0 0 0 15385 805 0 0 20 0 2 0 167903063 3039285248 698451 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 742013 698451 3530 46 0 714608 0
[pid=866384/tid=866388] ppid=866382 vsize=2968052 memory=2664 CPUtime=0.09 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 25 0 0 0 4 5 0 0 20 0 2 0 167903712 3039285248 698451 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 2977980 KiB
Current children cumulated memory: 2796468 KiB


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

/proc/866384/statm: 1608786 1431018 3824 46 0 1581381 0
[pid=866384/tid=866388] ppid=866382 vsize=6435144 memory=2664 CPUtime=1.6 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 318 0 0 0 55 105 0 0 20 0 2 0 167903712 6589587456 1431018 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 3156.22 s
Current children cumulated vsize: 6445072 KiB
Current children cumulated memory: 5726736 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/262 868151
/proc/meminfo: memFree=110873640/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=6435144 memory=5724072 CPUtime=3216.11 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 14011043 0 0 0 291973 29638 0 0 20 0 2 0 167903063 6589587456 1431018 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 1608786 1431018 3824 46 0 1581381 0
[pid=866384/tid=866388] ppid=866382 vsize=6435144 memory=2664 CPUtime=1.63 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 323 0 0 0 56 107 0 0 20 0 2 0 167903712 6589587456 1431018 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 3216.11 s
Current children cumulated vsize: 6445072 KiB
Current children cumulated memory: 5726736 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/264 868166
/proc/meminfo: memFree=110742336/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=6435144 memory=5724072 CPUtime=3276.02 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 14241346 0 0 0 297067 30535 0 0 20 0 2 0 167903063 6589587456 1431018 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 1608786 1431018 3824 46 0 1581381 0
[pid=866384/tid=866388] ppid=866382 vsize=6435144 memory=5724072 CPUtime=1.66 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 332 0 0 0 57 109 0 0 20 0 2 0 167903712 6589587456 1431018 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 3276.02 s
Current children cumulated vsize: 6445072 KiB
Current children cumulated memory: 5726736 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/265 868177
/proc/meminfo: memFree=110622008/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=6435144 memory=5724072 CPUtime=3335.92 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 14488946 0 0 0 302782 30810 0 0 20 0 2 0 167903063 6589587456 1431018 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 1608786 1431018 3824 46 0 1581381 0
[pid=866384/tid=866388] ppid=866382 vsize=6435144 memory=2664 CPUtime=1.69 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 338 0 0 0 58 111 0 0 20 0 2 0 167903712 6589587456 1431018 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 3335.92 s
Current children cumulated vsize: 6445072 KiB
Current children cumulated memory: 5726736 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.11 4.09 5/265 868187
/proc/meminfo: memFree=110527040/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=6394812 memory=5705080 CPUtime=3395.8 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 14912607 0 0 0 308312 31268 0 0 20 0 2 0 167903063 6548287488 1426270 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 1598703 1426270 3824 46 0 1571298 0
[pid=866384/tid=866388] ppid=866382 vsize=6394812 memory=2664 CPUtime=1.72 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 343 0 0 0 60 112 0 0 20 0 2 0 167903712 6548287488 1426270 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 3395.8 s
Current children cumulated vsize: 6404740 KiB
Current children cumulated memory: 5707744 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 868199
/proc/meminfo: memFree=110518772/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=6395816 memory=5703756 CPUtime=3455.68 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 15284827 0 0 0 313855 31713 0 0 20 0 2 0 167903063 6549315584 1425939 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 1598954 1425939 3824 46 0 1571549 0
[pid=866384/tid=866388] ppid=866382 vsize=6395816 memory=5703756 CPUtime=1.75 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 348 0 0 0 61 114 0 0 20 0 2 0 167903712 6549315584 1425939 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 3455.68 s
Current children cumulated vsize: 6405744 KiB
Current children cumulated memory: 5706420 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.14 4.10 5/265 868210
/proc/meminfo: memFree=110512228/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=6395816 memory=5703756 CPUtime=3515.59 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 15477609 0 0 0 319632 31927 0 0 20 0 2 0 167903063 6549315584 1425939 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 1598954 1425939 3824 46 0 1571549 0
[pid=866384/tid=866388] ppid=866382 vsize=6395816 memory=2664 CPUtime=1.77 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 357 0 0 0 62 115 0 0 20 0 2 0 167903712 6549315584 1425939 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 3515.59 s
Current children cumulated vsize: 6405744 KiB
Current children cumulated memory: 5706420 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/263 868220
/proc/meminfo: memFree=110433028/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=6395816 memory=5703756 CPUtime=3575.49 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 15665175 0 0 0 324729 32820 0 0 20 0 2 0 167903063 6549315584 1425939 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 1598954 1425939 3824 46 0 1571549 0
[pid=866384/tid=866388] ppid=866382 vsize=6395816 memory=2664 CPUtime=1.81 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 363 0 0 0 64 117 0 0 20 0 2 0 167903712 6549315584 1425939 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 3575.49 s
Current children cumulated vsize: 6405744 KiB
Current children cumulated memory: 5706420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.9 s]
/proc/loadavg: 4.09 4.12 4.09 4/257 868285
/proc/meminfo: memFree=117291236/131524600 swapFree=131071996/131071996
[pid=866382] ppid=866379 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/866382/stat : 866382 (run-glibc-2.34.) S 866379 866382 866303 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 167903063 10166272 666 134679101440 93914038730752 93914039810072 140733978048816 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93914041908528 93914041955716 93914053419008 140733978055615 140733978055772 140733978055772 140733978062787 0
/proc/866382/statm: 2482 666 586 264 0 133 0
[pid=866384] ppid=866382 vsize=6395816 memory=5703756 CPUtime=3600.04 cores=5,7
/proc/866384/stat : 866384 (ld-linux-x86-64) R 866382 866382 866303 0 -1 4194304 15790407 0 0 0 326762 33242 0 0 20 0 2 0 167903063 6549315584 1425939 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
/proc/866384/statm: 1598954 1425939 3824 46 0 1571549 0
[pid=866384/tid=866388] ppid=866382 vsize=6395816 memory=43792 CPUtime=1.82 cores=5,7
/proc/866384/task/866388/stat : 866388 (ld-linux-x86-64) S 866382 866382 866303 0 -1 1077936192 366 0 0 0 64 118 0 0 20 0 2 0 167903712 6549315584 1425939 134679101440 140649198608384 140649198795996 140727356071104 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140649200896896 140649200906344 93825021775872 140727356072791 140727356072955 140727356072955 140727356080050 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 6405744 KiB
Current children cumulated memory: 5706420 KiB

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

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

# cumulated CPU time of all completed processes:  user=0 s, system=0.00149 s

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

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

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

[startup+3607.01 s]*
/proc/loadavg: 4.09 4.12 4.09 5/261 868320
/proc/meminfo: memFree=120507112/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.00149 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.05
CPU time (s): 3600.21
CPU user time (s): 3267.63
CPU system time (s): 332.573
CPU usage (%): 99.8104
Max. virtual memory (cumulated for all children) (KiB): 6516852
Max. memory (cumulated for all children) (KiB): 5790172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3267.63
system time used= 332.573
maximum resident set size= 5822204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15790610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356604
involuntary context switches= 3322


# summary of solver processes directly reported to runsolver:
#   pid: 866382,866384
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3267.63
#   total CPU system time (s): 332.573

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.5053 second user time and 14.9043 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-16 21:16:13
IDJOB=4431233
IDBENCH=158209
IDSOLVER=3055
FILE ID=nodeC028/4431233-1721157359
RUNJOBID= nodeC028-1721157371-866316
SLURM_JOB_ID= 7505768
Free space on /tmp= 889620 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped2.G.recomb10-0.20-13.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431233-1721157359/watcher-4431233-1721157359 -o /tmp/evaluation-result-4431233-1721157359/solver-4431233-1721157359 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721157371-866316 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431233-1721157359.opb

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

MD5SUM BENCH= 8ac687d6d6d445392b755a367fbcc019
RANDOM SEED=748998015

nodeC028.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128500820 kB
MemAvailable:   129605596 kB
Buffers:          418436 kB
Cached:          1520248 kB
SwapCached:            0 kB
Active:           803484 kB
Inactive:        1621700 kB
Active(anon):       1552 kB
Inactive(anon):   522444 kB
Active(file):     801932 kB
Inactive(file):  1099256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            501732 kB
Writeback:             8 kB
AnonPages:        483540 kB
Mapped:           112200 kB
Shmem:             37720 kB
KReclaimable:      86824 kB
Slab:             190592 kB
SReclaimable:      86824 kB
SUnreclaim:       103768 kB
KernelStack:        4036 kB
PageTables:        10544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     909712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62304 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    18454528 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889712 MiB
End job on nodeC028 at 2024-07-16 22:16:20