Trace number 4431051

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.08 3607.12

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUMb48e8711e48bf421c56e401ff58b5422
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 benchmark248
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.76/0.81	c initialize IPBHS solver
0.76/0.81	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
0.76/0.81	c optimizer = "gurobi"
0.76/0.81	c pbsolver = "roundingsat"
0.76/0.81	c load symmetries from file ""
0.76/0.81	c set time limit for symmetry computation to 100 seconds.
0.76/0.81	c set interchangeable summation variable limit to 3
0.76/0.81	c find symmetric cores by applying each permutation and add them to optimizer
0.76/0.81	c set abs symmetric core budget per WCE-iteration to 100
0.76/0.81	c set rel symmetric core budget per WCE-iteration to 0
0.76/0.81	c set lit symmetric core budget per WCE-iteration to 0
0.76/0.81	c set sym generation to 's'
0.76/0.81	c set abstraction set creation to 10 iterations without LB change
0.76/0.81	c set abstraction set inputs to 0
0.76/0.81	c set abstraction set cluster min size to 2
0.76/0.81	c set abstraction set cluster max size to 100000000
0.76/0.81	c set abstraction set cluster activation limit to 2
0.76/0.81	c enable abstraction set require equal cost
0.76/0.81	c set abstraction set assumptions to 0
0.76/0.81	c set abstraction set constraint type to 0
0.76/0.81	c set abstract core extraction strategy to b
0.76/0.81	c set core extraction strategy to 2
0.76/0.81	c set core extraction shuffles 10
0.76/0.81	c set cores per iteration to 5
0.76/0.81	c set optimizer bound usage strategy to 2
0.76/0.81	c set optimizer max non-optimal iterations to 1000
0.76/0.81	c set small core cardinality limit to 2
0.76/0.81	c set max coef in cores to 1000000000
0.76/0.81	c set SIS iterations to 5
0.76/0.81	c set SIS budget abs to 1000
0.76/0.81	c set SIS budget rel to 0.05
0.76/0.81	c limit for coefficient in constraints and objective to 9223372036854775807
0.76/0.81	c will solve HOME/instance-4431051-1721098596.opb
3600.07/3607.11	HOME/run-glibc-2.34.sh: line 2: 827143 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (62577 MiB free)
  memory of node 1: 64473 MiB (63315 MiB free)
  node distances:
     10  21
     21  10

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

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 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 Starting watchdog threadLinux Starting watchdog threadmit, stack expansion wil
Current StackSize limit: 8192 KiB

solver pid=827141, runsolver pid=827138

[startup+0.100613 s]*
/proc/loadavg: 4.14 4.18 4.18 5/250 827143
/proc/meminfo: memFree=128907744/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=91400 memory=11512 CPUtime=0.09 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 1492 0 0 0 9 0 0 0 20 0 1 0 162015499 93593600 2878 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 22850 2878 1591 46 0 3465 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 101328 KiB
Current children cumulated memory: 14336 KiB

[startup+0.215613 s]*
/proc/loadavg: 4.14 4.18 4.18 5/250 827143
/proc/meminfo: memFree=128901020/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=96272 memory=16052 CPUtime=0.19 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 2745 0 0 0 18 1 0 0 20 0 1 0 162015499 98582528 4013 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 24068 4013 1591 46 0 4683 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 106200 KiB
Current children cumulated memory: 18876 KiB

[startup+0.309566 s]*
/proc/loadavg: 4.14 4.18 4.18 5/250 827143
/proc/meminfo: memFree=128889256/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=99836 memory=20012 CPUtime=0.28 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 3710 0 0 0 27 1 0 0 20 0 1 0 162015499 102232064 5003 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 24959 5003 1591 46 0 5574 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 109764 KiB
Current children cumulated memory: 22836 KiB

[startup+0.700355 s]
/proc/loadavg: 4.14 4.18 4.18 5/250 827143
/proc/meminfo: memFree=128866060/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=192176 memory=77692 CPUtime=0.66 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 15667 0 0 0 58 8 0 0 20 0 2 0 162015499 196788224 19357 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 48044 19357 2696 46 0 20639 0
[pid=827143/tid=827144] ppid=827141 vsize=192176 memory=43020 CPUtime=0 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162015550 196788224 19423 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 202104 KiB
Current children cumulated memory: 80516 KiB

[startup+1.50047 s]
/proc/loadavg: 4.14 4.18 4.18 5/251 827144
/proc/meminfo: memFree=128835480/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=202032 memory=87196 CPUtime=1.46 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 19937 0 0 0 137 9 0 0 20 0 2 0 162015499 206880768 21799 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 50508 21799 2696 46 0 23103 0
[pid=827143/tid=827144] ppid=827141 vsize=202032 memory=0 CPUtime=0 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162015550 206880768 21799 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 211960 KiB
Current children cumulated memory: 90020 KiB

[startup+3.11287 s]
/proc/loadavg: 4.14 4.18 4.18 5/251 827145
/proc/meminfo: memFree=128834316/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=202032 memory=91128 CPUtime=3.07 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 23967 0 0 0 295 12 0 0 20 0 2 0 162015499 206880768 22782 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 50508 22782 3524 46 0 23103 0
[pid=827143/tid=827144] ppid=827141 vsize=202032 memory=2824 CPUtime=0 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 162015550 206880768 22782 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 211960 KiB
Current children cumulated memory: 93952 KiB

[startup+6.30047 s]
/proc/loadavg: 4.13 4.18 4.18 5/251 827145
/proc/meminfo: memFree=128830644/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=202032 memory=92332 CPUtime=6.25 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 29680 0 0 0 607 18 0 0 20 0 2 0 162015499 206880768 23083 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 50508 23083 3524 46 0 23103 0
[pid=827143/tid=827144] ppid=827141 vsize=202032 memory=90548 CPUtime=0 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 162015550 206880768 23083 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 211960 KiB
Current children cumulated memory: 95156 KiB

[startup+12.7005 s]
/proc/loadavg: 4.12 4.17 4.18 5/251 827145
/proc/meminfo: memFree=128828740/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=202032 memory=92828 CPUtime=12.63 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 40275 0 0 0 1239 24 0 0 20 0 2 0 162015499 206880768 23207 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 50508 23207 3524 46 0 23103 0
[pid=827143/tid=827144] ppid=827141 vsize=202032 memory=12720 CPUtime=0.01 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 14 0 0 0 0 1 0 0 20 0 2 0 162015550 206880768 23207 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 211960 KiB
Current children cumulated memory: 95652 KiB

[startup+25.5005 s]
/proc/loadavg: 4.33 4.21 4.19 5/251 827148
/proc/meminfo: memFree=128823952/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=206452 memory=95340 CPUtime=25.41 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 51264 0 0 0 2504 37 0 0 20 0 2 0 162015499 211406848 23835 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 51613 23835 3524 46 0 24208 0
[pid=827143/tid=827144] ppid=827141 vsize=206452 memory=7753962193363965853 CPUtime=0.03 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 21 0 0 0 1 2 0 0 20 0 2 0 162015550 211406848 23835 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 216380 KiB
Current children cumulated memory: 98164 KiB

[startup+51.1131 s]
/proc/loadavg: 4.97 4.38 4.24 5/251 827151
/proc/meminfo: memFree=128818112/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=206452 memory=97388 CPUtime=50.97 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 67189 0 0 0 5040 57 0 0 20 0 2 0 162015499 211406848 24347 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 51613 24347 3524 46 0 24208 0
[pid=827143/tid=827144] ppid=827141 vsize=206452 memory=2824 CPUtime=0.05 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 34 0 0 0 2 3 0 0 20 0 2 0 162015550 211406848 24347 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 216380 KiB
Current children cumulated memory: 100212 KiB

[startup+102.301 s]
/proc/loadavg: 5.15 4.54 4.31 5/250 827328
/proc/meminfo: memFree=128805376/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=213632 memory=99884 CPUtime=102.04 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 82616 0 0 0 10115 89 0 0 20 0 2 0 162015499 218759168 24971 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 53408 24971 3524 46 0 26003 0
[pid=827143/tid=827144] ppid=827141 vsize=213632 memory=99880 CPUtime=0.11 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 43 0 0 0 4 7 0 0 20 0 2 0 162015550 218759168 24971 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 223560 KiB
Current children cumulated memory: 102708 KiB

[startup+162.3 s]
/proc/loadavg: 4.61 4.49 4.30 5/250 827386
/proc/meminfo: memFree=128821468/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=213632 memory=101944 CPUtime=161.9 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 97624 0 0 0 16069 121 0 0 20 0 2 0 162015499 218759168 25486 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0

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

/proc/827143/statm: 62638 33113 3524 46 0 35233 0
[pid=827143/tid=827144] ppid=827141 vsize=250552 memory=2824 CPUtime=4.51 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 163 0 0 0 142 309 0 0 20 0 2 0 162015550 256565248 33113 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3156.09 s
Current children cumulated vsize: 260480 KiB
Current children cumulated memory: 135276 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.30 4.25 5/252 828564
/proc/meminfo: memFree=128658020/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=251028 memory=132544 CPUtime=3215.99 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 159838 0 0 0 320826 773 0 0 20 0 2 0 162015499 257052672 33136 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 62757 33136 3524 46 0 35352 0
[pid=827143/tid=827144] ppid=827141 vsize=251028 memory=12720 CPUtime=4.6 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 165 0 0 0 145 315 0 0 20 0 2 0 162015550 257052672 33136 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3215.99 s
Current children cumulated vsize: 260956 KiB
Current children cumulated memory: 135368 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.26 4.23 5/252 828574
/proc/meminfo: memFree=128656184/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=251284 memory=132720 CPUtime=3275.88 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 160423 0 0 0 326804 784 0 0 20 0 2 0 162015499 257314816 33180 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 62821 33180 3524 46 0 35416 0
[pid=827143/tid=827144] ppid=827141 vsize=251284 memory=2824 CPUtime=4.7 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 167 0 0 0 148 322 0 0 20 0 2 0 162015550 257314816 33180 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3275.88 s
Current children cumulated vsize: 261212 KiB
Current children cumulated memory: 135544 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.24 4.23 5/252 828585
/proc/meminfo: memFree=128653528/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=252052 memory=135224 CPUtime=3335.76 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 161149 0 0 0 332781 795 0 0 20 0 2 0 162015499 258101248 33806 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 63013 33806 3524 46 0 35608 0
[pid=827143/tid=827144] ppid=827141 vsize=252052 memory=2824 CPUtime=4.78 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 169 0 0 0 151 327 0 0 20 0 2 0 162015550 258101248 33806 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3335.76 s
Current children cumulated vsize: 261980 KiB
Current children cumulated memory: 138048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.21 4.22 5/252 828595
/proc/meminfo: memFree=128652988/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=252564 memory=135464 CPUtime=3395.65 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 161889 0 0 0 338757 808 0 0 20 0 2 0 162015499 258625536 33866 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 63141 33866 3524 46 0 35736 0
[pid=827143/tid=827144] ppid=827141 vsize=252564 memory=2824 CPUtime=4.87 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 171 0 0 0 154 333 0 0 20 0 2 0 162015550 258625536 33866 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3395.65 s
Current children cumulated vsize: 262492 KiB
Current children cumulated memory: 138288 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.19 4.20 5/252 828605
/proc/meminfo: memFree=128651548/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=254068 memory=136764 CPUtime=3455.54 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 163198 0 0 0 344735 819 0 0 20 0 2 0 162015499 260165632 34191 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 63517 34191 3524 46 0 36112 0
[pid=827143/tid=827144] ppid=827141 vsize=254068 memory=2824 CPUtime=4.96 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 173 0 0 0 157 339 0 0 20 0 2 0 162015550 260165632 34191 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3455.54 s
Current children cumulated vsize: 263996 KiB
Current children cumulated memory: 139588 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.17 4.19 5/250 828998
/proc/meminfo: memFree=128650060/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=254068 memory=136860 CPUtime=3515.42 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 163891 0 0 0 350712 830 0 0 20 0 2 0 162015499 260165632 34215 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 63517 34215 3524 46 0 36112 0
[pid=827143/tid=827144] ppid=827141 vsize=254068 memory=5476 CPUtime=5.05 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 175 0 0 0 161 344 0 0 20 0 2 0 162015550 260165632 34215 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3515.42 s
Current children cumulated vsize: 263996 KiB
Current children cumulated memory: 139684 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.15 4.18 5/250 829009
/proc/meminfo: memFree=128646500/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=254068 memory=136860 CPUtime=3575.3 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 164567 0 0 0 356690 840 0 0 20 0 2 0 162015499 260165632 34215 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 63517 34215 3524 46 0 36112 0
[pid=827143/tid=827144] ppid=827141 vsize=254068 memory=7898077381439823008 CPUtime=5.14 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 177 0 0 0 164 350 0 0 20 0 2 0 162015550 260165632 34215 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3575.3 s
Current children cumulated vsize: 263996 KiB
Current children cumulated memory: 139684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.11 s]
/proc/loadavg: 4.12 4.15 4.18 5/250 829255
/proc/meminfo: memFree=128728564/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=254068 memory=138228 CPUtime=3600.07 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 164967 0 0 0 359162 845 0 0 20 0 2 0 162015499 260165632 34557 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 63517 34557 3524 46 0 36112 0
[pid=827143/tid=827144] ppid=827141 vsize=254068 memory=2824 CPUtime=5.17 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 179 0 0 0 165 352 0 0 20 0 2 0 162015550 260165632 34557 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 263996 KiB
Current children cumulated memory: 141052 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3607.12 s]
# the end of solver process 827141 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3591.63 s, system=8.45334 s

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

[startup+3607.11 s]
/proc/loadavg: 4.12 4.15 4.18 5/250 829255
/proc/meminfo: memFree=128728564/131655788 swapFree=131071996/131071996
[pid=827141] ppid=827138 vsize=9928 memory=2824 CPUtime=0 cores=0,2
/proc/827141/stat : 827141 (run-glibc-2.34.) S 827138 827141 824948 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 162015499 10166272 706 134679101440 93992796495872 93992797575192 140730926941216 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93992799673648 93992799720836 93992808718336 140730926949311 140730926949468 140730926949468 140730926956483 0
/proc/827141/statm: 2482 706 625 264 0 133 0
[pid=827143] ppid=827141 vsize=254068 memory=138228 CPUtime=3600.07 cores=0,2
/proc/827143/stat : 827143 (ld-linux-x86-64) R 827141 827141 824948 0 -1 4194304 164967 0 0 0 359162 845 0 0 20 0 2 0 162015499 260165632 34557 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
/proc/827143/statm: 63517 34557 3524 46 0 36112 0
[pid=827143/tid=827144] ppid=827141 vsize=254068 memory=2824 CPUtime=5.17 cores=0,2
/proc/827143/task/827144/stat : 827144 (ld-linux-x86-64) S 827141 827141 824948 0 -1 1077936192 179 0 0 0 165 352 0 0 20 0 2 0 162015550 260165632 34557 134679101440 140347236773888 140347236961500 140727712050720 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140347239062400 140347239071848 93825017622528 140727712052055 140727712052219 140727712052219 140727712059314 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 263996 KiB
Current children cumulated memory: 141052 KiB

Child status: 143

Real time (s): 3607.12
CPU time (s): 3600.08
CPU user time (s): 3591.63
CPU system time (s): 8.45334
CPU usage (%): 99.8048
Max. virtual memory (cumulated for all children) (KiB): 263996
Max. memory (cumulated for all children) (KiB): 141052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.63
system time used= 8.45334
maximum resident set size= 138228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165188
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= 355879
involuntary context switches= 25381


# summary of solver processes directly reported to runsolver:
#   pid: 827141
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3591.63
#   total CPU system time (s): 8.45334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6841 second user time and 37.3355 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-16 04:56:49
IDJOB=4431051
IDBENCH=147626
IDSOLVER=3055
FILE ID=nodeC004/4431051-1721098596
RUNJOBID= nodeC004-1721095002-824958
SLURM_JOB_ID= 7505602
Free space on /tmp= 723652 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.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-4431051-1721098596/watcher-4431051-1721098596 -o /tmp/evaluation-result-4431051-1721098596/solver-4431051-1721098596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721095002-824958 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431051-1721098596.opb

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

MD5SUM BENCH= b48e8711e48bf421c56e401ff58b5422
RANDOM SEED=1320983208

nodeC004.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	: 0xb00001f
cpu MHz		: 3541.706
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.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	: 0xb00001f
cpu MHz		: 1829.097
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.308
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.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	: 0xb00001f
cpu MHz		: 1197.393
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3657.415
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.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	: 0xb00001f
cpu MHz		: 3492.147
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.348
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.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	: 0xb00001f
cpu MHz		: 1197.480
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128913888 kB
MemAvailable:   129747608 kB
Buffers:          400668 kB
Cached:          1270308 kB
SwapCached:            0 kB
Active:           722460 kB
Inactive:        1483488 kB
Active(anon):       3368 kB
Inactive(anon):   569300 kB
Active(file):     719092 kB
Inactive(file):   914188 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            134980 kB
Writeback:             0 kB
AnonPages:        533228 kB
Mapped:           119604 kB
Shmem:             37700 kB
KReclaimable:      81280 kB
Slab:             176240 kB
SReclaimable:      81280 kB
SUnreclaim:        94960 kB
KernelStack:        4000 kB
PageTables:        10824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     976268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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:      189256 kB
DirectMap2M:    14395392 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723608 MiB
End job on nodeC004 at 2024-07-16 05:56:56