Trace number 4431268

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.1 3605.91

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_1_mh_ic.opb
MD5SUMc67f7d2b84b900287505153e75597a80
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 benchmark4279450
Best CPU time to get the best result obtained on this benchmark3600.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 107171875
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 77582822106
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 107171875
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 77582822106
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

7.47/7.58	c initialize IPBHS solver
7.47/7.58	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
7.47/7.58	c optimizer = "gurobi"
7.47/7.58	c pbsolver = "roundingsat"
7.47/7.58	c load symmetries from file ""
7.47/7.58	c set time limit for symmetry computation to 100 seconds.
7.47/7.58	c set interchangeable summation variable limit to 3
7.47/7.58	c find symmetric cores by applying each permutation and add them to optimizer
7.47/7.58	c set abs symmetric core budget per WCE-iteration to 100
7.47/7.58	c set rel symmetric core budget per WCE-iteration to 0
7.47/7.58	c set lit symmetric core budget per WCE-iteration to 0
7.47/7.58	c set sym generation to 's'
7.47/7.58	c set abstraction set creation to 10 iterations without LB change
7.47/7.58	c set abstraction set inputs to 0
7.47/7.58	c set abstraction set cluster min size to 2
7.47/7.58	c set abstraction set cluster max size to 100000000
7.47/7.58	c set abstraction set cluster activation limit to 2
7.47/7.58	c enable abstraction set require equal cost
7.47/7.58	c set abstraction set assumptions to 0
7.47/7.58	c set abstraction set constraint type to 0
7.47/7.58	c set abstract core extraction strategy to b
7.47/7.58	c set core extraction strategy to 2
7.47/7.58	c set core extraction shuffles 10
7.47/7.58	c set cores per iteration to 5
7.47/7.58	c set optimizer bound usage strategy to 2
7.47/7.58	c set optimizer max non-optimal iterations to 1000
7.47/7.58	c set small core cardinality limit to 2
7.47/7.58	c set max coef in cores to 1000000000
7.47/7.58	c set SIS iterations to 5
7.47/7.58	c set SIS budget abs to 1000
7.47/7.58	c set SIS budget rel to 0.05
7.47/7.58	c limit for coefficient in constraints and objective to 9223372036854775807
7.47/7.58	c will solve HOME/instance-4431268-1721139318.opb

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61044 MiB free)
  memory of node 1: 64473 MiB (62674 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100091 s]*
/proc/loadavg: 4.22 4.16 4.13 5/262 902532
/proc/meminfo: memFree=126644848/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=113828 memory=30824 CPUtime=0.1 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 5779 0 0 0 9 1 0 0 20 0 1 0 166099959 116559872 7706 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 28457 7706 1591 46 0 9072 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 123756 KiB
Current children cumulated memory: 33480 KiB

[startup+0.206054 s]*
/proc/loadavg: 4.22 4.16 4.13 5/262 902532
/proc/meminfo: memFree=126606432/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=129324 memory=47848 CPUtime=0.2 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 9031 0 0 0 19 1 0 0 20 0 1 0 166099959 132427776 11962 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 32331 11962 1591 46 0 12946 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 139252 KiB
Current children cumulated memory: 50504 KiB

[startup+0.305997 s]*
/proc/loadavg: 4.22 4.16 4.13 5/262 902532
/proc/meminfo: memFree=126566724/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=140160 memory=59260 CPUtime=0.29 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 10307 0 0 0 28 1 0 0 20 0 1 0 166099959 143523840 14815 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 35040 14815 1591 46 0 15655 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 150088 KiB
Current children cumulated memory: 61916 KiB

[startup+0.700276 s]
/proc/loadavg: 4.22 4.16 4.13 5/263 902533
/proc/meminfo: memFree=126504100/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=188496 memory=93128 CPUtime=0.69 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 17275 0 0 0 66 3 0 0 20 0 1 0 166099959 193019904 23282 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 47124 23282 1591 46 0 27739 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 198424 KiB
Current children cumulated memory: 95784 KiB

[startup+1.50022 s]
/proc/loadavg: 4.22 4.16 4.13 5/263 902533
/proc/meminfo: memFree=126256008/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=315148 memory=229140 CPUtime=1.48 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 36880 0 0 0 131 17 0 0 20 0 1 0 166099959 322711552 57285 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 78787 57285 1687 46 0 59402 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 325076 KiB
Current children cumulated memory: 231796 KiB

[startup+3.10577 s]
/proc/loadavg: 4.28 4.17 4.13 5/256 902572
/proc/meminfo: memFree=126776812/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=651600 memory=506952 CPUtime=3.09 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 66645 0 0 0 237 72 0 0 20 0 2 0 166099959 667238400 126738 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 162900 126738 2676 46 0 135495 0
[pid=902532/tid=902571] ppid=902530 vsize=651600 memory=11396 CPUtime=0 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 166100242 667238400 126738 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 661528 KiB
Current children cumulated memory: 509608 KiB

[startup+6.30027 s]
/proc/loadavg: 4.28 4.17 4.13 5/264 902584
/proc/meminfo: memFree=125649120/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1295056 memory=1118164 CPUtime=6.28 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 198301 0 0 0 534 94 0 0 20 0 2 0 166099959 1326137344 279541 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 323764 279541 2748 46 0 296359 0
[pid=902532/tid=902571] ppid=902530 vsize=1295056 memory=2656 CPUtime=0 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 2 0 166100242 1326137344 279541 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1304984 KiB
Current children cumulated memory: 1120820 KiB

[startup+12.7003 s]
/proc/loadavg: 4.34 4.18 4.14 5/264 902584
/proc/meminfo: memFree=124719104/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1395712 memory=1193808 CPUtime=12.66 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 213069 0 0 0 1168 98 0 0 20 0 2 0 166099959 1429209088 298452 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 348928 298452 2748 46 0 321523 0
[pid=902532/tid=902571] ppid=902530 vsize=1395712 memory=11396 CPUtime=0 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 2 0 166100242 1429209088 298452 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1405640 KiB
Current children cumulated memory: 1196464 KiB

[startup+25.5002 s]
/proc/loadavg: 4.62 4.26 4.16 5/264 902588
/proc/meminfo: memFree=124628164/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1357984 memory=1210840 CPUtime=25.44 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 467340 0 0 0 2361 183 0 0 20 0 2 0 166099959 1390575616 302710 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 339496 302710 2764 46 0 312091 0
[pid=902532/tid=902571] ppid=902530 vsize=1357984 memory=2656 CPUtime=0 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) R 902530 902530 898412 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 2 0 166100242 1390575616 302710 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 1367912 KiB
Current children cumulated memory: 1213496 KiB

[startup+51.106 s]
/proc/loadavg: 4.55 4.27 4.17 5/265 902592
/proc/meminfo: memFree=124167984/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1565136 memory=1420144 CPUtime=50.99 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 929116 0 0 0 4833 266 0 0 20 0 2 0 166099959 1602699264 355036 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 391284 355036 3990 46 0 363879 0
[pid=902532/tid=902571] ppid=902530 vsize=1565136 memory=2656 CPUtime=0.02 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 22 0 0 0 1 1 0 0 20 0 2 0 166100242 1602699264 355036 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 1575064 KiB
Current children cumulated memory: 1422800 KiB

[startup+102.3 s]
/proc/loadavg: 4.30 4.24 4.17 5/265 902600
/proc/meminfo: memFree=124164792/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1565136 memory=1420144 CPUtime=102.11 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 956314 0 0 0 9903 308 0 0 20 0 2 0 166099959 1602699264 355036 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 391284 355036 3990 46 0 363879 0
[pid=902532/tid=902571] ppid=902530 vsize=1565136 memory=1420144 CPUtime=0.04 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 31 0 0 0 1 3 0 0 20 0 2 0 166100242 1602699264 355036 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 1575064 KiB
Current children cumulated memory: 1422800 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.21 4.16 5/265 902612
/proc/meminfo: memFree=124163972/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1565136 memory=1420144 CPUtime=162.03 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 978828 0 0 0 15845 358 0 0 20 0 2 0 166099959 1602699264 355036 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 391284 355036 3990 46 0 363879 0
[pid=902532/tid=902571] ppid=902530 vsize=1565136 memory=2656 CPUtime=0.07 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 38 0 0 0 2 5 0 0 20 0 2 0 166100242 1602699264 355036 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0

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

[startup+3222.3 s]
/proc/loadavg: 4.17 4.17 4.15 5/263 904351
/proc/meminfo: memFree=123549880/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1595956 memory=1443988 CPUtime=3217.16 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 1556654 0 0 0 318447 3269 0 0 20 0 2 0 166099959 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 398989 360997 3990 46 0 371584 0
[pid=902532/tid=902571] ppid=902530 vsize=1595956 memory=2656 CPUtime=1.32 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 254 0 0 0 36 96 0 0 20 0 2 0 166100242 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 3217.16 s
Current children cumulated vsize: 1605884 KiB
Current children cumulated memory: 1446644 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.18 4.15 5/266 904366
/proc/meminfo: memFree=123516332/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1595956 memory=1443988 CPUtime=3277.06 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 1565717 0 0 0 324379 3327 0 0 20 0 2 0 166099959 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 398989 360997 3990 46 0 371584 0
[pid=902532/tid=902571] ppid=902530 vsize=1595956 memory=2656 CPUtime=1.34 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 259 0 0 0 36 98 0 0 20 0 2 0 166100242 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 3277.06 s
Current children cumulated vsize: 1605884 KiB
Current children cumulated memory: 1446644 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.15 5/266 904378
/proc/meminfo: memFree=123480452/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1595956 memory=1443988 CPUtime=3336.95 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 1575333 0 0 0 330310 3385 0 0 20 0 2 0 166099959 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 398989 360997 3990 46 0 371584 0
[pid=902532/tid=902571] ppid=902530 vsize=1595956 memory=2656 CPUtime=1.36 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 263 0 0 0 36 100 0 0 20 0 2 0 166100242 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 3336.95 s
Current children cumulated vsize: 1605884 KiB
Current children cumulated memory: 1446644 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.18 4.15 5/266 904388
/proc/meminfo: memFree=123463152/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1595956 memory=1443988 CPUtime=3396.84 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 1585861 0 0 0 336240 3444 0 0 20 0 2 0 166099959 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 398989 360997 3990 46 0 371584 0
[pid=902532/tid=902571] ppid=902530 vsize=1595956 memory=1443988 CPUtime=1.39 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) R 902530 902530 898412 0 -1 1077936192 268 0 0 0 37 102 0 0 20 0 2 0 166100242 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 3396.84 s
Current children cumulated vsize: 1605884 KiB
Current children cumulated memory: 1446644 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.16 4.14 6/266 904398
/proc/meminfo: memFree=123448752/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1595956 memory=1443988 CPUtime=3456.73 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 1595505 0 0 0 342174 3499 0 0 20 0 2 0 166099959 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 398989 360997 3990 46 0 371584 0
[pid=902532/tid=902571] ppid=902530 vsize=1595956 memory=2656 CPUtime=1.41 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 273 0 0 0 38 103 0 0 20 0 2 0 166100242 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 3456.73 s
Current children cumulated vsize: 1605884 KiB
Current children cumulated memory: 1446644 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.14 4.14 5/266 904411
/proc/meminfo: memFree=123431620/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1595956 memory=1443988 CPUtime=3516.62 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 1604643 0 0 0 348101 3561 0 0 20 0 2 0 166099959 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 398989 360997 3990 46 0 371584 0
[pid=902532/tid=902571] ppid=902530 vsize=1595956 memory=1443988 CPUtime=1.44 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 277 0 0 0 39 105 0 0 20 0 2 0 166100242 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 3516.62 s
Current children cumulated vsize: 1605884 KiB
Current children cumulated memory: 1446644 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.15 4.14 5/266 904421
/proc/meminfo: memFree=123417612/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1595956 memory=1443988 CPUtime=3576.51 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 1614035 0 0 0 354028 3623 0 0 20 0 2 0 166099959 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 398989 360997 3990 46 0 371584 0
[pid=902532/tid=902571] ppid=902530 vsize=1595956 memory=8040782999903835804 CPUtime=1.46 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 282 0 0 0 40 106 0 0 20 0 2 0 166100242 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 3576.51 s
Current children cumulated vsize: 1605884 KiB
Current children cumulated memory: 1446644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.9 s]
/proc/loadavg: 4.01 4.12 4.13 3/245 904487
/proc/meminfo: memFree=125187696/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1595956 memory=1443988 CPUtime=3600.07 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 1619664 0 0 0 356359 3648 0 0 20 0 2 0 166099959 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 398989 360997 3990 46 0 371584 0
[pid=902532/tid=902571] ppid=902530 vsize=1595956 memory=1443988 CPUtime=1.47 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 282 0 0 0 40 107 0 0 20 0 2 0 166100242 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1605884 KiB
Current children cumulated memory: 1446644 KiB

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

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

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

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

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

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

[startup+3605.9 s]
/proc/loadavg: 4.01 4.12 4.13 3/245 904487
/proc/meminfo: memFree=125187696/131524600 swapFree=131071996/131071996
[pid=902530] ppid=902527 vsize=9928 memory=2656 CPUtime=0 cores=5,7
/proc/902530/stat : 902530 (run-glibc-2.34.) S 902527 902530 898412 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166099959 10166272 664 134679101440 94721619247104 94721620326424 140724155853824 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94721622424880 94721622472068 94721634844672 140724155855807 140724155855964 140724155855964 140724155862979 0
/proc/902530/statm: 2482 664 584 264 0 133 0
[pid=902532] ppid=902530 vsize=1595956 memory=1443988 CPUtime=3600.07 cores=5,7
/proc/902532/stat : 902532 (ld-linux-x86-64) R 902530 902530 898412 0 -1 4194304 1619664 0 0 0 356359 3648 0 0 20 0 2 0 166099959 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
/proc/902532/statm: 398989 360997 3990 46 0 371584 0
[pid=902532/tid=902571] ppid=902530 vsize=1595956 memory=1443988 CPUtime=1.47 cores=5,7
/proc/902532/task/902571/stat : 902571 (ld-linux-x86-64) S 902530 902530 898412 0 -1 1077936192 282 0 0 0 40 107 0 0 20 0 2 0 166100242 1634258944 360997 134679101440 139904849440768 139904849628380 140732385573664 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139904851729280 139904851738728 93825008107520 140732385575767 140732385575931 140732385575931 140732385583026 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1605884 KiB
Current children cumulated memory: 1446644 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3605.91
CPU time (s): 3600.1
CPU user time (s): 3563.6
CPU system time (s): 36.4915
CPU usage (%): 99.8388
Max. virtual memory (cumulated for all children) (KiB): 1720368
Max. memory (cumulated for all children) (KiB): 1454004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.6
system time used= 36.4915
maximum resident set size= 1455900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1619868
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= 356737
involuntary context switches= 1661


# summary of solver processes directly reported to runsolver:
#   pid: 902530,902532
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3563.6
#   total CPU system time (s): 36.4915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56817 second user time and 16.6051 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 16:15:31
IDJOB=4431268
IDBENCH=155706
IDSOLVER=3055
FILE ID=nodeC030/4431268-1721139318
RUNJOBID= nodeC030-1721132118-898425
SLURM_JOB_ID= 7505703
Free space on /tmp= 889872 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_1_mh_ic.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-4431268-1721139318/watcher-4431268-1721139318 -o /tmp/evaluation-result-4431268-1721139318/solver-4431268-1721139318 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721132118-898425 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431268-1721139318.opb

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

MD5SUM BENCH= c67f7d2b84b900287505153e75597a80
RANDOM SEED=1772697765

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126693560 kB
MemAvailable:   128292172 kB
Buffers:          402904 kB
Cached:          2019744 kB
SwapCached:            0 kB
Active:           979116 kB
Inactive:        3226132 kB
Active(anon):       1580 kB
Inactive(anon):  1818444 kB
Active(file):     977536 kB
Inactive(file):  1407688 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            187924 kB
Writeback:             0 kB
AnonPages:       1781920 kB
Mapped:           119680 kB
Shmem:             37720 kB
KReclaimable:     106424 kB
Slab:             213816 kB
SReclaimable:     106424 kB
SUnreclaim:       107392 kB
KernelStack:        4128 kB
PageTables:        12996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2409184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64192 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1232896 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:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889928 MiB
End job on nodeC030 at 2024-07-16 17:15:38