Trace number 4430994

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.05 3605.31

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/logic_synthesis/normalized-ex1010.pi.opb
MD5SUM5479bdae519af5132f8a4c9f9917dcdc
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 benchmark235
Best CPU time to get the best result obtained on this benchmark71175
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25200
Total number of constraints1468
Number of constraints which are clauses1468
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint9
Maximum length of a constraint172
Number of terms in the objective function 25200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 25200
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25200
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100097 s]*
/proc/loadavg: 4.12 4.15 4.18 5/249 829254
/proc/meminfo: memFree=128767832/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=95908 memory=16076 CPUtime=0.09 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 2759 0 0 0 9 0 0 0 20 0 1 0 162376129 98209792 4019 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 23977 4019 1716 46 0 4592 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 105836 KiB
Current children cumulated memory: 18816 KiB

[startup+0.214348 s]*
/proc/loadavg: 4.12 4.15 4.18 5/250 829255
/proc/meminfo: memFree=128747572/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=155920 memory=39604 CPUtime=0.21 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 7078 0 0 0 19 2 0 0 20 0 2 0 162376129 159662080 9901 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 39044 9901 2671 46 0 11639 0
[pid=829254/tid=829255] ppid=829252 vsize=156176 memory=3471202400344241230 CPUtime=0 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) R 829252 829252 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162376145 159924224 9901 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 165848 KiB
Current children cumulated memory: 42344 KiB

[startup+0.314256 s]*
/proc/loadavg: 4.12 4.15 4.18 5/250 829255
/proc/meminfo: memFree=128737156/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=167144 memory=50928 CPUtime=0.31 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 9668 0 0 0 28 3 0 0 20 0 2 0 162376129 171155456 12732 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 41786 12732 2734 46 0 14381 0
[pid=829254/tid=829255] ppid=829252 vsize=167144 memory=-9040628341368119909 CPUtime=0 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162376145 171155456 12732 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 177072 KiB
Current children cumulated memory: 53668 KiB

[startup+0.700383 s]
/proc/loadavg: 4.12 4.15 4.18 5/250 829255
/proc/meminfo: memFree=128729236/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=172324 memory=56168 CPUtime=0.68 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 11507 0 0 0 64 4 0 0 20 0 2 0 162376129 176459776 14042 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 43081 14042 2734 46 0 15676 0
[pid=829254/tid=829255] ppid=829252 vsize=172324 memory=0 CPUtime=0 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162376145 176459776 14042 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 182252 KiB
Current children cumulated memory: 58908 KiB

[startup+1.50041 s]
/proc/loadavg: 4.12 4.15 4.18 5/245 829269
/proc/meminfo: memFree=128849724/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=177860 memory=63120 CPUtime=1.48 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 13200 0 1 0 143 5 0 0 20 0 2 0 162376129 182128640 15780 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 44465 15780 3099 46 0 17060 0
[pid=829254/tid=829255] ppid=829252 vsize=177860 memory=63120 CPUtime=0 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 162376145 182128640 15780 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 187788 KiB
Current children cumulated memory: 65860 KiB

[startup+3.11365 s]
/proc/loadavg: 4.12 4.15 4.18 5/251 829352
/proc/meminfo: memFree=128793008/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=177860 memory=63892 CPUtime=3.09 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 15505 0 1 0 303 6 0 0 20 0 2 0 162376129 182128640 15973 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 44465 15973 3291 46 0 17060 0
[pid=829254/tid=829255] ppid=829252 vsize=177860 memory=63892 CPUtime=0 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 162376145 182128640 15973 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 187788 KiB
Current children cumulated memory: 66632 KiB

[startup+6.30037 s]
/proc/loadavg: 4.27 4.18 4.19 5/251 829545
/proc/meminfo: memFree=128875840/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=191504 memory=78964 CPUtime=6.27 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 29585 0 1 0 619 8 0 0 20 0 2 0 162376129 196100096 19741 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 47876 19741 3795 46 0 20471 0
[pid=829254/tid=829255] ppid=829252 vsize=191504 memory=78964 CPUtime=0 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 162376145 196100096 19741 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 201432 KiB
Current children cumulated memory: 81704 KiB

[startup+12.7004 s]
/proc/loadavg: 4.25 4.18 4.19 5/251 829545
/proc/meminfo: memFree=128850904/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=212912 memory=100584 CPUtime=12.66 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 43418 0 1 0 1255 11 0 0 20 0 2 0 162376129 218021888 25146 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 53228 25146 4016 46 0 25823 0
[pid=829254/tid=829255] ppid=829252 vsize=212912 memory=2740 CPUtime=0 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 162376145 218021888 25146 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 222840 KiB
Current children cumulated memory: 103324 KiB

[startup+25.5004 s]
/proc/loadavg: 4.26 4.19 4.19 5/251 829547
/proc/meminfo: memFree=128845452/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=215920 memory=104932 CPUtime=25.44 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 62975 0 1 0 2530 14 0 0 20 0 2 0 162376129 221102080 26233 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 53980 26233 4016 46 0 26575 0
[pid=829254/tid=829255] ppid=829252 vsize=215920 memory=2740 CPUtime=0.01 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 20 0 0 0 0 1 0 0 20 0 2 0 162376145 221102080 26233 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 225848 KiB
Current children cumulated memory: 107672 KiB

[startup+51.1138 s]
/proc/loadavg: 4.23 4.19 4.19 5/251 829551
/proc/meminfo: memFree=128843924/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=213076 memory=101236 CPUtime=51.02 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 90344 0 1 0 5081 21 0 0 20 0 2 0 162376129 218189824 25309 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 53269 25309 4016 46 0 25864 0
[pid=829254/tid=829255] ppid=829252 vsize=213076 memory=43020 CPUtime=0.04 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 31 0 0 0 1 3 0 0 20 0 2 0 162376145 218189824 25309 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 223004 KiB
Current children cumulated memory: 103976 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/253 829730
/proc/meminfo: memFree=128838956/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=213076 memory=102324 CPUtime=102.11 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 101688 0 1 0 10185 26 0 0 20 0 2 0 162376129 218189824 25581 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 53269 25581 4016 46 0 25864 0
[pid=829254/tid=829255] ppid=829252 vsize=213076 memory=43020 CPUtime=0.09 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 37 0 0 0 2 7 0 0 20 0 2 0 162376145 218189824 25581 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 223004 KiB
Current children cumulated memory: 105064 KiB

[startup+162.3 s]
/proc/loadavg: 4.21 4.18 4.18 6/253 830124
/proc/meminfo: memFree=128539180/131655788 swapFree=131071996/131071996

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

/proc/829254/statm: 82069 55279 4032 46 0 54664 0
[pid=829254/tid=829255] ppid=829252 vsize=328276 memory=2740 CPUtime=4.32 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 145 0 0 0 144 288 0 0 20 0 2 0 162376145 336154624 55279 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3157.47 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 223856 KiB

[startup+3222.3 s]
/proc/loadavg: 4.02 3.96 4.01 4/242 831429
/proc/meminfo: memFree=128739496/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=328276 memory=221116 CPUtime=3217.41 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 495345 0 1 0 320991 750 0 0 20 0 2 0 162376129 336154624 55279 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 82069 55279 4032 46 0 54664 0
[pid=829254/tid=829255] ppid=829252 vsize=328276 memory=2740 CPUtime=4.41 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 147 0 0 0 148 293 0 0 20 0 2 0 162376145 336154624 55279 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3217.41 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 223856 KiB

[startup+3282.3 s]
/proc/loadavg: 3.43 3.80 3.95 5/242 831439
/proc/meminfo: memFree=128739152/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=328276 memory=221120 CPUtime=3277.35 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 495446 0 1 0 326977 758 0 0 20 0 2 0 162376129 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 82069 55280 4032 46 0 54664 0
[pid=829254/tid=829255] ppid=829252 vsize=328276 memory=2740 CPUtime=4.5 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 149 0 0 0 150 300 0 0 20 0 2 0 162376145 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3277.35 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 223860 KiB

[startup+3342.3 s]
/proc/loadavg: 3.24 3.67 3.89 4/242 831450
/proc/meminfo: memFree=128738912/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=328276 memory=221120 CPUtime=3337.29 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 495536 0 1 0 332964 765 0 0 20 0 2 0 162376129 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 82069 55280 4032 46 0 54664 0
[pid=829254/tid=829255] ppid=829252 vsize=328276 memory=2740 CPUtime=4.6 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 152 0 0 0 154 306 0 0 20 0 2 0 162376145 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3337.29 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 223860 KiB

[startup+3402.3 s]
/proc/loadavg: 3.15 3.56 3.84 4/242 831460
/proc/meminfo: memFree=128738604/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=328276 memory=221120 CPUtime=3397.23 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 495641 0 1 0 338950 773 0 0 20 0 2 0 162376129 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 82069 55280 4032 46 0 54664 0
[pid=829254/tid=829255] ppid=829252 vsize=328276 memory=2740 CPUtime=4.7 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 154 0 0 0 157 313 0 0 20 0 2 0 162376145 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3397.23 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 223860 KiB

[startup+3462.3 s]
/proc/loadavg: 3.10 3.47 3.79 4/242 831470
/proc/meminfo: memFree=128735660/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=328276 memory=221120 CPUtime=3457.17 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 495763 0 1 0 344936 781 0 0 20 0 2 0 162376129 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 82069 55280 4032 46 0 54664 0
[pid=829254/tid=829255] ppid=829252 vsize=328276 memory=2740 CPUtime=4.79 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 156 0 0 0 160 319 0 0 20 0 2 0 162376145 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3457.17 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 223860 KiB

[startup+3522.3 s]
/proc/loadavg: 3.07 3.40 3.74 4/242 831866
/proc/meminfo: memFree=128735172/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=328276 memory=221120 CPUtime=3517.11 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 495881 0 1 0 350923 788 0 0 20 0 2 0 162376129 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 82069 55280 4032 46 0 54664 0
[pid=829254/tid=829255] ppid=829252 vsize=328276 memory=2740 CPUtime=4.88 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 158 0 0 0 163 325 0 0 20 0 2 0 162376145 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3517.11 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 223860 KiB

[startup+3582.3 s]
/proc/loadavg: 3.24 3.39 3.72 4/242 831877
/proc/meminfo: memFree=128732460/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=328276 memory=221120 CPUtime=3577.06 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 495974 0 1 0 356909 797 0 0 20 0 2 0 162376129 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 82069 55280 4032 46 0 54664 0
[pid=829254/tid=829255] ppid=829252 vsize=328276 memory=12320 CPUtime=4.98 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 160 0 0 0 166 332 0 0 20 0 2 0 162376145 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3577.06 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 223860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.3 s]
/proc/loadavg: 3.23 3.37 3.70 4/242 831880
/proc/meminfo: memFree=128732524/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=328276 memory=221120 CPUtime=3600.04 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 496050 0 1 0 359203 801 0 0 20 0 2 0 162376129 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 82069 55280 4032 46 0 54664 0
[pid=829254/tid=829255] ppid=829252 vsize=328276 memory=2740 CPUtime=5.01 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 163 0 0 0 167 334 0 0 20 0 2 0 162376145 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 223860 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3592.04 s, system=8.01398 s

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

[startup+3605.3 s]
/proc/loadavg: 3.23 3.37 3.70 4/242 831880
/proc/meminfo: memFree=128732524/131655788 swapFree=131071996/131071996
[pid=829252] ppid=829249 vsize=9928 memory=2740 CPUtime=0 cores=1,3
/proc/829252/stat : 829252 (run-glibc-2.34.) S 829249 829252 824948 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 162376128 10166272 685 134679101440 93900521947136 93900523026456 140733436510320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93900525124912 93900525172100 93900548796416 140733436519359 140733436519516 140733436519516 140733436526531 0
/proc/829252/statm: 2482 685 604 264 0 133 0
[pid=829254] ppid=829252 vsize=328276 memory=221120 CPUtime=3600.04 cores=1,3
/proc/829254/stat : 829254 (ld-linux-x86-64) R 829252 829252 824948 0 -1 4194304 496050 0 1 0 359203 801 0 0 20 0 2 0 162376129 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
/proc/829254/statm: 82069 55280 4032 46 0 54664 0
[pid=829254/tid=829255] ppid=829252 vsize=328276 memory=2740 CPUtime=5.01 cores=1,3
/proc/829254/task/829255/stat : 829255 (ld-linux-x86-64) S 829252 829252 824948 0 -1 1077936192 163 0 0 0 167 334 0 0 20 0 2 0 162376145 336154624 55280 134679101440 140291991658496 140291991846108 140733231989904 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140291993947008 140291993956456 93825021022208 140733231993687 140733231993851 140733231993851 140733232000946 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 338204 KiB
Current children cumulated memory: 223860 KiB

Child status: 143

Real time (s): 3605.31
CPU time (s): 3600.05
CPU user time (s): 3592.04
CPU system time (s): 8.01398
CPU usage (%): 99.8542
Max. virtual memory (cumulated for all children) (KiB): 489020
Max. memory (cumulated for all children) (KiB): 346588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.04
system time used= 8.01398
maximum resident set size= 363200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 496269
page faults= 1
swaps= 0
block input operations= 240
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 353612
involuntary context switches= 1385


# summary of solver processes directly reported to runsolver:
#   pid: 829252
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3592.04
#   total CPU system time (s): 8.01398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.0841 second user time and 36.926 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-16 05:56:55
IDJOB=4430994
IDBENCH=147648
IDSOLVER=3055
FILE ID=nodeC004/4430994-1721102202
RUNJOBID= nodeC004-1721095002-824960
SLURM_JOB_ID= 7505602
Free space on /tmp= 723648 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/logic_synthesis/normalized-ex1010.pi.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-4430994-1721102202/watcher-4430994-1721102202 -o /tmp/evaluation-result-4430994-1721102202/solver-4430994-1721102202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721095002-824960 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4430994-1721102202.opb

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

MD5SUM BENCH= 5479bdae519af5132f8a4c9f9917dcdc
RANDOM SEED=133731497

nodeC004.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		: 3492.451
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	: 6984.29
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		: 1591.279
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.37
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.344
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	: 6984.29
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.309
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.37
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		: 3492.460
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	: 6984.29
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		: 2180.196
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.37
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.343
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	: 6984.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128776236 kB
MemAvailable:   129631684 kB
Buffers:          401880 kB
Cached:          1290416 kB
SwapCached:            0 kB
Active:           729960 kB
Inactive:        1612452 kB
Active(anon):       3376 kB
Inactive(anon):   684436 kB
Active(file):     726584 kB
Inactive(file):   928016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             88712 kB
Writeback:             4 kB
AnonPages:        648156 kB
Mapped:           119816 kB
Shmem:             37700 kB
KReclaimable:      82096 kB
Slab:             177468 kB
SReclaimable:      82096 kB
SUnreclaim:        95372 kB
KernelStack:        4000 kB
PageTables:        11200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1088812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52000 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 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:      189256 kB
DirectMap2M:    14395392 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723656 MiB
End job on nodeC004 at 2024-07-16 06:57:01