Trace number 4431278

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.11 3602.64

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_mh.opb
MD5SUM0e2b47ba7737bf0edcb2bcb32c5df9e4
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 benchmark20369123
Best CPU time to get the best result obtained on this benchmark2762.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 375466374216
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 375466374216
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=860695, runsolver pid=860692

[startup+0.100099 s]*
/proc/loadavg: 4.17 4.18 4.09 5/251 860697
/proc/meminfo: memFree=119544480/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=115464 memory=34660 CPUtime=0.1 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 6194 0 0 0 9 1 0 0 20 0 1 0 166610811 118235136 8665 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 28866 8665 1641 46 0 9481 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 125392 KiB
Current children cumulated memory: 37332 KiB

[startup+0.214329 s]*
/proc/loadavg: 4.17 4.18 4.09 5/251 860697
/proc/meminfo: memFree=119522448/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=141916 memory=55536 CPUtime=0.21 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 8849 0 0 0 19 2 0 0 20 0 1 0 166610811 145321984 13884 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 35479 13884 1641 46 0 16094 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 151844 KiB
Current children cumulated memory: 58208 KiB

[startup+0.314015 s]*
/proc/loadavg: 4.17 4.18 4.09 5/251 860697
/proc/meminfo: memFree=119508296/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=182768 memory=81312 CPUtime=0.31 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 11716 0 0 0 28 3 0 0 20 0 1 0 166610811 187154432 20328 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 45692 20328 1641 46 0 26307 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 192696 KiB
Current children cumulated memory: 83984 KiB

[startup+0.700419 s]
/proc/loadavg: 4.17 4.18 4.09 5/251 860697
/proc/meminfo: memFree=119472992/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=212452 memory=131564 CPUtime=0.68 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 17139 0 0 0 63 5 0 0 20 0 1 0 166610811 217550848 32891 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 53113 32891 1641 46 0 33728 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 222380 KiB
Current children cumulated memory: 134236 KiB

[startup+1.50044 s]
/proc/loadavg: 4.17 4.18 4.09 5/251 860697
/proc/meminfo: memFree=119432940/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=329272 memory=215512 CPUtime=1.48 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 30485 0 0 0 139 9 0 0 20 0 1 0 166610811 337174528 53878 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 82318 53878 1641 46 0 62933 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 339200 KiB
Current children cumulated memory: 218184 KiB

[startup+3.11444 s]
/proc/loadavg: 4.17 4.18 4.09 5/251 860697
/proc/meminfo: memFree=119178356/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=503572 memory=409188 CPUtime=3.09 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 53916 0 0 0 293 16 0 0 20 0 1 0 166610811 515657728 102297 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 125893 102297 1641 46 0 106508 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 513500 KiB
Current children cumulated memory: 411860 KiB

[startup+6.30043 s]
/proc/loadavg: 4.16 4.17 4.09 5/251 860697
/proc/meminfo: memFree=118932004/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=885772 memory=666708 CPUtime=6.27 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 101589 0 0 0 596 31 0 0 20 0 1 0 166610811 907030528 166677 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 221443 166677 1641 46 0 202058 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 895700 KiB
Current children cumulated memory: 669380 KiB

[startup+12.7004 s]
/proc/loadavg: 4.14 4.17 4.09 5/251 860700
/proc/meminfo: memFree=118047520/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=1847316 memory=1596152 CPUtime=12.66 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 178222 0 0 0 1008 258 0 0 20 0 1 0 166610811 1891651584 399038 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 461829 399038 1721 46 0 442444 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1857244 KiB
Current children cumulated memory: 1598824 KiB

[startup+25.5005 s]
/proc/loadavg: 4.12 4.16 4.09 5/252 860702
/proc/meminfo: memFree=114895828/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=5324980 memory=4735780 CPUtime=25.43 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 776132 0 0 0 2036 507 0 0 20 0 2 0 166610811 5452779520 1183945 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1331245 1183945 2698 46 0 1303840 0
[pid=860697/tid=860701] ppid=860695 vsize=5324980 memory=2672 CPUtime=0 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 166612481 5452779520 1183945 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 5334908 KiB
Current children cumulated memory: 4738452 KiB

[startup+51.114 s]
/proc/loadavg: 4.13 4.16 4.09 5/252 860707
/proc/meminfo: memFree=113602908/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=6809156 memory=5954476 CPUtime=51.01 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 1115461 0 0 0 4536 565 0 0 20 0 2 0 166610811 6972575744 1488619 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1702289 1488619 2698 46 0 1674884 0
[pid=860697/tid=860701] ppid=860695 vsize=6809156 memory=2672 CPUtime=0.03 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 5 0 0 0 1 2 0 0 20 0 2 0 166612481 6972575744 1488619 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 6819084 KiB
Current children cumulated memory: 5957148 KiB

[startup+102.301 s]
/proc/loadavg: 4.16 4.17 4.09 5/251 860715
/proc/meminfo: memFree=113534992/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=6809156 memory=5954540 CPUtime=102.16 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 1131004 0 0 0 9643 573 0 0 20 0 2 0 166610811 6972575744 1488635 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1702289 1488635 2698 46 0 1674884 0
[pid=860697/tid=860701] ppid=860695 vsize=6809156 memory=2672 CPUtime=0.12 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 8 0 0 0 5 7 0 0 20 0 2 0 166612481 6972575744 1488635 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 102.16 s
Current children cumulated vsize: 6819084 KiB
Current children cumulated memory: 5957212 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.17 4.09 5/251 860727
/proc/meminfo: memFree=113962900/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=5947900 memory=5469588 CPUtime=162.09 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 2486977 0 0 0 15060 1149 0 0 20 0 2 0 166610811 6090649600 1367397 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1486975 1367397 2714 46 0 1459570 0
[pid=860697/tid=860701] ppid=860695 vsize=5947900 memory=12740 CPUtime=0.2 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 14 0 0 0 7 13 0 0 20 0 2 0 166612481 6090649600 1367397 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 162.09 s
Current children cumulated vsize: 5957828 KiB
Current children cumulated memory: 5472260 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.15 4.09 5/249 860738

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

[startup+3162.3 s]
/proc/loadavg: 4.16 4.13 4.11 5/251 862584
/proc/meminfo: memFree=107176456/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=7612684 memory=7069096 CPUtime=3160.03 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 4037457 0 0 0 313939 2064 0 0 20 0 2 0 166610811 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1903171 1767274 3783 46 0 1875766 0
[pid=860697/tid=860701] ppid=860695 vsize=7612684 memory=2672 CPUtime=4.1 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 729 0 0 0 132 278 0 0 20 0 2 0 166612481 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 3160.03 s
Current children cumulated vsize: 7622612 KiB
Current children cumulated memory: 7071768 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.12 4.11 5/251 862595
/proc/meminfo: memFree=107149340/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=7612684 memory=7069096 CPUtime=3220 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 4077785 0 0 0 319905 2095 0 0 20 0 2 0 166610811 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1903171 1767274 3783 46 0 1875766 0
[pid=860697/tid=860701] ppid=860695 vsize=7612684 memory=2672 CPUtime=4.19 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 738 0 0 0 135 284 0 0 20 0 2 0 166612481 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 3220 s
Current children cumulated vsize: 7622612 KiB
Current children cumulated memory: 7071768 KiB

[startup+3282.3 s]
/proc/loadavg: 4.88 4.32 4.17 5/249 862605
/proc/meminfo: memFree=107125216/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=7612684 memory=7069096 CPUtime=3279.96 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 4078784 0 0 0 325896 2100 0 0 20 0 2 0 166610811 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1903171 1767274 3783 46 0 1875766 0
[pid=860697/tid=860701] ppid=860695 vsize=7612684 memory=2672 CPUtime=4.27 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 752 0 0 0 138 289 0 0 20 0 2 0 166612481 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 3279.96 s
Current children cumulated vsize: 7622612 KiB
Current children cumulated memory: 7071768 KiB

[startup+3342.3 s]
/proc/loadavg: 4.74 4.41 4.22 5/249 862615
/proc/meminfo: memFree=107097616/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=7612684 memory=7069096 CPUtime=3339.92 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 4080167 0 0 0 331886 2106 0 0 20 0 2 0 166610811 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1903171 1767274 3783 46 0 1875766 0
[pid=860697/tid=860701] ppid=860695 vsize=7612684 memory=1976 CPUtime=4.35 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 771 0 0 0 141 294 0 0 20 0 2 0 166612481 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 3339.92 s
Current children cumulated vsize: 7622612 KiB
Current children cumulated memory: 7071768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.34 4.20 6/249 862625
/proc/meminfo: memFree=107071232/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=7612684 memory=7069096 CPUtime=3399.88 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 4120362 0 0 0 337853 2135 0 0 20 0 2 0 166610811 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1903171 1767274 3783 46 0 1875766 0
[pid=860697/tid=860701] ppid=860695 vsize=7612684 memory=2672 CPUtime=4.43 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 783 0 0 0 143 300 0 0 20 0 2 0 166612481 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 3399.88 s
Current children cumulated vsize: 7622612 KiB
Current children cumulated memory: 7071768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.29 4.19 5/249 862636
/proc/meminfo: memFree=107045692/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=7612684 memory=7069096 CPUtime=3459.85 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 4120402 0 0 0 343844 2141 0 0 20 0 2 0 166610811 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1903171 1767274 3783 46 0 1875766 0
[pid=860697/tid=860701] ppid=860695 vsize=7612684 memory=2672 CPUtime=4.51 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 796 0 0 0 146 305 0 0 20 0 2 0 166612481 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 3459.85 s
Current children cumulated vsize: 7622612 KiB
Current children cumulated memory: 7071768 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.30 4.20 5/251 862650
/proc/meminfo: memFree=107018560/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=7612684 memory=7069096 CPUtime=3519.81 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 4121973 0 0 0 349834 2147 0 0 20 0 2 0 166610811 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1903171 1767274 3783 46 0 1875766 0
[pid=860697/tid=860701] ppid=860695 vsize=7612684 memory=2672 CPUtime=4.6 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 816 0 0 0 149 311 0 0 20 0 2 0 166612481 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 3519.81 s
Current children cumulated vsize: 7622612 KiB
Current children cumulated memory: 7071768 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.25 4.18 5/251 862660
/proc/meminfo: memFree=106991580/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=7612684 memory=7069096 CPUtime=3579.77 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 4161683 0 0 0 355804 2173 0 0 20 0 2 0 166610811 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1903171 1767274 3783 46 0 1875766 0
[pid=860697/tid=860701] ppid=860695 vsize=7612684 memory=12740 CPUtime=4.67 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 833 0 0 0 151 316 0 0 20 0 2 0 166612481 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 3579.77 s
Current children cumulated vsize: 7622612 KiB
Current children cumulated memory: 7071768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.6 s]
/proc/loadavg: 4.22 4.27 4.19 5/252 862665
/proc/meminfo: memFree=106985312/131655788 swapFree=131071996/131071996
[pid=860695] ppid=860692 vsize=9928 memory=2672 CPUtime=0 cores=1,3
/proc/860695/stat : 860695 (run-glibc-2.34.) S 860692 860695 859200 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 166610811 10166272 668 134679101440 94906262294528 94906263373848 140722453440928 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94906265472304 94906265519492 94906297384960 140722453447615 140722453447772 140722453447772 140722453454787 0
/proc/860695/statm: 2482 668 588 264 0 133 0
[pid=860697] ppid=860695 vsize=7612684 memory=7069096 CPUtime=3600.05 cores=1,3
/proc/860697/stat : 860697 (ld-linux-x86-64) R 860695 860695 859200 0 -1 4194304 4161701 0 0 0 357830 2175 0 0 20 0 2 0 166610811 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
/proc/860697/statm: 1903171 1767274 3783 46 0 1875766 0
[pid=860697/tid=860701] ppid=860695 vsize=7612684 memory=7069096 CPUtime=4.7 cores=1,3
/proc/860697/task/860701/stat : 860701 (ld-linux-x86-64) S 860695 860695 859200 0 -1 1077936192 833 0 0 0 152 318 0 0 20 0 2 0 166612481 7795388416 1767274 134679101440 140470755414016 140470755601628 140733460029744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140470757702528 140470757711976 93825013129216 140733460038487 140733460038651 140733460038651 140733460045746 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 7622612 KiB
Current children cumulated memory: 7071768 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000937 s, system=0.003038 s

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

# cumulated CPU time of all completed processes:  user=3578.31 s, system=21.8003 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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3602.64
CPU time (s): 3600.11
CPU user time (s): 3578.31
CPU system time (s): 21.8003
CPU usage (%): 99.9298
Max. virtual memory (cumulated for all children) (KiB): 9823080
Max. memory (cumulated for all children) (KiB): 7850980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.31
system time used= 21.8003
maximum resident set size= 7864000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4161905
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= 352346
involuntary context switches= 1126


# summary of solver processes directly reported to runsolver:
#   pid: 860695,860697
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3578.31
#   total CPU system time (s): 21.8003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.6591 second user time and 35.1827 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-16 17:42:12
IDJOB=4431278
IDBENCH=155744
IDSOLVER=3055
FILE ID=nodeC005/4431278-1721144518
RUNJOBID= nodeC005-1721141874-859212
SLURM_JOB_ID= 7505727
Free space on /tmp= 723408 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_8_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-4431278-1721144518/watcher-4431278-1721144518 -o /tmp/evaluation-result-4431278-1721144518/solver-4431278-1721144518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721141874-859212 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431278-1721144518.opb

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

MD5SUM BENCH= 0e2b47ba7737bf0edcb2bcb32c5df9e4
RANDOM SEED=562522859

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119572772 kB
MemAvailable:   124921488 kB
Buffers:          402776 kB
Cached:          5721220 kB
SwapCached:            0 kB
Active:           807116 kB
Inactive:       10585796 kB
Active(anon):       3464 kB
Inactive(anon):  5303148 kB
Active(file):     803652 kB
Inactive(file):  5282648 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            263852 kB
Writeback:             0 kB
AnonPages:       5266136 kB
Mapped:           122748 kB
Shmem:             37704 kB
KReclaimable:     205228 kB
Slab:             318788 kB
SReclaimable:     205228 kB
SUnreclaim:       113560 kB
KernelStack:        4016 kB
PageTables:        20208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5700788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2459648 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723108 MiB
End job on nodeC005 at 2024-07-16 18:42:15