Trace number 4431277

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.66

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_7_ic.opb
MD5SUMa79b156993afc0744effacd0e3c6c3c8
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 benchmark18798609
Best CPU time to get the best result obtained on this benchmark3558.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 143877824
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 182044199866
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 143877824
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 182044199866
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=863345, runsolver pid=863342

[startup+0.100095 s]*
/proc/loadavg: 4.20 4.18 4.19 5/243 863347
/proc/meminfo: memFree=113816616/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=109276 memory=26556 CPUtime=0.1 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 6013 0 0 0 9 1 0 0 20 0 1 0 167066232 111898624 6639 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 27319 6639 1590 46 0 7934 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 119204 KiB
Current children cumulated memory: 29188 KiB

[startup+0.213319 s]*
/proc/loadavg: 4.20 4.18 4.19 5/243 863347
/proc/meminfo: memFree=113778024/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=129184 memory=44116 CPUtime=0.21 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 9898 0 0 0 19 2 0 0 20 0 1 0 167066232 132284416 11029 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 32296 11029 1590 46 0 12911 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 139112 KiB
Current children cumulated memory: 46748 KiB

[startup+0.313205 s]*
/proc/loadavg: 4.20 4.18 4.19 5/243 863347
/proc/meminfo: memFree=113747568/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=138316 memory=56456 CPUtime=0.3 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 12432 0 0 0 28 2 0 0 20 0 1 0 167066232 141635584 14114 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 34579 14114 1590 46 0 15194 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 148244 KiB
Current children cumulated memory: 59088 KiB

[startup+0.700411 s]
/proc/loadavg: 4.20 4.18 4.19 6/243 863347
/proc/meminfo: memFree=113690468/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=188452 memory=104520 CPUtime=0.68 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 20902 0 0 0 64 4 0 0 20 0 1 0 167066232 192974848 26130 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 47113 26130 1590 46 0 27728 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 198380 KiB
Current children cumulated memory: 107152 KiB

[startup+1.5004 s]
/proc/loadavg: 4.20 4.18 4.19 5/243 863347
/proc/meminfo: memFree=113550256/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=291464 memory=204284 CPUtime=1.49 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 37712 0 0 0 139 10 0 0 20 0 1 0 167066232 298459136 51071 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 72866 51071 1590 46 0 53481 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 301392 KiB
Current children cumulated memory: 206916 KiB

[startup+3.1127 s]
/proc/loadavg: 4.18 4.18 4.19 5/248 863359
/proc/meminfo: memFree=113179160/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=419008 memory=336076 CPUtime=3.09 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 61977 0 0 0 293 16 0 0 20 0 1 0 167066232 429064192 84019 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 104752 84019 1590 46 0 85367 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 428936 KiB
Current children cumulated memory: 338708 KiB

[startup+6.30039 s]
/proc/loadavg: 4.18 4.18 4.19 5/242 863396
/proc/meminfo: memFree=115798688/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=892408 memory=809168 CPUtime=6.27 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 105090 0 0 0 533 94 0 0 20 0 1 0 167066232 913825792 202292 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 223102 202292 1718 46 0 203717 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 902336 KiB
Current children cumulated memory: 811800 KiB

[startup+12.7004 s]
/proc/loadavg: 4.15 4.17 4.19 5/248 863409
/proc/meminfo: memFree=112670584/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=2741232 memory=2482108 CPUtime=12.65 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 434653 0 0 0 1047 218 0 0 20 0 2 0 167066232 2807021568 620527 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 685308 620527 2757 46 0 657903 0
[pid=863347/tid=863409] ppid=863345 vsize=2741232 memory=1425080 CPUtime=0 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 167067056 2807021568 620527 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2751160 KiB
Current children cumulated memory: 2484740 KiB

[startup+25.5005 s]
/proc/loadavg: 4.20 4.18 4.19 5/250 863414
/proc/meminfo: memFree=107403036/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3403788 memory=3040220 CPUtime=25.44 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 610556 0 0 0 2295 249 0 0 20 0 2 0 167066232 3485478912 760055 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 850947 760055 2757 46 0 823542 0
[pid=863347/tid=863409] ppid=863345 vsize=3403788 memory=2632 CPUtime=0.01 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 2 0 0 0 0 1 0 0 20 0 2 0 167067056 3485478912 760055 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 3413716 KiB
Current children cumulated memory: 3042852 KiB

[startup+51.1133 s]
/proc/loadavg: 4.20 4.18 4.19 5/252 863587
/proc/meminfo: memFree=101755500/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3738776 memory=3438456 CPUtime=51.01 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 952736 0 0 0 4818 283 0 0 20 0 2 0 167066232 3828506624 859614 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 934694 859614 2757 46 0 907289 0
[pid=863347/tid=863409] ppid=863345 vsize=3738776 memory=2632 CPUtime=0.05 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 7 0 0 0 1 4 0 0 20 0 2 0 167067056 3828506624 859614 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 3748704 KiB
Current children cumulated memory: 3441088 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.18 4.19 5/253 863597
/proc/meminfo: memFree=101844972/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3368704 memory=3145344 CPUtime=102.13 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 1472698 0 0 0 9869 344 0 0 20 0 2 0 167066232 3449552896 786336 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 842176 786336 3885 46 0 814771 0
[pid=863347/tid=863409] ppid=863345 vsize=3368704 memory=11936 CPUtime=0.14 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 12 0 0 0 4 10 0 0 20 0 2 0 167067056 3449552896 786336 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 102.13 s
Current children cumulated vsize: 3378632 KiB
Current children cumulated memory: 3147976 KiB

[startup+162.3 s]
/proc/loadavg: 4.29 4.21 4.19 5/254 863610
/proc/meminfo: memFree=102830088/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3368704 memory=3151488 CPUtime=162.09 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 1545994 0 0 0 15745 464 0 0 20 0 2 0 167066232 3449552896 787872 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 842176 787872 3885 46 0 814771 0
[pid=863347/tid=863409] ppid=863345 vsize=3368704 memory=2632 CPUtime=0.23 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 17 0 0 0 7 16 0 0 20 0 2 0 167067056 3449552896 787872 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 162.09 s
Current children cumulated vsize: 3378632 KiB
Current children cumulated memory: 3154120 KiB


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

[startup+3162.3 s]
/proc/loadavg: 4.14 3.58 3.81 4/243 864809
/proc/meminfo: memFree=106722700/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3715888 memory=3422632 CPUtime=3160.07 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 5127521 0 0 0 309360 6647 0 0 20 0 2 0 167066232 3805069312 855658 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 928972 855658 3885 46 0 901567 0
[pid=863347/tid=863409] ppid=863345 vsize=3715888 memory=3422384 CPUtime=4.48 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 323 0 0 0 138 310 0 0 20 0 2 0 167067056 3805069312 855658 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 3160.07 s
Current children cumulated vsize: 3725816 KiB
Current children cumulated memory: 3425264 KiB

[startup+3222.3 s]
/proc/loadavg: 3.74 3.58 3.80 4/243 864819
/proc/meminfo: memFree=106720372/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3715888 memory=3424652 CPUtime=3220.02 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 5205384 0 0 0 315227 6775 0 0 20 0 2 0 167066232 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 928972 856163 3885 46 0 901567 0
[pid=863347/tid=863409] ppid=863345 vsize=3715888 memory=12740 CPUtime=4.56 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 327 0 0 0 140 316 0 0 20 0 2 0 167067056 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 3220.02 s
Current children cumulated vsize: 3725816 KiB
Current children cumulated memory: 3427284 KiB

[startup+3282.3 s]
/proc/loadavg: 3.33 3.49 3.75 4/243 864830
/proc/meminfo: memFree=106719872/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3715888 memory=3424652 CPUtime=3279.97 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 5259299 0 0 0 321095 6902 0 0 20 0 2 0 167066232 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 928972 856163 3885 46 0 901567 0
[pid=863347/tid=863409] ppid=863345 vsize=3715888 memory=2632 CPUtime=4.65 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 334 0 0 0 142 323 0 0 20 0 2 0 167067056 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 3279.97 s
Current children cumulated vsize: 3725816 KiB
Current children cumulated memory: 3427284 KiB

[startup+3342.3 s]
/proc/loadavg: 3.16 3.42 3.71 5/244 864841
/proc/meminfo: memFree=106719708/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3715888 memory=3424652 CPUtime=3339.93 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 5314535 0 0 0 326968 7025 0 0 20 0 2 0 167066232 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 928972 856163 3885 46 0 901567 0
[pid=863347/tid=863409] ppid=863345 vsize=3715888 memory=3424652 CPUtime=4.73 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 339 0 0 0 145 328 0 0 20 0 2 0 167067056 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 3339.93 s
Current children cumulated vsize: 3725816 KiB
Current children cumulated memory: 3427284 KiB

[startup+3402.3 s]
/proc/loadavg: 3.20 3.37 3.67 4/244 864853
/proc/meminfo: memFree=106717276/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3715888 memory=3424652 CPUtime=3399.89 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 5367687 0 0 0 332843 7146 0 0 20 0 2 0 167066232 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 928972 856163 3885 46 0 901567 0
[pid=863347/tid=863409] ppid=863345 vsize=3715888 memory=3424652 CPUtime=4.82 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 343 0 0 0 148 334 0 0 20 0 2 0 167067056 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 3399.89 s
Current children cumulated vsize: 3725816 KiB
Current children cumulated memory: 3427284 KiB

[startup+3462.3 s]
/proc/loadavg: 3.12 3.32 3.63 4/243 865248
/proc/meminfo: memFree=106716440/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3715888 memory=3424652 CPUtime=3459.85 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 5423069 0 0 0 338717 7268 0 0 20 0 2 0 167066232 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 928972 856163 3885 46 0 901567 0
[pid=863347/tid=863409] ppid=863345 vsize=3715888 memory=3424652 CPUtime=4.9 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 347 0 0 0 150 340 0 0 20 0 2 0 167067056 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 3459.85 s
Current children cumulated vsize: 3725816 KiB
Current children cumulated memory: 3427284 KiB

[startup+3522.3 s]
/proc/loadavg: 3.16 3.29 3.60 4/243 865258
/proc/meminfo: memFree=106716712/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3715888 memory=3424652 CPUtime=3519.79 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 5477996 0 0 0 344587 7392 0 0 20 0 2 0 167066232 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 928972 856163 3885 46 0 901567 0
[pid=863347/tid=863409] ppid=863345 vsize=3715888 memory=3424652 CPUtime=4.98 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 351 0 0 0 153 345 0 0 20 0 2 0 167067056 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 3519.79 s
Current children cumulated vsize: 3725816 KiB
Current children cumulated memory: 3427284 KiB

[startup+3582.3 s]
/proc/loadavg: 3.06 3.23 3.56 4/243 865268
/proc/meminfo: memFree=106716392/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3715888 memory=3424652 CPUtime=3579.75 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 5540772 0 0 0 350453 7522 0 0 20 0 2 0 167066232 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 928972 856163 3885 46 0 901567 0
[pid=863347/tid=863409] ppid=863345 vsize=3715888 memory=2632 CPUtime=5.07 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 355 0 0 0 156 351 0 0 20 0 2 0 167067056 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 3579.75 s
Current children cumulated vsize: 3725816 KiB
Current children cumulated memory: 3427284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.6 s]
/proc/loadavg: 3.12 3.23 3.55 4/243 865271
/proc/meminfo: memFree=106716264/131655788 swapFree=131071996/131071996
[pid=863345] ppid=863342 vsize=9928 memory=2632 CPUtime=0 cores=4,6
/proc/863345/stat : 863345 (run-glibc-2.34.) S 863342 863345 859200 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 167066231 10166272 658 134679101440 94012757626880 94012758706200 140724308898384 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94012760804656 94012760851844 94012774244352 140724308902847 140724308903004 140724308903004 140724308910019 0
/proc/863345/statm: 2482 658 577 264 0 133 0
[pid=863347] ppid=863345 vsize=3715888 memory=3424652 CPUtime=3600.04 cores=4,6
/proc/863347/stat : 863347 (ld-linux-x86-64) R 863345 863345 859200 0 -1 4194304 5578745 0 0 0 352436 7568 0 0 20 0 2 0 167066232 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
/proc/863347/statm: 928972 856163 3885 46 0 901567 0
[pid=863347/tid=863409] ppid=863345 vsize=3715888 memory=1976 CPUtime=5.11 cores=4,6
/proc/863347/task/863409/stat : 863409 (ld-linux-x86-64) S 863345 863345 859200 0 -1 1077936192 355 0 0 0 157 354 0 0 20 0 2 0 167067056 3805069312 856163 134679101440 139825368977408 139825369165020 140732817940928 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139825371265920 139825371275368 93824999997440 140732817949527 140732817949691 140732817949691 140732817956786 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 3725816 KiB
Current children cumulated memory: 3427284 KiB

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

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

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

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

# cumulated CPU time of all completed processes:  user=3524.37 s, system=75.7402 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.66
CPU time (s): 3600.11
CPU user time (s): 3524.37
CPU system time (s): 75.7402
CPU usage (%): 99.9293
Max. virtual memory (cumulated for all children) (KiB): 3754644
Max. memory (cumulated for all children) (KiB): 3447196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3524.37
system time used= 75.7402
maximum resident set size= 3444564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5578947
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= 352413
involuntary context switches= 1522


# summary of solver processes directly reported to runsolver:
#   pid: 863345,863347
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3524.37
#   total CPU system time (s): 75.7402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.9663 second user time and 34.6542 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-16 18:58:06
IDJOB=4431277
IDBENCH=155752
IDSOLVER=3055
FILE ID=nodeC005/4431277-1721149073
RUNJOBID= nodeC005-1721141874-859211
SLURM_JOB_ID= 7505727
Free space on /tmp= 723252 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_7_ic.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431277-1721149073/watcher-4431277-1721149073 -o /tmp/evaluation-result-4431277-1721149073/solver-4431277-1721149073 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721141874-859211 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431277-1721149073.opb

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

MD5SUM BENCH= a79b156993afc0744effacd0e3c6c3c8
RANDOM SEED=147596963

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		: 3539.435
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		: 3665.479
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.250
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.245
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		: 3565.617
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		: 2971.315
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.189
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		: 1491.402
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:        113851172 kB
MemAvailable:   119411828 kB
Buffers:          405052 kB
Cached:          5928420 kB
SwapCached:            0 kB
Active:          1096252 kB
Inactive:       16001712 kB
Active(anon):       3448 kB
Inactive(anon): 10798756 kB
Active(file):    1092804 kB
Inactive(file):  5202956 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            191580 kB
Writeback:             0 kB
AnonPages:      10762460 kB
Mapped:           120476 kB
Shmem:             37704 kB
KReclaimable:     210192 kB
Slab:             324528 kB
SReclaimable:     210192 kB
SUnreclaim:       114336 kB
KernelStack:        3888 kB
PageTables:        30760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11903724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3706880 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= 723128 MiB
End job on nodeC005 at 2024-07-16 19:58:09