Trace number 4431144

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.03 3603.71

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__64.opb
MD5SUMf763b12660c46c190e6f60f61a3aa351
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark87132
Best CPU time to get the best result obtained on this benchmark10.1157
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables320998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint64
Maximum length of a constraint2625
Number of terms in the objective function 320000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 10990708032
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 10990708032
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.85/4.00	c initialize IPBHS solver
3.85/4.00	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
3.85/4.00	c optimizer = "gurobi"
3.85/4.00	c pbsolver = "roundingsat"
3.85/4.00	c load symmetries from file ""
3.85/4.00	c set time limit for symmetry computation to 100 seconds.
3.85/4.00	c set interchangeable summation variable limit to 3
3.85/4.00	c find symmetric cores by applying each permutation and add them to optimizer
3.85/4.00	c set abs symmetric core budget per WCE-iteration to 100
3.85/4.00	c set rel symmetric core budget per WCE-iteration to 0
3.85/4.00	c set lit symmetric core budget per WCE-iteration to 0
3.85/4.00	c set sym generation to 's'
3.85/4.00	c set abstraction set creation to 10 iterations without LB change
3.85/4.00	c set abstraction set inputs to 0
3.85/4.00	c set abstraction set cluster min size to 2
3.85/4.00	c set abstraction set cluster max size to 100000000
3.85/4.00	c set abstraction set cluster activation limit to 2
3.85/4.00	c enable abstraction set require equal cost
3.85/4.00	c set abstraction set assumptions to 0
3.85/4.00	c set abstraction set constraint type to 0
3.85/4.00	c set abstract core extraction strategy to b
3.85/4.00	c set core extraction strategy to 2
3.85/4.00	c set core extraction shuffles 10
3.85/4.00	c set cores per iteration to 5
3.85/4.00	c set optimizer bound usage strategy to 2
3.85/4.00	c set optimizer max non-optimal iterations to 1000
3.85/4.00	c set small core cardinality limit to 2
3.85/4.00	c set max coef in cores to 1000000000
3.85/4.00	c set SIS iterations to 5
3.85/4.00	c set SIS budget abs to 1000
3.85/4.00	c set SIS budget rel to 0.05
3.85/4.00	c limit for coefficient in constraints and objective to 9223372036854775807
3.85/4.00	c will solve HOME/instance-4431144-1721115360.opb
3600.01/3603.70	HOME/run-glibc-2.34.sh: line 2: 845237 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: 64059 MiB (62767 MiB free)
  memory of node 1: 64510 MiB (61759 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431144-1721115360/watcher-4431144-1721115360 -o /tmp/evaluation-result-4431144-1721115360/solver-4431144-1721115360 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721108140-840470 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431144-1721115360.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
Current StackSize limit: 8192 KiB

solver pid=845235, runsolver pid=845232

[startup+0.100944 s]*
/proc/loadavg: 4.10 4.11 4.13 5/248 845237
/proc/meminfo: memFree=127501428/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=100576 memory=19008 CPUtime=0.09 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 3797 0 0 0 8 1 0 0 20 0 1 0 163694141 102989824 4752 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 25144 4752 1612 46 0 5759 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 110504 KiB
Current children cumulated memory: 21608 KiB

[startup+0.210819 s]*
/proc/loadavg: 4.10 4.11 4.13 5/248 845237
/proc/meminfo: memFree=127486992/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=114276 memory=33260 CPUtime=0.2 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 5860 0 0 0 18 2 0 0 20 0 1 0 163694141 117018624 8315 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 28569 8315 1612 46 0 9184 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 124204 KiB
Current children cumulated memory: 35860 KiB

[startup+0.310129 s]*
/proc/loadavg: 4.10 4.11 4.13 7/248 845237
/proc/meminfo: memFree=127481476/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=134884 memory=44312 CPUtime=0.3 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 7627 0 0 0 27 3 0 0 20 0 1 0 163694141 138121216 11078 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 33721 11078 1612 46 0 14336 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 144812 KiB
Current children cumulated memory: 46912 KiB

[startup+0.700376 s]
/proc/loadavg: 4.10 4.11 4.13 5/248 845237
/proc/meminfo: memFree=127466384/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=153164 memory=65292 CPUtime=0.68 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 11803 0 0 0 64 4 0 0 20 0 1 0 163694141 156839936 16323 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 38291 16323 1612 46 0 18906 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 163092 KiB
Current children cumulated memory: 67892 KiB

[startup+1.50094 s]
/proc/loadavg: 4.09 4.10 4.13 5/248 845237
/proc/meminfo: memFree=127409008/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=386740 memory=246716 CPUtime=1.46 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 38366 0 0 0 134 12 0 0 20 0 2 0 163694141 396021760 61679 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 96685 61679 2618 46 0 69280 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 396668 KiB
Current children cumulated memory: 249316 KiB

[startup+3.11274 s]
/proc/loadavg: 4.09 4.10 4.13 5/249 845240
/proc/meminfo: memFree=127079516/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=601048 memory=453864 CPUtime=3.07 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 78276 0 0 0 284 23 0 0 20 0 2 0 163694141 615473152 113466 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 150262 113466 2730 46 0 122857 0
[pid=845237/tid=845238] ppid=845235 vsize=601048 memory=0 CPUtime=0 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 2 0 163694286 615473152 113466 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 610976 KiB
Current children cumulated memory: 456464 KiB

[startup+6.30043 s]
/proc/loadavg: 4.08 4.10 4.13 5/249 845240
/proc/meminfo: memFree=126969172/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=696856 memory=548944 CPUtime=6.25 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 106839 0 0 0 598 27 0 0 20 0 2 0 163694141 713580544 137236 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 174214 137236 2733 46 0 146809 0
[pid=845237/tid=845238] ppid=845235 vsize=696856 memory=548944 CPUtime=0 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 163694286 713580544 137236 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 706784 KiB
Current children cumulated memory: 551544 KiB

[startup+12.7004 s]
/proc/loadavg: 4.07 4.10 4.13 5/249 845241
/proc/meminfo: memFree=126967776/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=696856 memory=549752 CPUtime=12.65 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 112843 0 0 0 1236 29 0 0 20 0 2 0 163694141 713580544 137438 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 174214 137438 2733 46 0 146809 0
[pid=845237/tid=845238] ppid=845235 vsize=696856 memory=12440 CPUtime=0 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 163694286 713580544 137438 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 706784 KiB
Current children cumulated memory: 552352 KiB

[startup+25.5005 s]
/proc/loadavg: 4.14 4.11 4.13 5/249 845243
/proc/meminfo: memFree=126951872/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=703852 memory=556812 CPUtime=25.44 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 123253 0 0 0 2513 31 0 0 20 0 2 0 163694141 720744448 139203 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 175963 139203 2733 46 0 148558 0
[pid=845237/tid=845238] ppid=845235 vsize=703852 memory=2600 CPUtime=0.02 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 23 0 0 0 0 2 0 0 20 0 2 0 163694286 720744448 139203 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 713780 KiB
Current children cumulated memory: 559412 KiB

[startup+51.1129 s]
/proc/loadavg: 4.08 4.10 4.12 5/249 845246
/proc/meminfo: memFree=126903584/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=743528 memory=596404 CPUtime=51.03 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 141998 0 0 0 5068 35 0 0 20 0 2 0 163694141 761372672 149101 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 185882 149101 2733 46 0 158477 0
[pid=845237/tid=845238] ppid=845235 vsize=743528 memory=589080 CPUtime=0.05 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 33 0 0 0 1 4 0 0 20 0 2 0 163694286 761372672 149101 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 753456 KiB
Current children cumulated memory: 599004 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.10 4.12 5/249 845257
/proc/meminfo: memFree=126814276/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=826604 memory=675708 CPUtime=102.16 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 222283 0 0 0 10169 47 0 0 20 0 2 0 163694141 846442496 168927 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 206651 168927 2733 46 0 179246 0
[pid=845237/tid=845238] ppid=845235 vsize=826604 memory=12440 CPUtime=0.1 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 44 0 0 0 2 8 0 0 20 0 2 0 163694286 846442496 168927 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 102.16 s
Current children cumulated vsize: 836532 KiB
Current children cumulated memory: 678308 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.09 4.11 5/249 845268
/proc/meminfo: memFree=126702516/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=936836 memory=771368 CPUtime=162.12 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 315472 0 0 0 16152 60 0 0 20 0 2 0 163694141 959320064 192842 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 234209 192842 2733 46 0 206804 0
[pid=845237/tid=845238] ppid=845235 vsize=936836 memory=2600 CPUtime=0.21 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 52 0 0 0 6 15 0 0 20 0 2 0 163694286 959320064 192842 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0

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

/proc/845237/statm: 232743 201399 3564 46 0 205338 0
[pid=845237/tid=845238] ppid=845235 vsize=930972 memory=12440 CPUtime=3.58 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 340 0 0 0 105 253 0 0 20 0 2 0 163694286 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3159.06 s
Current children cumulated vsize: 940900 KiB
Current children cumulated memory: 808196 KiB

[startup+3222.3 s]
/proc/loadavg: 3.09 3.25 3.66 4/246 847471
/proc/meminfo: memFree=126976116/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=930972 memory=805596 CPUtime=3218.99 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 606707 0 0 0 316900 4999 0 0 20 0 2 0 163694141 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 232743 201399 3564 46 0 205338 0
[pid=845237/tid=845238] ppid=845235 vsize=930972 memory=2600 CPUtime=3.65 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 345 0 0 0 107 258 0 0 20 0 2 0 163694286 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3218.99 s
Current children cumulated vsize: 940900 KiB
Current children cumulated memory: 808196 KiB

[startup+3282.3 s]
/proc/loadavg: 3.07 3.21 3.62 4/248 847539
/proc/meminfo: memFree=126974300/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=930972 memory=805596 CPUtime=3278.93 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 607172 0 0 0 322818 5075 0 0 20 0 2 0 163694141 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 232743 201399 3564 46 0 205338 0
[pid=845237/tid=845238] ppid=845235 vsize=930972 memory=12440 CPUtime=3.73 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 350 0 0 0 110 263 0 0 20 0 2 0 163694286 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3278.93 s
Current children cumulated vsize: 940900 KiB
Current children cumulated memory: 808196 KiB

[startup+3342.3 s]
/proc/loadavg: 3.12 3.20 3.59 4/245 847549
/proc/meminfo: memFree=126974300/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=930972 memory=805596 CPUtime=3338.86 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 607641 0 0 0 328734 5152 0 0 20 0 2 0 163694141 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 232743 201399 3564 46 0 205338 0
[pid=845237/tid=845238] ppid=845235 vsize=930972 memory=2600 CPUtime=3.81 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 355 0 0 0 112 269 0 0 20 0 2 0 163694286 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3338.86 s
Current children cumulated vsize: 940900 KiB
Current children cumulated memory: 808196 KiB

[startup+3402.3 s]
/proc/loadavg: 3.14 3.20 3.56 4/245 847562
/proc/meminfo: memFree=126973228/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=930972 memory=805596 CPUtime=3398.81 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 608123 0 0 0 334653 5228 0 0 20 0 2 0 163694141 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 232743 201399 3564 46 0 205338 0
[pid=845237/tid=845238] ppid=845235 vsize=930972 memory=805596 CPUtime=3.88 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 360 0 0 0 114 274 0 0 20 0 2 0 163694286 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3398.81 s
Current children cumulated vsize: 940900 KiB
Current children cumulated memory: 808196 KiB

[startup+3462.3 s]
/proc/loadavg: 3.16 3.19 3.53 4/245 847572
/proc/meminfo: memFree=126971996/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=930972 memory=805596 CPUtime=3458.75 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 608582 0 0 0 340569 5306 0 0 20 0 2 0 163694141 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 232743 201399 3564 46 0 205338 0
[pid=845237/tid=845238] ppid=845235 vsize=930972 memory=12440 CPUtime=3.96 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 365 0 0 0 117 279 0 0 20 0 2 0 163694286 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3458.75 s
Current children cumulated vsize: 940900 KiB
Current children cumulated memory: 808196 KiB

[startup+3522.3 s]
/proc/loadavg: 3.11 3.17 3.50 4/242 847582
/proc/meminfo: memFree=126969156/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=930972 memory=805596 CPUtime=3518.69 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 609056 0 0 0 346487 5382 0 0 20 0 2 0 163694141 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 232743 201399 3564 46 0 205338 0
[pid=845237/tid=845238] ppid=845235 vsize=930972 memory=12440 CPUtime=4.03 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 370 0 0 0 120 283 0 0 20 0 2 0 163694286 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3518.69 s
Current children cumulated vsize: 940900 KiB
Current children cumulated memory: 808196 KiB

[startup+3582.3 s]
/proc/loadavg: 3.12 3.15 3.47 3/233 847626
/proc/meminfo: memFree=127311064/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=930972 memory=805596 CPUtime=3578.63 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 609537 0 0 0 352403 5460 0 0 20 0 2 0 163694141 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 232743 201399 3564 46 0 205338 0
[pid=845237/tid=845238] ppid=845235 vsize=930972 memory=2600 CPUtime=4.11 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 375 0 0 0 122 289 0 0 20 0 2 0 163694286 953315328 201399 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3578.63 s
Current children cumulated vsize: 940900 KiB
Current children cumulated memory: 808196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.7 s]
/proc/loadavg: 2.80 3.08 3.44 3/231 847629
/proc/meminfo: memFree=127309068/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=930972 memory=807644 CPUtime=3600.01 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 609643 0 0 0 354466 5535 0 0 20 0 2 0 163694141 953315328 201911 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 232743 201911 3564 46 0 205338 0
[pid=845237/tid=845238] ppid=845235 vsize=930972 memory=807644 CPUtime=4.14 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 376 0 0 0 123 291 0 0 20 0 2 0 163694286 953315328 201911 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 940900 KiB
Current children cumulated memory: 810244 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3544.67 s, system=55.3598 s

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

[startup+3603.7 s]
/proc/loadavg: 2.80 3.08 3.44 3/231 847629
/proc/meminfo: memFree=127309068/131655788 swapFree=131071996/131071996
[pid=845235] ppid=845232 vsize=9928 memory=2600 CPUtime=0 cores=1,3
/proc/845235/stat : 845235 (run-glibc-2.34.) S 845232 845235 840458 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163694141 10166272 650 134679101440 94079630045184 94079631124504 140723553648848 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94079633222960 94079633270148 94079655395328 140723553657791 140723553657948 140723553657948 140723553664963 0
/proc/845235/statm: 2482 650 569 264 0 133 0
[pid=845237] ppid=845235 vsize=930972 memory=807644 CPUtime=3600.01 cores=1,3
/proc/845237/stat : 845237 (ld-linux-x86-64) R 845235 845235 840458 0 -1 4194304 609643 0 0 0 354466 5535 0 0 20 0 2 0 163694141 953315328 201911 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
/proc/845237/statm: 232743 201911 3564 46 0 205338 0
[pid=845237/tid=845238] ppid=845235 vsize=930972 memory=807644 CPUtime=4.14 cores=1,3
/proc/845237/task/845238/stat : 845238 (ld-linux-x86-64) S 845235 845235 840458 0 -1 1077936192 376 0 0 0 123 291 0 0 20 0 2 0 163694286 953315328 201911 134679101440 140663035666432 140663035854044 140726015901440 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140663037954944 140663037964392 93824993370112 140726015910743 140726015910907 140726015910907 140726015918002 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 940900 KiB
Current children cumulated memory: 810244 KiB

Child status: 143

Real time (s): 3603.71
CPU time (s): 3600.03
CPU user time (s): 3544.67
CPU system time (s): 55.3598
CPU usage (%): 99.8979
Max. virtual memory (cumulated for all children) (KiB): 946764
Max. memory (cumulated for all children) (KiB): 810244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3544.67
system time used= 55.3598
maximum resident set size= 807644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 609862
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= 353710
involuntary context switches= 1432


# summary of solver processes directly reported to runsolver:
#   pid: 845235
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3544.67
#   total CPU system time (s): 55.3598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9572 second user time and 37.2286 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-16 09:36:13
IDJOB=4431144
IDBENCH=148706
IDSOLVER=3055
FILE ID=nodeC002/4431144-1721115360
RUNJOBID= nodeC002-1721108140-840470
SLURM_JOB_ID= 7505639
Free space on /tmp= 723644 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__64.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-4431144-1721115360/watcher-4431144-1721115360 -o /tmp/evaluation-result-4431144-1721115360/solver-4431144-1721115360 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721108140-840470 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431144-1721115360.opb

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

MD5SUM BENCH= f763b12660c46c190e6f60f61a3aa351
RANDOM SEED=470370248

nodeC002.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		: 3665.781
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	: 6983.38
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		: 3500.628
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.31
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.278
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	: 6983.38
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.152
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.31
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		: 3668.494
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	: 6983.38
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		: 3666.911
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.31
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.226
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	: 6983.38
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127515368 kB
MemAvailable:   129154772 kB
Buffers:          423944 kB
Cached:          2041248 kB
SwapCached:            0 kB
Active:           716972 kB
Inactive:        2859124 kB
Active(anon):       2708 kB
Inactive(anon):  1145900 kB
Active(file):     714264 kB
Inactive(file):  1713224 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             98988 kB
Writeback:             0 kB
AnonPages:       1109020 kB
Mapped:           120444 kB
Shmem:             37704 kB
KReclaimable:     103892 kB
Slab:             203004 kB
SReclaimable:     103892 kB
SUnreclaim:        99112 kB
KernelStack:        3968 kB
PageTables:        11960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1485692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53856 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 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:      201544 kB
DirectMap2M:    20674560 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723688 MiB
End job on nodeC002 at 2024-07-16 10:36:17