Trace number 4431282

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.04 3605.73

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat25_6_4_3_mh.opb
MD5SUM874226caa0bf9660770f6c6eed696157
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 benchmark5107943
Best CPU time to get the best result obtained on this benchmark552.976
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 182284263
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 13627510549
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 182284263
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 13627510549
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

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

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

solver pid=855065, runsolver pid=855062

[startup+0.100087 s]*
/proc/loadavg: 4.06 4.14 4.14 7/261 855067
/proc/meminfo: memFree=120761384/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=108716 memory=27508 CPUtime=0.09 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 5867 0 0 0 8 1 0 0 20 0 1 0 165804864 111325184 6877 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 27179 6877 1688 46 0 7794 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 118644 KiB
Current children cumulated memory: 30284 KiB

[startup+0.20575 s]*
/proc/loadavg: 4.06 4.14 4.14 5/261 855067
/proc/meminfo: memFree=120748092/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=152680 memory=43788 CPUtime=0.2 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 8320 0 0 0 14 6 0 0 20 0 1 0 165804864 156344320 10947 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 38170 10947 2324 46 0 10838 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 162608 KiB
Current children cumulated memory: 46564 KiB

[startup+0.305599 s]*
/proc/loadavg: 4.06 4.14 4.14 5/262 855068
/proc/meminfo: memFree=120696824/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=212788 memory=95992 CPUtime=0.3 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 19507 0 0 0 22 8 0 0 20 0 2 0 165804864 217894912 23998 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 53197 23998 2722 46 0 25792 0
[pid=855067/tid=855068] ppid=855065 vsize=212788 memory=-9185866117914388066 CPUtime=0 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) R 855065 855065 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165804885 217894912 23998 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 222716 KiB
Current children cumulated memory: 98768 KiB

[startup+0.700199 s]
/proc/loadavg: 4.06 4.14 4.14 5/262 855068
/proc/meminfo: memFree=120680672/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=232588 memory=112668 CPUtime=0.68 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 24681 0 0 0 60 8 0 0 20 0 2 0 165804864 238170112 28167 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 58147 28167 2722 46 0 30742 0
[pid=855067/tid=855068] ppid=855065 vsize=232588 memory=0 CPUtime=0 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165804885 238170112 28167 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 242516 KiB
Current children cumulated memory: 115444 KiB

[startup+1.50027 s]
/proc/loadavg: 4.06 4.14 4.14 5/262 855068
/proc/meminfo: memFree=120671236/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=244160 memory=129492 CPUtime=1.48 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 28161 0 0 0 131 17 0 0 20 0 2 0 165804864 250019840 32373 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 61040 32373 3478 46 0 33635 0
[pid=855067/tid=855068] ppid=855065 vsize=244160 memory=0 CPUtime=0 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) R 855065 855065 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165804885 250019840 32373 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 254088 KiB
Current children cumulated memory: 132268 KiB

[startup+3.10513 s]
/proc/loadavg: 4.06 4.14 4.14 5/262 855068
/proc/meminfo: memFree=120643904/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=266216 memory=152296 CPUtime=3.08 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 35412 0 0 0 282 26 0 0 20 0 2 0 165804864 272605184 38074 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 66554 38074 3876 46 0 39149 0
[pid=855067/tid=855068] ppid=855065 vsize=266216 memory=2776 CPUtime=0 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 165804885 272605184 38074 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 276144 KiB
Current children cumulated memory: 155072 KiB

[startup+6.30018 s]
/proc/loadavg: 4.06 4.14 4.14 5/262 855069
/proc/meminfo: memFree=120643512/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=266216 memory=152484 CPUtime=6.28 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 38109 0 0 0 582 46 0 0 20 0 2 0 165804864 272605184 38121 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 66554 38121 3876 46 0 39149 0
[pid=855067/tid=855068] ppid=855065 vsize=266216 memory=2776 CPUtime=0 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 165804885 272605184 38121 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 276144 KiB
Current children cumulated memory: 155260 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.14 4.14 5/262 855069
/proc/meminfo: memFree=120643060/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=268936 memory=152900 CPUtime=12.66 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 43640 0 0 0 1178 88 0 0 20 0 2 0 165804864 275390464 38225 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 67234 38225 3876 46 0 39829 0
[pid=855067/tid=855068] ppid=855065 vsize=268936 memory=164 CPUtime=0 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 2 0 165804885 275390464 38225 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 278864 KiB
Current children cumulated memory: 155676 KiB

[startup+25.5002 s]
/proc/loadavg: 4.04 4.13 4.14 5/264 855242
/proc/meminfo: memFree=120639508/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=268936 memory=155492 CPUtime=25.45 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 50883 0 0 0 2368 177 0 0 20 0 2 0 165804864 275390464 38873 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 67234 38873 3876 46 0 39829 0
[pid=855067/tid=855068] ppid=855065 vsize=268936 memory=155492 CPUtime=0 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 2 0 165804885 275390464 38873 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 278864 KiB
Current children cumulated memory: 158268 KiB

[startup+51.1055 s]
/proc/loadavg: 4.08 4.13 4.14 5/264 855245
/proc/meminfo: memFree=120637132/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=273356 memory=156156 CPUtime=51.02 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 63862 0 0 0 4732 370 0 0 20 0 2 0 165804864 279916544 39039 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 68339 39039 3876 46 0 40934 0
[pid=855067/tid=855068] ppid=855065 vsize=273356 memory=2776 CPUtime=0.01 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 36 0 0 0 0 1 0 0 20 0 2 0 165804885 279916544 39039 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 283284 KiB
Current children cumulated memory: 158932 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.13 4.14 5/264 855254
/proc/meminfo: memFree=120629172/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=280536 memory=163136 CPUtime=102.14 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 78563 0 0 0 9447 767 0 0 20 0 2 0 165804864 287268864 40784 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 70134 40784 3876 46 0 42729 0
[pid=855067/tid=855068] ppid=855065 vsize=280536 memory=2776 CPUtime=0.03 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 45 0 0 0 0 3 0 0 20 0 2 0 165804885 287268864 40784 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 102.14 s
Current children cumulated vsize: 290464 KiB
Current children cumulated memory: 165912 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.11 4.13 5/267 855323
/proc/meminfo: memFree=120621644/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0

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

[startup+3222.3 s]
/proc/loadavg: 4.15 4.12 4.11 5/265 856452
/proc/meminfo: memFree=118634488/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=2636928 memory=1998684 CPUtime=3217.18 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 1855355 0 0 0 300350 21368 0 0 20 0 2 0 165804864 2700214272 499671 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 659232 499671 4078 46 0 631827 0
[pid=855067/tid=855068] ppid=855065 vsize=2636928 memory=1998684 CPUtime=1.43 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 341 0 0 0 42 101 0 0 20 0 2 0 165804885 2700214272 499671 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 3217.18 s
Current children cumulated vsize: 2646856 KiB
Current children cumulated memory: 2001460 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/264 856463
/proc/meminfo: memFree=118633976/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=2636928 memory=1998684 CPUtime=3277.1 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 1856588 0 0 0 305865 21845 0 0 20 0 2 0 165804864 2700214272 499671 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 659232 499671 4078 46 0 631827 0
[pid=855067/tid=855068] ppid=855065 vsize=2636928 memory=1998684 CPUtime=1.45 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 349 0 0 0 42 103 0 0 20 0 2 0 165804885 2700214272 499671 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 3277.1 s
Current children cumulated vsize: 2646856 KiB
Current children cumulated memory: 2001460 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/264 856473
/proc/meminfo: memFree=118633204/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=2636928 memory=1998684 CPUtime=3337.01 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 1857600 0 0 0 311353 22348 0 0 20 0 2 0 165804864 2700214272 499671 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 659232 499671 4078 46 0 631827 0
[pid=855067/tid=855068] ppid=855065 vsize=2636928 memory=1998684 CPUtime=1.47 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 354 0 0 0 43 104 0 0 20 0 2 0 165804885 2700214272 499671 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 3337.01 s
Current children cumulated vsize: 2646856 KiB
Current children cumulated memory: 2001460 KiB

[startup+3402.3 s]
/proc/loadavg: 3.44 3.94 4.04 3/246 856547
/proc/meminfo: memFree=120717124/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=2636928 memory=1998684 CPUtime=3396.93 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 1858936 0 0 0 316833 22860 0 0 20 0 2 0 165804864 2700214272 499671 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 659232 499671 4078 46 0 631827 0
[pid=855067/tid=855068] ppid=855065 vsize=2636928 memory=1998684 CPUtime=1.5 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 362 0 0 0 44 106 0 0 20 0 2 0 165804885 2700214272 499671 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 3396.93 s
Current children cumulated vsize: 2646856 KiB
Current children cumulated memory: 2001460 KiB

[startup+3462.3 s]
/proc/loadavg: 2.42 3.57 3.90 2/237 856972
/proc/meminfo: memFree=121130528/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=3366160 memory=2626344 CPUtime=3456.83 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 1920138 0 0 0 322658 23025 0 0 20 0 2 0 165804864 3446947840 656586 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 841540 656586 4078 46 0 814135 0
[pid=855067/tid=855068] ppid=855065 vsize=3366160 memory=1998684 CPUtime=1.53 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 367 0 0 0 45 108 0 0 20 0 2 0 165804885 3446947840 656586 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 3456.83 s
Current children cumulated vsize: 3376088 KiB
Current children cumulated memory: 2629120 KiB

[startup+3522.3 s]
/proc/loadavg: 1.59 3.12 3.72 2/237 856983
/proc/meminfo: memFree=121213724/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=3788168 memory=2543008 CPUtime=3516.74 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 1971683 0 0 0 328506 23168 0 0 20 0 2 0 165804864 3879084032 635752 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 947042 635752 4078 46 0 919637 0
[pid=855067/tid=855068] ppid=855065 vsize=3788168 memory=3237324 CPUtime=1.58 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 367 0 0 0 46 112 0 0 20 0 2 0 165804885 3879084032 635752 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 3516.74 s
Current children cumulated vsize: 3798096 KiB
Current children cumulated memory: 2545784 KiB

[startup+3582.3 s]
/proc/loadavg: 1.27 2.74 3.56 2/237 856993
/proc/meminfo: memFree=120702548/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=4219056 memory=2976580 CPUtime=3576.64 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 2051696 0 0 0 334423 23241 0 0 20 0 2 0 165804864 4320313344 744145 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 1054764 744145 4078 46 0 1027359 0
[pid=855067/tid=855068] ppid=855065 vsize=4219056 memory=7681344947907500959 CPUtime=1.63 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 369 0 0 0 47 116 0 0 20 0 2 0 165804885 4320313344 744145 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 3576.64 s
Current children cumulated vsize: 4228984 KiB
Current children cumulated memory: 2979356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.7 s]
/proc/loadavg: 1.26 2.62 3.49 2/237 856998
/proc/meminfo: memFree=120716316/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=4381920 memory=3064092 CPUtime=3600 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 2098679 0 0 0 336721 23279 0 0 20 0 2 0 165804864 4487086080 766023 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 1095480 766023 4078 46 0 1068075 0
[pid=855067/tid=855068] ppid=855065 vsize=4381920 memory=2776 CPUtime=1.64 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 371 0 0 0 47 117 0 0 20 0 2 0 165804885 4487086080 766023 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 4391848 KiB
Current children cumulated memory: 3066868 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000751 s, system=0.000753 s

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

# cumulated CPU time of all completed processes:  user=3367.22 s, system=232.815 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.7 s]
/proc/loadavg: 1.26 2.62 3.49 2/237 856998
/proc/meminfo: memFree=120716316/131524600 swapFree=131071996/131071996
[pid=855065] ppid=855062 vsize=9928 memory=2776 CPUtime=0 cores=5,7
/proc/855065/stat : 855065 (run-glibc-2.34.) S 855062 855065 850391 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 165804864 10166272 694 134679101440 94325672669184 94325673748504 140731941578608 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94325675846960 94325675894148 94325687627776 140731941581759 140731941581916 140731941581916 140731941588931 0
/proc/855065/statm: 2482 694 614 264 0 133 0
[pid=855067] ppid=855065 vsize=4381920 memory=3064092 CPUtime=3600 cores=5,7
/proc/855067/stat : 855067 (ld-linux-x86-64) R 855065 855065 850391 0 -1 4194304 2098679 0 0 0 336721 23279 0 0 20 0 2 0 165804864 4487086080 766023 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
/proc/855067/statm: 1095480 766023 4078 46 0 1068075 0
[pid=855067/tid=855068] ppid=855065 vsize=4381920 memory=2776 CPUtime=1.64 cores=5,7
/proc/855067/task/855068/stat : 855068 (ld-linux-x86-64) S 855065 855065 850391 0 -1 1077936192 371 0 0 0 47 117 0 0 20 0 2 0 165804885 4487086080 766023 134679101440 139940447621120 139940447808732 140730427922432 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139940449909632 139940449919080 93824999309312 140730427929431 140730427929595 140730427929595 140730427936690 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 4391848 KiB
Current children cumulated memory: 3066868 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3605.73
CPU time (s): 3600.04
CPU user time (s): 3367.22
CPU system time (s): 232.815
CPU usage (%): 99.8422
Max. virtual memory (cumulated for all children) (KiB): 4391848
Max. memory (cumulated for all children) (KiB): 3563868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3367.22
system time used= 232.815
maximum resident set size= 3601496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2098882
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= 356821
involuntary context switches= 3237


# summary of solver processes directly reported to runsolver:
#   pid: 855065,855067
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3367.22
#   total CPU system time (s): 232.815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23027 second user time and 17.792 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-16 15:27:39
IDJOB=4431282
IDBENCH=155671
IDSOLVER=3055
FILE ID=nodeC015/4431282-1721136446
RUNJOBID= nodeC015-1721129012-850404
SLURM_JOB_ID= 7505693
Free space on /tmp= 889884 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat25_6_4_3_mh.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-4431282-1721136446/watcher-4431282-1721136446 -o /tmp/evaluation-result-4431282-1721136446/solver-4431282-1721136446 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721129012-850404 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431282-1721136446.opb

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

MD5SUM BENCH= 874226caa0bf9660770f6c6eed696157
RANDOM SEED=722636916

nodeC015.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		: 3669.508
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.61
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		: 3676.623
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	: 7006.25
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.954
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.61
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		: 3601.281
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	: 7006.25
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		: 3669.526
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.61
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		: 3679.058
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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.133
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.61
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		: 3666.025
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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120782504 kB
MemAvailable:   126876064 kB
Buffers:          402364 kB
Cached:          6510368 kB
SwapCached:            0 kB
Active:          1403860 kB
Inactive:        8697612 kB
Active(anon):       1612 kB
Inactive(anon):  3224856 kB
Active(file):    1402248 kB
Inactive(file):  5472756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             44656 kB
Writeback:            16 kB
AnonPages:       3187076 kB
Mapped:           121440 kB
Shmem:             37720 kB
KReclaimable:     116404 kB
Slab:             225836 kB
SReclaimable:     116404 kB
SUnreclaim:       109432 kB
KernelStack:        4220 kB
PageTables:        16228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3793568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63584 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 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:      258772 kB
DirectMap2M:    37263360 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 890040 MiB
End job on nodeC015 at 2024-07-16 16:27:45