Trace number 4431222

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.07 3606.31

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-stp3d.opb
MD5SUMa4b0cd988cdc47ea50384dbc6c682a43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.99/2.05	c initialize IPBHS solver
1.99/2.05	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
1.99/2.05	c optimizer = "gurobi"
1.99/2.05	c pbsolver = "roundingsat"
1.99/2.05	c load symmetries from file ""
1.99/2.05	c set time limit for symmetry computation to 100 seconds.
1.99/2.05	c set interchangeable summation variable limit to 3
1.99/2.05	c find symmetric cores by applying each permutation and add them to optimizer
1.99/2.05	c set abs symmetric core budget per WCE-iteration to 100
1.99/2.05	c set rel symmetric core budget per WCE-iteration to 0
1.99/2.05	c set lit symmetric core budget per WCE-iteration to 0
1.99/2.05	c set sym generation to 's'
1.99/2.05	c set abstraction set creation to 10 iterations without LB change
1.99/2.05	c set abstraction set inputs to 0
1.99/2.05	c set abstraction set cluster min size to 2
1.99/2.05	c set abstraction set cluster max size to 100000000
1.99/2.05	c set abstraction set cluster activation limit to 2
1.99/2.05	c enable abstraction set require equal cost
1.99/2.05	c set abstraction set assumptions to 0
1.99/2.05	c set abstraction set constraint type to 0
1.99/2.05	c set abstract core extraction strategy to b
1.99/2.05	c set core extraction strategy to 2
1.99/2.05	c set core extraction shuffles 10
1.99/2.05	c set cores per iteration to 5
1.99/2.05	c set optimizer bound usage strategy to 2
1.99/2.05	c set optimizer max non-optimal iterations to 1000
1.99/2.05	c set small core cardinality limit to 2
1.99/2.05	c set max coef in cores to 1000000000
1.99/2.05	c set SIS iterations to 5
1.99/2.05	c set SIS budget abs to 1000
1.99/2.05	c set SIS budget rel to 0.05
1.99/2.05	c limit for coefficient in constraints and objective to 9223372036854775807
1.99/2.05	c will solve HOME/instance-4431222-1721120618.opb
3600.05/3606.30	HOME/run-glibc-2.34.sh: line 2: 853109 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61461 MiB free)
  memory of node 1: 64510 MiB (62027 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431222-1721120618/watcher-4431222-1721120618 -o /tmp/evaluation-result-4431222-1721120618/solver-4431222-1721120618 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721116306-848670 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431222-1721120618.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=853106, runsolver pid=853103

[startup+0.100089 s]*
/proc/loadavg: 4.15 4.14 4.14 5/266 853109
/proc/meminfo: memFree=126431644/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=108792 memory=27204 CPUtime=0.09 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 5841 0 0 0 8 1 0 0 20 0 1 0 164220985 111403008 6801 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 27198 6801 1613 46 0 7813 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 118720 KiB
Current children cumulated memory: 30028 KiB

[startup+0.206012 s]*
/proc/loadavg: 4.15 4.14 4.14 5/266 853109
/proc/meminfo: memFree=126414412/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=133860 memory=48528 CPUtime=0.19 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 9128 0 0 0 18 1 0 0 20 0 1 0 164220985 137072640 12132 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 33465 12132 1613 46 0 14080 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 143788 KiB
Current children cumulated memory: 51352 KiB

[startup+0.306016 s]*
/proc/loadavg: 4.15 4.14 4.14 5/266 853109
/proc/meminfo: memFree=126359956/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=156524 memory=73300 CPUtime=0.29 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 12739 0 0 0 27 2 0 0 20 0 1 0 164220985 160280576 18325 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 39131 18325 1693 46 0 19746 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 166452 KiB
Current children cumulated memory: 76124 KiB

[startup+0.700251 s]
/proc/loadavg: 4.15 4.14 4.14 5/266 853109
/proc/meminfo: memFree=126335828/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=226328 memory=140552 CPUtime=0.68 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 24442 0 0 0 53 15 0 0 20 0 1 0 164220985 231759872 35138 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 56582 35138 1693 46 0 37197 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 236256 KiB
Current children cumulated memory: 143376 KiB

[startup+1.50028 s]
/proc/loadavg: 4.15 4.14 4.14 5/267 853110
/proc/meminfo: memFree=126181768/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=480736 memory=353620 CPUtime=1.48 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 72110 0 0 0 123 25 0 0 20 0 2 0 164220985 492273664 88405 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 120184 88405 2751 46 0 92779 0
[pid=853109/tid=853110] ppid=853106 vsize=480736 memory=7544 CPUtime=0 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164221062 492273664 88405 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 490664 KiB
Current children cumulated memory: 356444 KiB

[startup+3.10616 s]
/proc/loadavg: 4.15 4.14 4.14 5/267 853110
/proc/meminfo: memFree=126071612/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=524496 memory=397056 CPUtime=3.08 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 124181 0 0 0 279 29 0 0 20 0 2 0 164220985 537083904 99264 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 131124 99264 2754 46 0 103719 0
[pid=853109/tid=853110] ppid=853106 vsize=524496 memory=0 CPUtime=0 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 164221062 537083904 99264 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 534424 KiB
Current children cumulated memory: 399880 KiB

[startup+6.30019 s]
/proc/loadavg: 4.14 4.14 4.14 5/267 853112
/proc/meminfo: memFree=126038600/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=543132 memory=423748 CPUtime=6.27 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 181190 0 0 0 593 34 0 0 20 0 2 0 164220985 556167168 105937 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 135783 105937 3586 46 0 108378 0
[pid=853109/tid=853110] ppid=853106 vsize=543132 memory=2824 CPUtime=0 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 2 0 164221062 556167168 105937 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 553060 KiB
Current children cumulated memory: 426572 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.14 4.14 5/267 853112
/proc/meminfo: memFree=126124208/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=543132 memory=423756 CPUtime=12.67 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 198507 0 0 0 1231 36 0 0 20 0 2 0 164220985 556167168 105939 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 135783 105939 3586 46 0 108378 0
[pid=853109/tid=853110] ppid=853106 vsize=543132 memory=2824 CPUtime=0 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 2 0 164221062 556167168 105939 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 553060 KiB
Current children cumulated memory: 426580 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.13 4.13 5/267 853117
/proc/meminfo: memFree=126066092/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=543132 memory=423772 CPUtime=25.45 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 222323 0 0 0 2507 38 0 0 20 0 2 0 164220985 556167168 105943 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 135783 105943 3586 46 0 108378 0
[pid=853109/tid=853110] ppid=853106 vsize=543132 memory=2824 CPUtime=0 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 2 0 164221062 556167168 105943 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 553060 KiB
Current children cumulated memory: 426596 KiB

[startup+51.1046 s]
/proc/loadavg: 4.12 4.14 4.14 5/267 853120
/proc/meminfo: memFree=126049332/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=543132 memory=423776 CPUtime=51.02 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 248565 0 0 0 5060 42 0 0 20 0 2 0 164220985 556167168 105944 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 135783 105944 3586 46 0 108378 0
[pid=853109/tid=853110] ppid=853106 vsize=543132 memory=2824 CPUtime=0.01 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 45 0 0 0 0 1 0 0 20 0 2 0 164221062 556167168 105944 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 553060 KiB
Current children cumulated memory: 426600 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.14 4.14 5/267 853129
/proc/meminfo: memFree=126037396/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=543132 memory=424680 CPUtime=102.16 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 272823 0 0 0 10168 48 0 0 20 0 2 0 164220985 556167168 106170 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 135783 106170 3586 46 0 108378 0
[pid=853109/tid=853110] ppid=853106 vsize=543132 memory=2824 CPUtime=0.03 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 57 0 0 0 1 2 0 0 20 0 2 0 164221062 556167168 106170 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 102.16 s
Current children cumulated vsize: 553060 KiB
Current children cumulated memory: 427504 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.15 4.14 5/267 853140
/proc/meminfo: memFree=125953584/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=543132 memory=429168 CPUtime=162.08 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 281186 0 0 0 16144 64 0 0 20 0 2 0 164220985 556167168 107292 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 135783 107292 3586 46 0 108378 0

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

/proc/853109/statm: 137578 108419 3586 46 0 110173 0
[pid=853109/tid=853110] ppid=853106 vsize=550312 memory=433676 CPUtime=1.29 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 216 0 0 0 35 94 0 0 20 0 2 0 164221062 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3156.83 s
Current children cumulated vsize: 560240 KiB
Current children cumulated memory: 436500 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/266 854859
/proc/meminfo: memFree=124266844/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=550312 memory=433676 CPUtime=3216.72 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 317977 0 0 0 313287 8385 0 0 20 0 2 0 164220985 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 137578 108419 3586 46 0 110173 0
[pid=853109/tid=853110] ppid=853106 vsize=550312 memory=2824 CPUtime=1.36 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 219 0 0 0 38 98 0 0 20 0 2 0 164221062 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3216.72 s
Current children cumulated vsize: 560240 KiB
Current children cumulated memory: 436500 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/266 854869
/proc/meminfo: memFree=124192716/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=550312 memory=433676 CPUtime=3276.62 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 318222 0 0 0 319053 8609 0 0 20 0 2 0 164220985 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 137578 108419 3586 46 0 110173 0
[pid=853109/tid=853110] ppid=853106 vsize=550312 memory=433676 CPUtime=1.43 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 222 0 0 0 41 102 0 0 20 0 2 0 164221062 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3276.62 s
Current children cumulated vsize: 560240 KiB
Current children cumulated memory: 436500 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.17 4.17 5/265 855095
/proc/meminfo: memFree=123865652/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=550312 memory=433676 CPUtime=3336.52 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 318461 0 0 0 324828 8824 0 0 20 0 2 0 164220985 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 137578 108419 3586 46 0 110173 0
[pid=853109/tid=853110] ppid=853106 vsize=550312 memory=2824 CPUtime=1.49 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 226 0 0 0 43 106 0 0 20 0 2 0 164221062 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3336.52 s
Current children cumulated vsize: 560240 KiB
Current children cumulated memory: 436500 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.15 4.16 5/265 855106
/proc/meminfo: memFree=123876932/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=550312 memory=433676 CPUtime=3396.42 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 318699 0 0 0 330591 9051 0 0 20 0 2 0 164220985 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 137578 108419 3586 46 0 110173 0
[pid=853109/tid=853110] ppid=853106 vsize=550312 memory=2824 CPUtime=1.56 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 230 0 0 0 45 111 0 0 20 0 2 0 164221062 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3396.42 s
Current children cumulated vsize: 560240 KiB
Current children cumulated memory: 436500 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.13 4.16 5/266 855133
/proc/meminfo: memFree=123904600/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=550312 memory=433676 CPUtime=3456.31 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 318927 0 0 0 336353 9278 0 0 20 0 2 0 164220985 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 137578 108419 3586 46 0 110173 0
[pid=853109/tid=853110] ppid=853106 vsize=550312 memory=2824 CPUtime=1.62 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 233 0 0 0 47 115 0 0 20 0 2 0 164221062 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3456.31 s
Current children cumulated vsize: 560240 KiB
Current children cumulated memory: 436500 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.17 4.17 5/266 855143
/proc/meminfo: memFree=123895348/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=550312 memory=433676 CPUtime=3516.2 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 319155 0 0 0 342110 9510 0 0 20 0 2 0 164220985 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 137578 108419 3586 46 0 110173 0
[pid=853109/tid=853110] ppid=853106 vsize=550312 memory=2824 CPUtime=1.71 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 236 0 0 0 52 119 0 0 20 0 2 0 164221062 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3516.2 s
Current children cumulated vsize: 560240 KiB
Current children cumulated memory: 436500 KiB

[startup+3582.3 s]
/proc/loadavg: 4.35 4.23 4.19 5/266 855153
/proc/meminfo: memFree=123872440/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=550312 memory=433676 CPUtime=3576.09 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 319478 0 0 0 347871 9738 0 0 20 0 2 0 164220985 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 137578 108419 3586 46 0 110173 0
[pid=853109/tid=853110] ppid=853106 vsize=550312 memory=7544 CPUtime=1.79 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 239 0 0 0 55 124 0 0 20 0 2 0 164221062 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3576.09 s
Current children cumulated vsize: 560240 KiB
Current children cumulated memory: 436500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 4.23 4.21 4.18 5/265 855158
/proc/meminfo: memFree=123865024/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=550312 memory=433676 CPUtime=3600.05 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 319546 0 0 0 350174 9831 0 0 20 0 2 0 164220985 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 137578 108419 3586 46 0 110173 0
[pid=853109/tid=853110] ppid=853106 vsize=550312 memory=2824 CPUtime=1.82 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 239 0 0 0 57 125 0 0 20 0 2 0 164221062 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 560240 KiB
Current children cumulated memory: 436500 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3501.76 s, system=98.3136 s

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

[startup+3606.3 s]
/proc/loadavg: 4.23 4.21 4.18 5/265 855158
/proc/meminfo: memFree=123865024/131524600 swapFree=130796312/131071996
[pid=853106] ppid=853103 vsize=9928 memory=2824 CPUtime=0 cores=5,7
/proc/853106/stat : 853106 (run-glibc-2.34.) S 853103 853106 848657 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 164220985 10166272 706 134679101440 94451795968000 94451797047320 140734338608384 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94451799145776 94451799192964 94451819585536 140734338610111 140734338610268 140734338610268 140734338617283 0
/proc/853106/statm: 2482 706 626 264 0 133 0
[pid=853109] ppid=853106 vsize=550312 memory=433676 CPUtime=3600.05 cores=5,7
/proc/853109/stat : 853109 (ld-linux-x86-64) R 853106 853106 848657 0 -1 4194304 319546 0 0 0 350174 9831 0 0 20 0 2 0 164220985 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
/proc/853109/statm: 137578 108419 3586 46 0 110173 0
[pid=853109/tid=853110] ppid=853106 vsize=550312 memory=2824 CPUtime=1.82 cores=5,7
/proc/853109/task/853110/stat : 853110 (ld-linux-x86-64) S 853106 853106 848657 0 -1 1077936192 239 0 0 0 57 125 0 0 20 0 2 0 164221062 563519488 108419 134679101440 139885625876480 139885626064092 140724039918992 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139885628164992 139885628174440 93825013854208 140724039926615 140724039926779 140724039926779 140724039933874 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 560240 KiB
Current children cumulated memory: 436500 KiB

Child status: 143

Real time (s): 3606.31
CPU time (s): 3600.07
CPU user time (s): 3501.76
CPU system time (s): 98.3136
CPU usage (%): 99.827
Max. virtual memory (cumulated for all children) (KiB): 560240
Max. memory (cumulated for all children) (KiB): 436500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3501.76
system time used= 98.3136
maximum resident set size= 433676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319765
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= 356755
involuntary context switches= 1318


# summary of solver processes directly reported to runsolver:
#   pid: 853106
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3501.76
#   total CPU system time (s): 98.3136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.62155 second user time and 13.0727 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-16 11:03:51
IDJOB=4431222
IDBENCH=155358
IDSOLVER=3055
FILE ID=nodeC014/4431222-1721120618
RUNJOBID= nodeC014-1721116306-848670
SLURM_JOB_ID= 7505656
Free space on /tmp= 889952 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-stp3d.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-4431222-1721120618/watcher-4431222-1721120618 -o /tmp/evaluation-result-4431222-1721120618/solver-4431222-1721120618 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721116306-848670 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431222-1721120618.opb

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

MD5SUM BENCH= a4b0cd988cdc47ea50384dbc6c682a43
RANDOM SEED=402988926

nodeC014.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		: 3670.429
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.32
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		: 3675.747
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
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.883
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.32
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		: 3599.885
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
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		: 3670.446
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.32
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		: 3678.752
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126453036 kB
MemAvailable:   129389448 kB
Buffers:          343404 kB
Cached:          3397904 kB
SwapCached:        12800 kB
Active:          1117956 kB
Inactive:        3387160 kB
Active(anon):       9460 kB
Inactive(anon):   772448 kB
Active(file):    1108496 kB
Inactive(file):  2614712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130796312 kB
Dirty:             41736 kB
Writeback:          8900 kB
AnonPages:        753372 kB
Mapped:            64768 kB
Shmem:             18096 kB
KReclaimable:     105704 kB
Slab:             198940 kB
SReclaimable:     105704 kB
SUnreclaim:        93236 kB
KernelStack:        4240 kB
PageTables:        11740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1510636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            29312 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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:      191188 kB
DirectMap2M:    14262272 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 889832 MiB
End job on nodeC014 at 2024-07-16 12:03:57