Trace number 4431052

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 3605.91

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUM175cf8fd081870b89b1494469c4bb17a
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 benchmark293
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
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 constraints17459
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 2691
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.88/0.90	c initialize IPBHS solver
0.88/0.90	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.88/0.90	c optimizer = "gurobi"
0.88/0.90	c pbsolver = "roundingsat"
0.88/0.90	c load symmetries from file ""
0.88/0.90	c set time limit for symmetry computation to 100 seconds.
0.88/0.90	c set interchangeable summation variable limit to 3
0.88/0.90	c find symmetric cores by applying each permutation and add them to optimizer
0.88/0.90	c set abs symmetric core budget per WCE-iteration to 100
0.88/0.90	c set rel symmetric core budget per WCE-iteration to 0
0.88/0.90	c set lit symmetric core budget per WCE-iteration to 0
0.88/0.90	c set sym generation to 's'
0.88/0.90	c set abstraction set creation to 10 iterations without LB change
0.88/0.90	c set abstraction set inputs to 0
0.88/0.90	c set abstraction set cluster min size to 2
0.88/0.90	c set abstraction set cluster max size to 100000000
0.88/0.90	c set abstraction set cluster activation limit to 2
0.88/0.90	c enable abstraction set require equal cost
0.88/0.90	c set abstraction set assumptions to 0
0.88/0.90	c set abstraction set constraint type to 0
0.88/0.90	c set abstract core extraction strategy to b
0.88/0.90	c set core extraction strategy to 2
0.88/0.90	c set core extraction shuffles 10
0.88/0.90	c set cores per iteration to 5
0.88/0.90	c set optimizer bound usage strategy to 2
0.88/0.90	c set optimizer max non-optimal iterations to 1000
0.88/0.90	c set small core cardinality limit to 2
0.88/0.90	c set max coef in cores to 1000000000
0.88/0.90	c set SIS iterations to 5
0.88/0.90	c set SIS budget abs to 1000
0.88/0.90	c set SIS budget rel to 0.05
0.88/0.90	c limit for coefficient in constraints and objective to 9223372036854775807
0.88/0.90	c will solve HOME/instance-4431052-1721098595.opb
3600.05/3605.90	HOME/run-glibc-2.34.sh: line 2: 827095 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 (62518 MiB free)
  memory of node 1: 64473 MiB (63410 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=827093, runsolver pid=827090
Current StackSize limit: 8192 KiB


[startup+0.10035 s]*
/proc/loadavg: 4.14 4.18 4.18 7/250 827095
/proc/meminfo: memFree=128945968/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=91664 memory=11440 CPUtime=0.09 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 1537 0 0 0 9 0 0 0 20 0 1 0 162015397 93863936 2860 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 22916 2860 1573 46 0 3531 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 101592 KiB
Current children cumulated memory: 14100 KiB

[startup+0.212388 s]*
/proc/loadavg: 4.14 4.18 4.18 5/250 827095
/proc/meminfo: memFree=128940976/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=96932 memory=16508 CPUtime=0.2 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 2909 0 0 0 20 0 0 0 20 0 1 0 162015397 99258368 4127 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 24233 4127 1573 46 0 4848 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 106860 KiB
Current children cumulated memory: 19168 KiB

[startup+0.312148 s]*
/proc/loadavg: 4.14 4.18 4.18 5/250 827095
/proc/meminfo: memFree=128935468/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=101816 memory=21788 CPUtime=0.3 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 4198 0 0 0 29 1 0 0 20 0 1 0 162015397 104259584 5447 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 25454 5447 1573 46 0 6069 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 111744 KiB
Current children cumulated memory: 24448 KiB

[startup+0.700378 s]
/proc/loadavg: 4.14 4.18 4.18 4/245 827109
/proc/meminfo: memFree=128980496/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=201984 memory=88476 CPUtime=0.68 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 17977 0 0 0 59 9 0 0 20 0 2 0 162015397 206831616 22119 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 50496 22119 2696 46 0 23091 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 211912 KiB
Current children cumulated memory: 91136 KiB

[startup+1.50039 s]
/proc/loadavg: 4.14 4.18 4.18 5/243 827132
/proc/meminfo: memFree=128913888/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=230844 memory=116768 CPUtime=1.47 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 24066 0 0 0 137 10 0 0 20 0 2 0 162015397 236384256 29192 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 57711 29192 2697 46 0 30306 0
[pid=827095/tid=827110] ppid=827093 vsize=230844 memory=12720 CPUtime=0 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162015454 236384256 29192 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 240772 KiB
Current children cumulated memory: 119428 KiB

[startup+3.11262 s]
/proc/loadavg: 4.14 4.18 4.18 5/251 827144
/proc/meminfo: memFree=128834840/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=221108 memory=110568 CPUtime=3.09 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 28057 0 0 0 297 12 0 0 20 0 2 0 162015397 226414592 27642 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 55277 27642 3532 46 0 27872 0
[pid=827095/tid=827110] ppid=827093 vsize=221108 memory=12720 CPUtime=0 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 162015454 226414592 27642 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 231036 KiB
Current children cumulated memory: 113228 KiB

[startup+6.30039 s]
/proc/loadavg: 4.13 4.18 4.18 5/251 827145
/proc/meminfo: memFree=128833308/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=225528 memory=111072 CPUtime=6.27 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 33521 0 0 0 610 17 0 0 20 0 2 0 162015397 230940672 27768 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 56382 27768 3532 46 0 28977 0
[pid=827095/tid=827110] ppid=827093 vsize=225528 memory=12720 CPUtime=0 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 162015454 230940672 27768 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 235456 KiB
Current children cumulated memory: 113732 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.17 4.18 5/251 827145
/proc/meminfo: memFree=128829132/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=225528 memory=113280 CPUtime=12.66 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 44547 0 0 0 1242 24 0 0 20 0 2 0 162015397 230940672 28320 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 56382 28320 3532 46 0 28977 0
[pid=827095/tid=827110] ppid=827093 vsize=225528 memory=12720 CPUtime=0.01 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 16 0 0 0 0 1 0 0 20 0 2 0 162015454 230940672 28320 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 235456 KiB
Current children cumulated memory: 115940 KiB

[startup+25.5004 s]
/proc/loadavg: 4.18 4.18 4.18 5/251 827148
/proc/meminfo: memFree=128824120/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=225528 memory=114136 CPUtime=25.44 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 55448 0 0 0 2507 37 0 0 20 0 2 0 162015397 230940672 28534 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 56382 28534 3532 46 0 28977 0
[pid=827095/tid=827110] ppid=827093 vsize=225528 memory=113120 CPUtime=0.01 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 24 0 0 0 0 1 0 0 20 0 2 0 162015454 230940672 28534 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 235456 KiB
Current children cumulated memory: 116796 KiB

[startup+51.1132 s]
/proc/loadavg: 4.97 4.38 4.24 5/251 827151
/proc/meminfo: memFree=128818144/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=225528 memory=115176 CPUtime=51.01 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 72202 0 0 0 5043 58 0 0 20 0 2 0 162015397 230940672 28794 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 56382 28794 3532 46 0 28977 0
[pid=827095/tid=827110] ppid=827093 vsize=225528 memory=2660 CPUtime=0.04 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 36 0 0 0 1 3 0 0 20 0 2 0 162015454 230940672 28794 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 235456 KiB
Current children cumulated memory: 117836 KiB

[startup+102.3 s]
/proc/loadavg: 5.15 4.54 4.31 5/250 827328
/proc/meminfo: memFree=128805376/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=232708 memory=118004 CPUtime=102.13 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 88048 0 0 0 10123 90 0 0 20 0 2 0 162015397 238292992 29501 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 58177 29501 3532 46 0 30772 0
[pid=827095/tid=827110] ppid=827093 vsize=232708 memory=12720 CPUtime=0.1 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 43 0 0 0 3 7 0 0 20 0 2 0 162015454 238292992 29501 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 102.13 s
Current children cumulated vsize: 242636 KiB
Current children cumulated memory: 120664 KiB

[startup+162.3 s]
/proc/loadavg: 4.61 4.49 4.30 5/250 827386
/proc/meminfo: memFree=128821776/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=232708 memory=121232 CPUtime=162.03 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 100849 0 0 0 16084 119 0 0 20 0 2 0 162015397 238292992 30308 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 58177 30308 3532 46 0 30772 0

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

/proc/827095/statm: 65838 36834 3532 46 0 38433 0
[pid=827095/tid=827110] ppid=827093 vsize=263352 memory=2660 CPUtime=4.46 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 150 0 0 0 154 292 0 0 20 0 2 0 162015454 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3157.17 s
Current children cumulated vsize: 273280 KiB
Current children cumulated memory: 149996 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.30 4.25 5/252 828564
/proc/meminfo: memFree=128658048/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=263352 memory=147336 CPUtime=3217.08 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 147629 0 0 0 320892 816 0 0 20 0 2 0 162015397 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 65838 36834 3532 46 0 38433 0
[pid=827095/tid=827110] ppid=827093 vsize=263352 memory=147336 CPUtime=4.55 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 152 0 0 0 157 298 0 0 20 0 2 0 162015454 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3217.08 s
Current children cumulated vsize: 273280 KiB
Current children cumulated memory: 149996 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=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=263352 memory=147336 CPUtime=3276.98 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 148259 0 0 0 326869 829 0 0 20 0 2 0 162015397 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 65838 36834 3532 46 0 38433 0
[pid=827095/tid=827110] ppid=827093 vsize=263352 memory=2660 CPUtime=4.64 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 154 0 0 0 160 304 0 0 20 0 2 0 162015454 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3276.98 s
Current children cumulated vsize: 273280 KiB
Current children cumulated memory: 149996 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.24 4.23 5/252 828585
/proc/meminfo: memFree=128653564/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=263352 memory=147336 CPUtime=3336.88 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 148792 0 0 0 332848 840 0 0 20 0 2 0 162015397 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 65838 36834 3532 46 0 38433 0
[pid=827095/tid=827110] ppid=827093 vsize=263352 memory=2660 CPUtime=4.73 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 156 0 0 0 163 310 0 0 20 0 2 0 162015454 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3336.88 s
Current children cumulated vsize: 273280 KiB
Current children cumulated memory: 149996 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=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=263352 memory=147336 CPUtime=3396.78 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 149333 0 0 0 338826 852 0 0 20 0 2 0 162015397 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 65838 36834 3532 46 0 38433 0
[pid=827095/tid=827110] ppid=827093 vsize=263352 memory=2660 CPUtime=4.82 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 158 0 0 0 167 315 0 0 20 0 2 0 162015454 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3396.78 s
Current children cumulated vsize: 273280 KiB
Current children cumulated memory: 149996 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=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=263352 memory=147336 CPUtime=3456.69 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 149878 0 0 0 344806 863 0 0 20 0 2 0 162015397 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 65838 36834 3532 46 0 38433 0
[pid=827095/tid=827110] ppid=827093 vsize=263352 memory=2660 CPUtime=4.9 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 160 0 0 0 171 319 0 0 20 0 2 0 162015454 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3456.69 s
Current children cumulated vsize: 273280 KiB
Current children cumulated memory: 149996 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=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=263352 memory=147336 CPUtime=3516.59 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 150418 0 0 0 350784 875 0 0 20 0 2 0 162015397 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 65838 36834 3532 46 0 38433 0
[pid=827095/tid=827110] ppid=827093 vsize=263352 memory=2660 CPUtime=4.99 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 162 0 0 0 174 325 0 0 20 0 2 0 162015454 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3516.59 s
Current children cumulated vsize: 273280 KiB
Current children cumulated memory: 149996 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.15 4.18 5/250 829009
/proc/meminfo: memFree=128646496/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=263352 memory=147336 CPUtime=3576.5 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 150961 0 0 0 356759 891 0 0 20 0 2 0 162015397 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 65838 36834 3532 46 0 38433 0
[pid=827095/tid=827110] ppid=827093 vsize=263352 memory=12720 CPUtime=5.09 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 164 0 0 0 177 332 0 0 20 0 2 0 162015454 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3576.5 s
Current children cumulated vsize: 273280 KiB
Current children cumulated memory: 149996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.9 s]
/proc/loadavg: 4.13 4.16 4.18 5/245 829115
/proc/meminfo: memFree=128731676/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=263352 memory=147336 CPUtime=3600.05 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 150963 0 0 0 359109 896 0 0 20 0 2 0 162015397 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 65838 36834 3532 46 0 38433 0
[pid=827095/tid=827110] ppid=827093 vsize=263352 memory=2660 CPUtime=5.12 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 164 0 0 0 178 334 0 0 20 0 2 0 162015454 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 273280 KiB
Current children cumulated memory: 149996 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3591.11 s, system=8.96867 s

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

[startup+3605.9 s]
/proc/loadavg: 4.13 4.16 4.18 5/245 829115
/proc/meminfo: memFree=128731676/131655788 swapFree=131071996/131071996
[pid=827093] ppid=827090 vsize=9928 memory=2660 CPUtime=0 cores=1,3
/proc/827093/stat : 827093 (run-glibc-2.34.) S 827090 827093 824948 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 162015396 10166272 665 134679101440 94799210471424 94799211550744 140733121338576 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94799213649200 94799213696388 94799233363968 140733121344447 140733121344604 140733121344604 140733121351619 0
/proc/827093/statm: 2482 665 584 264 0 133 0
[pid=827095] ppid=827093 vsize=263352 memory=147336 CPUtime=3600.05 cores=1,3
/proc/827095/stat : 827095 (ld-linux-x86-64) R 827093 827093 824948 0 -1 4194304 150963 0 0 0 359109 896 0 0 20 0 2 0 162015397 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
/proc/827095/statm: 65838 36834 3532 46 0 38433 0
[pid=827095/tid=827110] ppid=827093 vsize=263352 memory=2660 CPUtime=5.12 cores=1,3
/proc/827095/task/827110/stat : 827110 (ld-linux-x86-64) S 827093 827093 824948 0 -1 1077936192 164 0 0 0 178 334 0 0 20 0 2 0 162015454 269672448 36834 134679101440 140222924193792 140222924381404 140731568390048 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140222926482304 140222926491752 93825002627072 140731568399191 140731568399355 140731568399355 140731568406450 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 273280 KiB
Current children cumulated memory: 149996 KiB

Child status: 143

Real time (s): 3605.91
CPU time (s): 3600.08
CPU user time (s): 3591.11
CPU system time (s): 8.96867
CPU usage (%): 99.8383
Max. virtual memory (cumulated for all children) (KiB): 273280
Max. memory (cumulated for all children) (KiB): 149996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.11
system time used= 8.96867
maximum resident set size= 147336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151182
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= 353495
involuntary context switches= 1164


# summary of solver processes directly reported to runsolver:
#   pid: 827093
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3591.11
#   total CPU system time (s): 8.96867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.181 second user time and 37.3382 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-16 04:56:48
IDJOB=4431052
IDBENCH=147625
IDSOLVER=3055
FILE ID=nodeC004/4431052-1721098595
RUNJOBID= nodeC004-1721095002-824960
SLURM_JOB_ID= 7505602
Free space on /tmp= 723656 MiB

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

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

MD5SUM BENCH= 175cf8fd081870b89b1494469c4bb17a
RANDOM SEED=524810423

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		: 3653.003
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		: 1212.902
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.464
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.320
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		: 3621.808
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		: 3322.963
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.339
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.322
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:        128952348 kB
MemAvailable:   129782148 kB
Buffers:          400668 kB
Cached:          1266432 kB
SwapCached:            0 kB
Active:           717468 kB
Inactive:        1450216 kB
Active(anon):       3368 kB
Inactive(anon):   534912 kB
Active(file):     714100 kB
Inactive(file):   915304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             89340 kB
Writeback:             0 kB
AnonPages:        498808 kB
Mapped:           119792 kB
Shmem:             37700 kB
KReclaimable:      81192 kB
Slab:             176092 kB
SReclaimable:      81192 kB
SUnreclaim:        94900 kB
KernelStack:        4000 kB
PageTables:        10788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     910820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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= 723604 MiB
End job on nodeC004 at 2024-07-16 05:56:54