Trace number 4431027

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2024-07-09? (TO) 3600.07 3607.51

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_12.opb.PB06.opb
MD5SUM3986604c534c992b7a4e3e5a4bb881f1
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 benchmark1038
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
Total number of constraints4000
Number of constraints which are clauses4000
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 constraint2
Maximum length of a constraint2
Number of terms in the objective function 1968
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 1968
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1968
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100273 s]*
/proc/loadavg: 4.15 4.15 4.13 6/265 838856
/proc/meminfo: memFree=128963596/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=143568 memory=29340 CPUtime=0.08 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 3952 0 0 0 7 1 0 0 20 0 2 0 159682022 147013632 7335 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 35892 7335 3391 46 0 8487 0
[pid=838855/tid=838856] ppid=838853 vsize=143568 memory=4026561614 CPUtime=0 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159682024 147013632 7335 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 153496 KiB
Current children cumulated memory: 32172 KiB

[startup+0.205273 s]*
/proc/loadavg: 4.15 4.15 4.13 5/265 838856
/proc/meminfo: memFree=128956484/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=151676 memory=38180 CPUtime=0.19 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 6622 0 0 0 17 2 0 0 20 0 2 0 159682022 155316224 9545 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 37919 9545 3898 46 0 10514 0
[pid=838855/tid=838856] ppid=838853 vsize=151676 memory=3471202400344241230 CPUtime=0 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159682024 155316224 9545 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 161604 KiB
Current children cumulated memory: 41012 KiB

[startup+0.306291 s]*
/proc/loadavg: 4.15 4.15 4.13 5/265 838856
/proc/meminfo: memFree=128954276/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=154780 memory=40868 CPUtime=0.28 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 12642 0 0 0 26 2 0 0 20 0 2 0 159682022 158494720 10217 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 38695 10217 3960 46 0 11290 0
[pid=838855/tid=838856] ppid=838853 vsize=154780 memory=-8608563148310274916 CPUtime=0 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159682024 158494720 10217 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 164708 KiB
Current children cumulated memory: 43700 KiB

[startup+0.700183 s]
/proc/loadavg: 4.15 4.15 4.13 5/265 838856
/proc/meminfo: memFree=128953072/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=154780 memory=41776 CPUtime=0.67 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 12832 0 0 0 65 2 0 0 20 0 2 0 159682022 158494720 10444 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 38695 10444 3991 46 0 11290 0
[pid=838855/tid=838856] ppid=838853 vsize=154780 memory=100 CPUtime=0 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159682024 158494720 10444 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 164708 KiB
Current children cumulated memory: 44608 KiB

[startup+1.5002 s]
/proc/loadavg: 4.15 4.15 4.13 5/265 838856
/proc/meminfo: memFree=128952500/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=154780 memory=42668 CPUtime=1.46 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 15206 0 0 0 144 2 0 0 20 0 2 0 159682022 158494720 10667 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 38695 10667 3991 46 0 11290 0
[pid=838855/tid=838856] ppid=838853 vsize=154780 memory=12304 CPUtime=0 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 2 0 159682024 158494720 10667 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 164708 KiB
Current children cumulated memory: 45500 KiB

[startup+3.10537 s]
/proc/loadavg: 4.15 4.15 4.13 5/265 838856
/proc/meminfo: memFree=128948236/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=160384 memory=48056 CPUtime=3.07 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 18795 0 0 0 304 3 0 0 20 0 2 0 159682022 164233216 12014 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 40096 12014 3991 46 0 12691 0
[pid=838855/tid=838856] ppid=838853 vsize=160384 memory=2832 CPUtime=0 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 2 0 159682024 164233216 12014 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 170312 KiB
Current children cumulated memory: 50888 KiB

[startup+6.30018 s]
/proc/loadavg: 4.14 4.15 4.13 5/265 838856
/proc/meminfo: memFree=128944424/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=163100 memory=50456 CPUtime=6.26 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 22959 0 0 0 622 4 0 0 20 0 2 0 159682022 167014400 12614 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 40775 12614 3991 46 0 13370 0
[pid=838855/tid=838856] ppid=838853 vsize=163100 memory=2832 CPUtime=0 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 159682024 167014400 12614 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 173028 KiB
Current children cumulated memory: 53288 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.14 4.13 5/265 838858
/proc/meminfo: memFree=128943800/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=163100 memory=50488 CPUtime=12.64 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 26513 0 0 0 1260 4 0 0 20 0 2 0 159682022 167014400 12622 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 40775 12622 3991 46 0 13370 0
[pid=838855/tid=838856] ppid=838853 vsize=163100 memory=2832 CPUtime=0 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 2 0 159682024 167014400 12622 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 173028 KiB
Current children cumulated memory: 53320 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.14 4.13 5/265 838859
/proc/meminfo: memFree=128941544/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=164200 memory=52656 CPUtime=25.42 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 34300 0 0 0 2536 6 0 0 20 0 2 0 159682022 168140800 13164 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 41050 13164 3991 46 0 13645 0
[pid=838855/tid=838856] ppid=838853 vsize=164200 memory=52656 CPUtime=0 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 159682024 168140800 13164 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 174128 KiB
Current children cumulated memory: 55488 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.14 4.13 5/265 838865
/proc/meminfo: memFree=128897800/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=206004 memory=92992 CPUtime=50.96 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 59693 0 0 0 5086 10 0 0 20 0 2 0 159682022 210948096 23248 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 51501 23248 3991 46 0 24096 0
[pid=838855/tid=838856] ppid=838853 vsize=206004 memory=2832 CPUtime=0.01 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 159682024 210948096 23248 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 215932 KiB
Current children cumulated memory: 95824 KiB

[startup+102.3 s]
/proc/loadavg: 4.26 4.17 4.14 5/267 839043
/proc/meminfo: memFree=128893816/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=208544 memory=96064 CPUtime=102.05 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 77504 0 0 0 10194 11 0 0 20 0 2 0 159682022 213549056 24016 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 52136 24016 4023 46 0 24731 0
[pid=838855/tid=838856] ppid=838853 vsize=208544 memory=12304 CPUtime=0.03 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 32 0 0 0 1 2 0 0 20 0 2 0 159682024 213549056 24016 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 218472 KiB
Current children cumulated memory: 98896 KiB

[startup+162.3 s]

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

/proc/838855/statm: 65149 38427 4038 46 0 37744 0
[pid=838855/tid=838856] ppid=838853 vsize=260596 memory=8258647926117800350 CPUtime=1.26 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 169 0 0 0 40 86 0 0 20 0 2 0 159682024 266850304 38427 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3155.79 s
Current children cumulated vsize: 270524 KiB
Current children cumulated memory: 156540 KiB

[startup+3222.3 s]
/proc/loadavg: 4.24 4.18 4.17 5/264 840242
/proc/meminfo: memFree=128568988/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=260596 memory=153708 CPUtime=3215.64 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 202098 0 0 0 321484 80 0 0 20 0 2 0 159682022 266850304 38427 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 65149 38427 4038 46 0 37744 0
[pid=838855/tid=838856] ppid=838853 vsize=260596 memory=153708 CPUtime=1.28 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 171 0 0 0 41 87 0 0 20 0 2 0 159682024 266850304 38427 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3215.64 s
Current children cumulated vsize: 270524 KiB
Current children cumulated memory: 156540 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.20 4.18 5/264 840349
/proc/meminfo: memFree=129061276/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=272828 memory=163900 CPUtime=3275.51 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 203843 0 0 0 327469 82 0 0 20 0 2 0 159682022 279375872 40975 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 68207 40975 4038 46 0 40802 0
[pid=838855/tid=838856] ppid=838853 vsize=272828 memory=153708 CPUtime=1.3 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 173 0 0 0 41 89 0 0 20 0 2 0 159682024 279375872 40975 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3275.51 s
Current children cumulated vsize: 282756 KiB
Current children cumulated memory: 166732 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.18 4.17 5/264 840406
/proc/meminfo: memFree=129085656/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=272828 memory=163956 CPUtime=3335.39 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 203958 0 0 0 333456 83 0 0 20 0 2 0 159682022 279375872 40989 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 68207 40989 4038 46 0 40802 0
[pid=838855/tid=838856] ppid=838853 vsize=272828 memory=12304 CPUtime=1.32 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 175 0 0 0 42 90 0 0 20 0 2 0 159682024 279375872 40989 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3335.39 s
Current children cumulated vsize: 282756 KiB
Current children cumulated memory: 166788 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.17 4.17 5/264 840416
/proc/meminfo: memFree=129080716/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=272828 memory=163956 CPUtime=3395.26 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 205782 0 0 0 339442 84 0 0 20 0 2 0 159682022 279375872 40989 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 68207 40989 4038 46 0 40802 0
[pid=838855/tid=838856] ppid=838853 vsize=272828 memory=2832 CPUtime=1.35 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 177 0 0 0 43 92 0 0 20 0 2 0 159682024 279375872 40989 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3395.26 s
Current children cumulated vsize: 282756 KiB
Current children cumulated memory: 166788 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.14 4.16 5/264 840428
/proc/meminfo: memFree=129080156/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=272828 memory=163956 CPUtime=3455.15 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 207309 0 0 0 345429 86 0 0 20 0 2 0 159682022 279375872 40989 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 68207 40989 4038 46 0 40802 0
[pid=838855/tid=838856] ppid=838853 vsize=272828 memory=2832 CPUtime=1.37 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 180 0 0 0 44 93 0 0 20 0 2 0 159682024 279375872 40989 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3455.15 s
Current children cumulated vsize: 282756 KiB
Current children cumulated memory: 166788 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/264 840821
/proc/meminfo: memFree=129078756/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=272828 memory=163956 CPUtime=3515.02 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 208953 0 0 0 351415 87 0 0 20 0 2 0 159682022 279375872 40989 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 68207 40989 4038 46 0 40802 0
[pid=838855/tid=838856] ppid=838853 vsize=272828 memory=163956 CPUtime=1.39 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 182 0 0 0 44 95 0 0 20 0 2 0 159682024 279375872 40989 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3515.02 s
Current children cumulated vsize: 282756 KiB
Current children cumulated memory: 166788 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.13 4.15 5/263 840831
/proc/meminfo: memFree=129075624/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=273064 memory=166000 CPUtime=3574.91 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 209082 0 0 0 357402 89 0 0 20 0 2 0 159682022 279617536 41500 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 68266 41500 4038 46 0 40861 0
[pid=838855/tid=838856] ppid=838853 vsize=273064 memory=2832 CPUtime=1.42 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 184 0 0 0 45 97 0 0 20 0 2 0 159682024 279617536 41500 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3574.91 s
Current children cumulated vsize: 282992 KiB
Current children cumulated memory: 168832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.5 s]
/proc/loadavg: 4.15 4.14 4.15 5/264 840835
/proc/meminfo: memFree=129070352/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=273064 memory=166000 CPUtime=3600.05 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 209086 0 0 0 359916 89 0 0 20 0 2 0 159682022 279617536 41500 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 68266 41500 4038 46 0 40861 0
[pid=838855/tid=838856] ppid=838853 vsize=273064 memory=2832 CPUtime=1.44 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 184 0 0 0 46 98 0 0 20 0 2 0 159682024 279617536 41500 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 282992 KiB
Current children cumulated memory: 168832 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.17 s, system=0.899038 s

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

[startup+3607.5 s]
/proc/loadavg: 4.15 4.14 4.15 5/264 840835
/proc/meminfo: memFree=129070352/131524600 swapFree=131071996/131071996
[pid=838853] ppid=838850 vsize=9928 memory=2832 CPUtime=0 cores=5,7
/proc/838853/stat : 838853 (run-glibc-2.34.) S 838850 838853 834531 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 159682022 10166272 708 134679101440 94091858903040 94091859982360 140730382911920 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94091862080816 94091862128004 94091867963392 140730382918591 140730382918748 140730382918748 140730382925763 0
/proc/838853/statm: 2482 708 633 264 0 133 0
[pid=838855] ppid=838853 vsize=273064 memory=166000 CPUtime=3600.05 cores=5,7
/proc/838855/stat : 838855 (ld-linux-x86-64) R 838853 838853 834531 0 -1 4194304 209086 0 0 0 359916 89 0 0 20 0 2 0 159682022 279617536 41500 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
/proc/838855/statm: 68266 41500 4038 46 0 40861 0
[pid=838855/tid=838856] ppid=838853 vsize=273064 memory=2832 CPUtime=1.44 cores=5,7
/proc/838855/task/838856/stat : 838856 (ld-linux-x86-64) S 838853 838853 834531 0 -1 1077936192 184 0 0 0 46 98 0 0 20 0 2 0 159682024 279617536 41500 134679101440 140503709331456 140503709519068 140727750270784 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140503711619968 140503711629416 93825016623104 140727750280023 140727750280187 140727750280187 140727750287282 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 282992 KiB
Current children cumulated memory: 168832 KiB

Child status: 143

Real time (s): 3607.51
CPU time (s): 3600.07
CPU user time (s): 3599.17
CPU system time (s): 0.899038
CPU usage (%): 99.7938
Max. virtual memory (cumulated for all children) (KiB): 282992
Max. memory (cumulated for all children) (KiB): 168832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.17
system time used= 0.899038
maximum resident set size= 166000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209307
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= 357279
involuntary context switches= 1090


# summary of solver processes directly reported to runsolver:
#   pid: 838853
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.17
#   total CPU system time (s): 0.899038

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38645 second user time and 14.8917 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-15 22:26:48
IDJOB=4431027
IDBENCH=147524
IDSOLVER=3055
FILE ID=nodeC018/4431027-1721075196
RUNJOBID= nodeC018-1721071221-834546
SLURM_JOB_ID= 7505532
Free space on /tmp= 889960 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_12.opb.PB06.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-4431027-1721075196/watcher-4431027-1721075196 -o /tmp/evaluation-result-4431027-1721075196/solver-4431027-1721075196 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721071221-834546 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431027-1721075196.opb

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

MD5SUM BENCH= 3986604c534c992b7a4e3e5a4bb881f1
RANDOM SEED=597925332

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128980948 kB
MemAvailable:   129300240 kB
Buffers:          363992 kB
Cached:           796648 kB
SwapCached:            0 kB
Active:           630404 kB
Inactive:        1327876 kB
Active(anon):       1576 kB
Inactive(anon):   833776 kB
Active(file):     628828 kB
Inactive(file):   494100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             41808 kB
Writeback:            40 kB
AnonPages:        792656 kB
Mapped:           124032 kB
Shmem:             37720 kB
KReclaimable:      72376 kB
Slab:             177972 kB
SReclaimable:      72376 kB
SUnreclaim:       105596 kB
KernelStack:        4160 kB
PageTables:        11168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1241620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60480 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 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:      232148 kB
DirectMap2M:    16318464 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 889920 MiB
End job on nodeC018 at 2024-07-15 23:26:56