Trace number 4431068

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMd93197574d7bf829fc84498a7cd9d0ce
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 benchmark2
Best CPU time to get the best result obtained on this benchmark3583.48
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
Number of bits of the biggest sum of numbers13
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.07	c initialize IPBHS solver
0.00/0.07	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.07	c optimizer = "gurobi"
0.00/0.07	c pbsolver = "roundingsat"
0.00/0.07	c load symmetries from file ""
0.00/0.07	c set time limit for symmetry computation to 100 seconds.
0.00/0.07	c set interchangeable summation variable limit to 3
0.00/0.07	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.07	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.07	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.07	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.07	c set sym generation to 's'
0.00/0.07	c set abstraction set creation to 10 iterations without LB change
0.00/0.07	c set abstraction set inputs to 0
0.00/0.07	c set abstraction set cluster min size to 2
0.00/0.07	c set abstraction set cluster max size to 100000000
0.00/0.07	c set abstraction set cluster activation limit to 2
0.00/0.07	c enable abstraction set require equal cost
0.00/0.07	c set abstraction set assumptions to 0
0.00/0.07	c set abstraction set constraint type to 0
0.00/0.07	c set abstract core extraction strategy to b
0.00/0.07	c set core extraction strategy to 2
0.00/0.07	c set core extraction shuffles 10
0.00/0.07	c set cores per iteration to 5
0.00/0.07	c set optimizer bound usage strategy to 2
0.00/0.07	c set optimizer max non-optimal iterations to 1000
0.00/0.07	c set small core cardinality limit to 2
0.00/0.07	c set max coef in cores to 1000000000
0.00/0.07	c set SIS iterations to 5
0.00/0.07	c set SIS budget abs to 1000
0.00/0.07	c set SIS budget rel to 0.05
0.00/0.07	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.07	c will solve HOME/instance-4431068-1721094989.opb
3600.07/3606.30	HOME/run-glibc-2.34.sh: line 2: 825026 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 (62670 MiB free)
  memory of node 1: 64473 MiB (63450 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=825014, runsolver pid=825003

[startup+0.100408 s]*
/proc/loadavg: 3.65 4.05 4.14 9/256 825033
/proc/meminfo: memFree=129098640/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=135340 memory=21560 CPUtime=0.05 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 1495 0 55 0 3 2 0 0 20 0 2 0 161654804 138588160 5390 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 33835 5390 3239 46 0 6430 0
[pid=825026/tid=825032] ppid=825014 vsize=135340 memory=4026561614 CPUtime=0 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) R 825014 825014 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161654810 138588160 5390 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 145268 KiB
Current children cumulated memory: 24348 KiB

[startup+0.215862 s]*
/proc/loadavg: 3.68 4.05 4.14 7/256 825033
/proc/meminfo: memFree=129097020/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=135340 memory=21560 CPUtime=0.17 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 1551 0 55 0 14 3 0 0 20 0 2 0 161654804 138588160 5390 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 33835 5390 3239 46 0 6430 0
[pid=825026/tid=825032] ppid=825014 vsize=135340 memory=3472328300251083854 CPUtime=0 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161654810 138588160 5390 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 145268 KiB
Current children cumulated memory: 24348 KiB

[startup+0.313758 s]*
/proc/loadavg: 3.68 4.05 4.14 6/256 825033
/proc/meminfo: memFree=129095724/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=135340 memory=21824 CPUtime=0.26 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 1592 0 55 0 23 3 0 0 20 0 2 0 161654804 138588160 5456 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 33835 5456 3239 46 0 6430 0
[pid=825026/tid=825032] ppid=825014 vsize=135340 memory=-9185869420811347557 CPUtime=0 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161654810 138588160 5456 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 145268 KiB
Current children cumulated memory: 24612 KiB

[startup+0.700381 s]
/proc/loadavg: 3.68 4.05 4.14 6/256 825033
/proc/meminfo: memFree=129092144/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=135340 memory=24136 CPUtime=0.63 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 1634 0 55 0 59 4 0 0 20 0 2 0 161654804 138588160 6034 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 33835 6034 3239 46 0 6430 0
[pid=825026/tid=825032] ppid=825014 vsize=135340 memory=5496 CPUtime=0 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161654810 138588160 6034 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 145268 KiB
Current children cumulated memory: 26924 KiB

[startup+1.50039 s]
/proc/loadavg: 3.68 4.05 4.14 8/256 825033
/proc/meminfo: memFree=129090068/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=135740 memory=24396 CPUtime=1.43 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 1744 0 55 0 137 6 0 0 20 0 2 0 161654804 138997760 6099 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 33935 6099 3239 46 0 6530 0
[pid=825026/tid=825032] ppid=825014 vsize=135740 memory=12720 CPUtime=0 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161654810 138997760 6099 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 145668 KiB
Current children cumulated memory: 27184 KiB

[startup+3.1134 s]
/proc/loadavg: 3.68 4.05 4.14 8/256 825033
/proc/meminfo: memFree=129081996/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=136284 memory=25040 CPUtime=3.04 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 2413 0 55 0 296 8 0 0 20 0 2 0 161654804 139554816 6260 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 34071 6260 3239 46 0 6666 0
[pid=825026/tid=825032] ppid=825014 vsize=136284 memory=2788 CPUtime=0 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 161654810 139554816 6260 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 146212 KiB
Current children cumulated memory: 27828 KiB

[startup+6.30037 s]
/proc/loadavg: 3.71 4.05 4.14 9/256 825033
/proc/meminfo: memFree=129078248/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=137128 memory=26776 CPUtime=6.23 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 3603 0 55 0 610 13 0 0 20 0 2 0 161654804 140419072 6694 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 34282 6694 3239 46 0 6877 0
[pid=825026/tid=825032] ppid=825014 vsize=137128 memory=26552 CPUtime=0 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 161654810 140419072 6694 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 147056 KiB
Current children cumulated memory: 29564 KiB

[startup+12.7004 s]
/proc/loadavg: 3.73 4.05 4.13 7/256 825034
/proc/meminfo: memFree=129069484/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=137544 memory=27984 CPUtime=12.61 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 6253 0 55 0 1242 19 0 0 20 0 2 0 161654804 140845056 6996 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 34386 6996 3239 46 0 6981 0
[pid=825026/tid=825032] ppid=825014 vsize=137544 memory=2788 CPUtime=0.01 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 17 0 0 0 0 1 0 0 20 0 2 0 161654810 140845056 6996 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 147472 KiB
Current children cumulated memory: 30772 KiB

[startup+25.5004 s]
/proc/loadavg: 3.85 4.07 4.14 8/256 825036
/proc/meminfo: memFree=129060128/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=141780 memory=30644 CPUtime=25.39 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 11071 0 55 0 2508 31 0 0 20 0 2 0 161654804 145182720 7661 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 35445 7661 3239 46 0 8040 0
[pid=825026/tid=825032] ppid=825014 vsize=141780 memory=43020 CPUtime=0.01 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 161654810 145182720 7661 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 151708 KiB
Current children cumulated memory: 33432 KiB

[startup+51.1138 s]
/proc/loadavg: 3.99 4.07 4.14 8/256 825041
/proc/meminfo: memFree=129048112/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=147100 memory=35468 CPUtime=50.96 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 17995 0 55 0 5047 49 0 0 20 0 2 0 161654804 150630400 8867 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 36775 8867 3239 46 0 9370 0
[pid=825026/tid=825032] ppid=825014 vsize=147100 memory=2788 CPUtime=0.04 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 40 0 0 0 1 3 0 0 20 0 2 0 161654810 150630400 8867 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 157028 KiB
Current children cumulated memory: 38256 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.09 4.14 7/258 825219
/proc/meminfo: memFree=129031132/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=148416 memory=39540 CPUtime=102.04 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 23923 0 55 0 10123 81 0 0 20 0 2 0 161654804 151977984 9885 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 37104 9885 3239 46 0 9699 0
[pid=825026/tid=825032] ppid=825014 vsize=148416 memory=39376 CPUtime=0.09 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 48 0 0 0 2 7 0 0 20 0 2 0 161654810 151977984 9885 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 158344 KiB
Current children cumulated memory: 42328 KiB

[startup+162.3 s]

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

/proc/825026/statm: 45636 18436 3239 46 0 18231 0
[pid=825026/tid=825032] ppid=825014 vsize=182544 memory=2788 CPUtime=4.29 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 256 0 0 0 140 289 0 0 20 0 2 0 161654810 186925056 18436 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3156.72 s
Current children cumulated vsize: 192472 KiB
Current children cumulated memory: 76532 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.20 4.18 7/251 826453
/proc/meminfo: memFree=128864780/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=182544 memory=73744 CPUtime=3216.63 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 70783 0 55 0 320714 949 0 0 20 0 2 0 161654804 186925056 18436 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 45636 18436 3239 46 0 18231 0
[pid=825026/tid=825032] ppid=825014 vsize=182544 memory=2788 CPUtime=4.39 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 260 0 0 0 144 295 0 0 20 0 2 0 161654810 186925056 18436 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3216.63 s
Current children cumulated vsize: 192472 KiB
Current children cumulated memory: 76532 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.17 4.17 7/251 826463
/proc/meminfo: memFree=128860648/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=182544 memory=73744 CPUtime=3276.54 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 71291 0 55 0 326690 964 0 0 20 0 2 0 161654804 186925056 18436 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 45636 18436 3239 46 0 18231 0
[pid=825026/tid=825032] ppid=825014 vsize=182544 memory=31984 CPUtime=4.48 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 264 0 0 0 147 301 0 0 20 0 2 0 161654810 186925056 18436 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3276.54 s
Current children cumulated vsize: 192472 KiB
Current children cumulated memory: 76532 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.17 4.17 7/251 826473
/proc/meminfo: memFree=128860216/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=182736 memory=73876 CPUtime=3336.45 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 71882 0 55 0 332666 979 0 0 20 0 2 0 161654804 187121664 18469 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 45684 18469 3239 46 0 18279 0
[pid=825026/tid=825032] ppid=825014 vsize=182736 memory=2788 CPUtime=4.57 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 268 0 0 0 150 307 0 0 20 0 2 0 161654810 187121664 18469 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3336.45 s
Current children cumulated vsize: 192664 KiB
Current children cumulated memory: 76664 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.16 4.17 7/252 826487
/proc/meminfo: memFree=128857328/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=182736 memory=73876 CPUtime=3396.37 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 72181 0 55 0 338645 992 0 0 20 0 2 0 161654804 187121664 18469 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 45684 18469 3239 46 0 18279 0
[pid=825026/tid=825032] ppid=825014 vsize=182736 memory=2788 CPUtime=4.67 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 272 0 0 0 153 314 0 0 20 0 2 0 161654810 187121664 18469 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3396.37 s
Current children cumulated vsize: 192664 KiB
Current children cumulated memory: 76664 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.18 4.18 8/252 826497
/proc/meminfo: memFree=128856956/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=182992 memory=74012 CPUtime=3456.28 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 72826 0 55 0 344623 1005 0 0 20 0 2 0 161654804 187383808 18503 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 45748 18503 3239 46 0 18343 0
[pid=825026/tid=825032] ppid=825014 vsize=182992 memory=2788 CPUtime=4.75 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 276 0 0 0 155 320 0 0 20 0 2 0 161654810 187383808 18503 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3456.28 s
Current children cumulated vsize: 192920 KiB
Current children cumulated memory: 76800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.20 4.19 7/252 826890
/proc/meminfo: memFree=128856368/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=183184 memory=74016 CPUtime=3516.2 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 73287 0 55 0 350599 1021 0 0 20 0 2 0 161654804 187580416 18504 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 45796 18504 3239 46 0 18391 0
[pid=825026/tid=825032] ppid=825014 vsize=183184 memory=2788 CPUtime=4.85 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 280 0 0 0 158 327 0 0 20 0 2 0 161654810 187580416 18504 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3516.2 s
Current children cumulated vsize: 193112 KiB
Current children cumulated memory: 76804 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.20 4.18 7/251 826901
/proc/meminfo: memFree=128855664/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=183676 memory=74508 CPUtime=3576.11 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 73824 0 55 0 356574 1037 0 0 20 0 2 0 161654804 188084224 18627 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 45919 18627 3239 46 0 18514 0
[pid=825026/tid=825032] ppid=825014 vsize=183676 memory=2788 CPUtime=4.95 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 284 0 0 0 162 333 0 0 20 0 2 0 161654810 188084224 18627 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3576.11 s
Current children cumulated vsize: 193604 KiB
Current children cumulated memory: 77296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/250 827095
/proc/meminfo: memFree=128947312/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=183676 memory=74508 CPUtime=3600.07 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 73865 0 55 0 358963 1044 0 0 20 0 2 0 161654804 188084224 18627 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 45919 18627 3239 46 0 18514 0
[pid=825026/tid=825032] ppid=825014 vsize=183676 memory=2788 CPUtime=4.98 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 284 0 0 0 163 335 0 0 20 0 2 0 161654810 188084224 18627 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 193604 KiB
Current children cumulated memory: 77296 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3589.65 s, system=10.4483 s

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

[startup+3606.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/250 827095
/proc/meminfo: memFree=128947312/131655788 swapFree=131071996/131071996
[pid=825014] ppid=825003 vsize=9928 memory=2788 CPUtime=0 cores=0,2
/proc/825014/stat : 825014 (run-glibc-2.34.) S 825003 825014 824948 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 697 134679101440 94380177973248 94380179052568 140730019436144 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94380181151024 94380181198212 94380214153216 140730019443647 140730019443804 140730019443804 140730019450819 0
/proc/825014/statm: 2482 697 616 264 0 133 0
[pid=825026] ppid=825014 vsize=183676 memory=74508 CPUtime=3600.07 cores=0,2
/proc/825026/stat : 825026 (ld-linux-x86-64) R 825014 825014 824948 0 -1 4194304 73865 0 55 0 358963 1044 0 0 20 0 2 0 161654804 188084224 18627 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
/proc/825026/statm: 45919 18627 3239 46 0 18514 0
[pid=825026/tid=825032] ppid=825014 vsize=183676 memory=2788 CPUtime=4.98 cores=0,2
/proc/825026/task/825032/stat : 825032 (ld-linux-x86-64) S 825014 825014 824948 0 -1 1077936192 284 0 0 0 163 335 0 0 20 0 2 0 161654810 188084224 18627 134679101440 140314964242432 140314964430044 140724773218144 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140314966530944 140314966540392 93824997920768 140724773221207 140724773221371 140724773221371 140724773228466 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 193604 KiB
Current children cumulated memory: 77296 KiB

Child status: 143

Real time (s): 3606.31
CPU time (s): 3600.09
CPU user time (s): 3589.65
CPU system time (s): 10.4483
CPU usage (%): 99.8277
Max. virtual memory (cumulated for all children) (KiB): 193604
Max. memory (cumulated for all children) (KiB): 77296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.65
system time used= 10.4483
maximum resident set size= 74508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74084
page faults= 55
swaps= 0
block input operations= 4808
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 353893
involuntary context switches= 25368


# summary of solver processes directly reported to runsolver:
#   pid: 825014
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3589.65
#   total CPU system time (s): 10.4483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8032 second user time and 40.0512 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-16 03:56:42
IDJOB=4431068
IDBENCH=147594
IDSOLVER=3055
FILE ID=nodeC004/4431068-1721094989
RUNJOBID= nodeC004-1721095002-824958
SLURM_JOB_ID= 7505602
Free space on /tmp= 723784 MiB

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

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

MD5SUM BENCH= d93197574d7bf829fc84498a7cd9d0ce
RANDOM SEED=450614225

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		: 3351.567
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		: 1197.320
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.309
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.308
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		: 1197.310
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		: 1197.306
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.311
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.310
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:        129148872 kB
MemAvailable:   129942712 kB
Buffers:          399624 kB
Cached:          1231900 kB
SwapCached:            0 kB
Active:           706728 kB
Inactive:        1266720 kB
Active(anon):       3248 kB
Inactive(anon):   376392 kB
Active(file):     703480 kB
Inactive(file):   890328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            166820 kB
Writeback:             0 kB
AnonPages:        341584 kB
Mapped:           103712 kB
Shmem:             37700 kB
KReclaimable:      80464 kB
Slab:             175128 kB
SReclaimable:      80464 kB
SUnreclaim:        94664 kB
KernelStack:        3648 kB
PageTables:         9504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     798896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51840 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 723612 MiB
End job on nodeC004 at 2024-07-16 04:56:48