Trace number 4431067

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 3603.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM31fd86554dd2fe3e1cfc98032a9196a9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark602.754
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
Number of bits of the biggest sum of numbers12
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.02	c set core extraction strategy to 2
0.00/0.02	c set core extraction shuffles 10
0.00/0.02	c set cores per iteration to 5
0.00/0.02	c set optimizer bound usage strategy to 2
0.00/0.02	c set optimizer max non-optimal iterations to 1000
0.00/0.02	c set small core cardinality limit to 2
0.00/0.02	c set max coef in cores to 1000000000
0.00/0.02	c set SIS iterations to 5
0.00/0.02	c set SIS budget abs to 1000
0.00/0.02	c set SIS budget rel to 0.05
0.00/0.02	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.02	c will solve HOME/instance-4431067-1721092928.opb
3600.05/3603.70	HOME/run-glibc-2.34.sh: line 2: 824700 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 (59767 MiB free)
  memory of node 1: 64473 MiB (60670 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431067-1721092928/watcher-4431067-1721092928 -o /tmp/evaluation-result-4431067-1721092928/solver-4431067-1721092928 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721085725-820683 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431067-1721092928.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=824696, runsolver pid=824689
Current StackSize limit: 8192 KiB


[startup+0.100777 s]*
/proc/loadavg: 4.08 4.11 4.15 5/248 824716
/proc/meminfo: memFree=123308740/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=135228 memory=22004 CPUtime=0.09 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 1505 0 0 0 8 1 0 0 20 0 2 0 161450044 138473472 5501 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 33807 5501 3368 46 0 6402 0
[pid=824700/tid=824701] ppid=824696 vsize=135228 memory=4026560555 CPUtime=0 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) R 824696 824696 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450047 138473472 5501 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 145156 KiB
Current children cumulated memory: 24732 KiB

[startup+0.214784 s]*
/proc/loadavg: 4.08 4.11 4.15 6/248 824716
/proc/meminfo: memFree=123308060/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=135228 memory=22268 CPUtime=0.21 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 1557 0 0 0 19 2 0 0 20 0 2 0 161450044 138473472 5567 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 33807 5567 3368 46 0 6402 0
[pid=824700/tid=824701] ppid=824696 vsize=135228 memory=4830786144325468291 CPUtime=0 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450047 138473472 5567 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 145156 KiB
Current children cumulated memory: 24996 KiB

[startup+0.313459 s]*
/proc/loadavg: 4.08 4.11 4.15 5/245 824733
/proc/meminfo: memFree=123368288/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=135228 memory=22268 CPUtime=0.3 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 1599 0 0 0 28 2 0 0 20 0 2 0 161450044 138473472 5567 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 33807 5567 3368 46 0 6402 0
[pid=824700/tid=824701] ppid=824696 vsize=135228 memory=-6876588628788210059 CPUtime=0 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450047 138473472 5567 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 145156 KiB
Current children cumulated memory: 24996 KiB

[startup+0.700371 s]
/proc/loadavg: 4.08 4.11 4.15 7/248 824742
/proc/meminfo: memFree=123324268/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=135228 memory=22796 CPUtime=0.68 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 1751 0 0 0 64 4 0 0 20 0 2 0 161450044 138473472 5699 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 33807 5699 3368 46 0 6402 0
[pid=824700/tid=824701] ppid=824696 vsize=135228 memory=26652 CPUtime=0 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450047 138473472 5699 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 145156 KiB
Current children cumulated memory: 25524 KiB

[startup+1.50037 s]
/proc/loadavg: 4.08 4.11 4.15 6/253 824750
/proc/meminfo: memFree=123311276/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=135636 memory=23852 CPUtime=1.47 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 1995 0 0 0 142 5 0 0 20 0 2 0 161450044 138891264 5963 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 33909 5963 3368 46 0 6504 0
[pid=824700/tid=824701] ppid=824696 vsize=135636 memory=11420 CPUtime=0 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161450047 138891264 5963 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 145564 KiB
Current children cumulated memory: 26580 KiB

[startup+3.11314 s]
/proc/loadavg: 4.15 4.13 4.15 6/248 824764
/proc/meminfo: memFree=124504920/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=136196 memory=26392 CPUtime=3.09 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 2862 0 0 0 301 8 0 0 20 0 2 0 161450044 139464704 6598 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 34049 6598 3368 46 0 6644 0
[pid=824700/tid=824701] ppid=824696 vsize=136196 memory=2728 CPUtime=0 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 161450047 139464704 6598 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 146124 KiB
Current children cumulated memory: 29120 KiB

[startup+6.30035 s]
/proc/loadavg: 4.15 4.13 4.15 6/253 824801
/proc/meminfo: memFree=124504364/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=136628 memory=26936 CPUtime=6.27 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 3859 0 0 0 614 13 0 0 20 0 2 0 161450044 139907072 6734 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 34157 6734 3368 46 0 6752 0
[pid=824700/tid=824701] ppid=824696 vsize=136628 memory=26936 CPUtime=0 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 161450047 139907072 6734 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 146556 KiB
Current children cumulated memory: 29664 KiB

[startup+12.7004 s]
/proc/loadavg: 4.14 4.13 4.15 6/253 824801
/proc/meminfo: memFree=124498392/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=137056 memory=28392 CPUtime=12.66 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 5838 0 0 0 1248 18 0 0 20 0 2 0 161450044 140345344 7098 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 34264 7098 3368 46 0 6859 0
[pid=824700/tid=824701] ppid=824696 vsize=137056 memory=28392 CPUtime=0 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 161450047 140345344 7098 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 146984 KiB
Current children cumulated memory: 31120 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.12 4.15 6/253 824802
/proc/meminfo: memFree=124488008/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=141008 memory=30392 CPUtime=25.44 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 8504 0 0 0 2517 27 0 0 20 0 2 0 161450044 144392192 7598 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 35252 7598 3368 46 0 7847 0
[pid=824700/tid=824701] ppid=824696 vsize=141008 memory=42868 CPUtime=0.02 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 23 0 0 0 0 2 0 0 20 0 2 0 161450047 144392192 7598 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 150936 KiB
Current children cumulated memory: 33120 KiB

[startup+51.1135 s]
/proc/loadavg: 4.07 4.11 4.14 6/253 824807
/proc/meminfo: memFree=124470296/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=141676 memory=32700 CPUtime=51.02 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 13722 0 0 0 5059 43 0 0 20 0 2 0 161450044 145076224 8175 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 35419 8175 3368 46 0 8014 0
[pid=824700/tid=824701] ppid=824696 vsize=141676 memory=31644 CPUtime=0.04 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 32 0 0 0 1 3 0 0 20 0 2 0 161450047 145076224 8175 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 151604 KiB
Current children cumulated memory: 35428 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.14 6/253 824815
/proc/meminfo: memFree=124453576/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=147336 memory=37076 CPUtime=102.12 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 19964 0 0 0 10139 73 0 0 20 0 2 0 161450044 150872064 9269 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 36834 9269 3368 46 0 9429 0
[pid=824700/tid=824701] ppid=824696 vsize=147336 memory=2728 CPUtime=0.09 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 38 0 0 0 2 7 0 0 20 0 2 0 161450047 150872064 9269 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 102.12 s
Current children cumulated vsize: 157264 KiB
Current children cumulated memory: 39804 KiB

[startup+162.3 s]

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

/proc/824700/statm: 44349 15825 3368 46 0 16944 0
[pid=824700/tid=824701] ppid=824696 vsize=177396 memory=63300 CPUtime=4.49 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 194 0 0 0 143 306 0 0 20 0 2 0 161450047 181653504 15825 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3159.03 s
Current children cumulated vsize: 187324 KiB
Current children cumulated memory: 66028 KiB

[startup+3222.3 s]
/proc/loadavg: 4.56 4.63 4.33 6/252 826570
/proc/meminfo: memFree=124281388/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=177396 memory=63300 CPUtime=3218.98 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 79808 0 0 0 320983 915 0 0 20 0 2 0 161450044 181653504 15825 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 44349 15825 3368 46 0 16944 0
[pid=824700/tid=824701] ppid=824696 vsize=177396 memory=63300 CPUtime=4.58 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 197 0 0 0 146 312 0 0 20 0 2 0 161450047 181653504 15825 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3218.98 s
Current children cumulated vsize: 187324 KiB
Current children cumulated memory: 66028 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.56 4.32 6/249 826580
/proc/meminfo: memFree=124280940/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=177396 memory=63300 CPUtime=3278.93 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 80317 0 0 0 326965 928 0 0 20 0 2 0 161450044 181653504 15825 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 44349 15825 3368 46 0 16944 0
[pid=824700/tid=824701] ppid=824696 vsize=177396 memory=2728 CPUtime=4.67 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 200 0 0 0 149 318 0 0 20 0 2 0 161450047 181653504 15825 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3278.93 s
Current children cumulated vsize: 187324 KiB
Current children cumulated memory: 66028 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.45 4.30 6/249 826590
/proc/meminfo: memFree=124280660/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=177652 memory=63436 CPUtime=3338.87 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 81035 0 0 0 332946 941 0 0 20 0 2 0 161450044 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 44413 15859 3368 46 0 17008 0
[pid=824700/tid=824701] ppid=824696 vsize=177652 memory=63436 CPUtime=4.75 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 203 0 0 0 151 324 0 0 20 0 2 0 161450047 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3338.87 s
Current children cumulated vsize: 187580 KiB
Current children cumulated memory: 66164 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.42 4.30 6/249 826600
/proc/meminfo: memFree=124279640/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=177652 memory=63436 CPUtime=3398.82 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 81747 0 0 0 338930 952 0 0 20 0 2 0 161450044 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 44413 15859 3368 46 0 17008 0
[pid=824700/tid=824701] ppid=824696 vsize=177652 memory=63436 CPUtime=4.84 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 206 0 0 0 154 330 0 0 20 0 2 0 161450047 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3398.82 s
Current children cumulated vsize: 187580 KiB
Current children cumulated memory: 66164 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.35 4.28 6/249 826611
/proc/meminfo: memFree=124278276/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=177652 memory=63436 CPUtime=3458.78 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 82242 0 0 0 344914 964 0 0 20 0 2 0 161450044 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 44413 15859 3368 46 0 17008 0
[pid=824700/tid=824701] ppid=824696 vsize=177652 memory=63436 CPUtime=4.94 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 209 0 0 0 157 337 0 0 20 0 2 0 161450047 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3458.78 s
Current children cumulated vsize: 187580 KiB
Current children cumulated memory: 66164 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.30 4.26 6/251 826625
/proc/meminfo: memFree=124274904/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=177652 memory=63436 CPUtime=3518.72 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 82959 0 0 0 350896 976 0 0 20 0 2 0 161450044 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 44413 15859 3368 46 0 17008 0
[pid=824700/tid=824701] ppid=824696 vsize=177652 memory=2728 CPUtime=5.03 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 212 0 0 0 160 343 0 0 20 0 2 0 161450047 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3518.72 s
Current children cumulated vsize: 187580 KiB
Current children cumulated memory: 66164 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.26 4.25 6/251 826635
/proc/meminfo: memFree=124274800/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=177652 memory=63436 CPUtime=3578.67 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 83490 0 0 0 356879 988 0 0 20 0 2 0 161450044 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 44413 15859 3368 46 0 17008 0
[pid=824700/tid=824701] ppid=824696 vsize=177652 memory=2728 CPUtime=5.11 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 215 0 0 0 163 348 0 0 20 0 2 0 161450047 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3578.67 s
Current children cumulated vsize: 187580 KiB
Current children cumulated memory: 66164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.7 s]
/proc/loadavg: 4.07 4.24 4.25 6/251 826638
/proc/meminfo: memFree=124274076/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=177652 memory=63436 CPUtime=3600.05 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 83674 0 0 0 359012 993 0 0 20 0 2 0 161450044 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 44413 15859 3368 46 0 17008 0
[pid=824700/tid=824701] ppid=824696 vsize=177652 memory=2728 CPUtime=5.15 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 215 0 0 0 165 350 0 0 20 0 2 0 161450047 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 187580 KiB
Current children cumulated memory: 66164 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3590.14 s, system=9.93589 s

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

[startup+3603.7 s]
/proc/loadavg: 4.07 4.24 4.25 6/251 826638
/proc/meminfo: memFree=124274076/131655788 swapFree=131071996/131071996
[pid=824696] ppid=824689 vsize=9928 memory=2728 CPUtime=0 cores=5,7
/proc/824696/stat : 824696 (run-glibc-2.34.) S 824689 824696 820670 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 161450044 10166272 682 134679101440 94670842146816 94670843226136 140728218705504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94670845324592 94670845371780 94670871285760 140728218706879 140728218707036 140728218707036 140728218714051 0
/proc/824696/statm: 2482 682 602 264 0 133 0
[pid=824700] ppid=824696 vsize=177652 memory=63436 CPUtime=3600.05 cores=5,7
/proc/824700/stat : 824700 (ld-linux-x86-64) R 824696 824696 820670 0 -1 4194304 83674 0 0 0 359012 993 0 0 20 0 2 0 161450044 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
/proc/824700/statm: 44413 15859 3368 46 0 17008 0
[pid=824700/tid=824701] ppid=824696 vsize=177652 memory=2728 CPUtime=5.15 cores=5,7
/proc/824700/task/824701/stat : 824701 (ld-linux-x86-64) S 824696 824696 820670 0 -1 1077936192 215 0 0 0 165 350 0 0 20 0 2 0 161450047 181915648 15859 134679101440 140454780223488 140454780411100 140729043945552 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140454782512000 140454782521448 93825015500800 140729043948375 140729043948539 140729043948539 140729043955634 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 187580 KiB
Current children cumulated memory: 66164 KiB

Child status: 143

Real time (s): 3603.71
CPU time (s): 3600.07
CPU user time (s): 3590.14
CPU system time (s): 9.93589
CPU usage (%): 99.8991
Max. virtual memory (cumulated for all children) (KiB): 187752
Max. memory (cumulated for all children) (KiB): 66208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.14
system time used= 9.93589
maximum resident set size= 63924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83893
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= 353352
involuntary context switches= 1790


# summary of solver processes directly reported to runsolver:
#   pid: 824696
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3590.14
#   total CPU system time (s): 9.93589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6386 second user time and 40.7892 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 03:22:21
IDJOB=4431067
IDBENCH=147580
IDSOLVER=3055
FILE ID=nodeC011/4431067-1721092928
RUNJOBID= nodeC011-1721085725-820683
SLURM_JOB_ID= 7505579
Free space on /tmp= 723668 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_5_40_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-4431067-1721092928/watcher-4431067-1721092928 -o /tmp/evaluation-result-4431067-1721092928/solver-4431067-1721092928 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721085725-820683 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431067-1721092928.opb

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

MD5SUM BENCH= 31fd86554dd2fe3e1cfc98032a9196a9
RANDOM SEED=1238453549

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123329632 kB
MemAvailable:   128680320 kB
Buffers:          414920 kB
Cached:          5711320 kB
SwapCached:            0 kB
Active:           771332 kB
Inactive:        6880052 kB
Active(anon):       1432 kB
Inactive(anon):  1561408 kB
Active(file):     769900 kB
Inactive(file):  5318644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             83540 kB
Writeback:             0 kB
AnonPages:       1522640 kB
Mapped:           116668 kB
Shmem:             37704 kB
KReclaimable:     204688 kB
Slab:             315632 kB
SReclaimable:     204688 kB
SUnreclaim:       110944 kB
KernelStack:        3920 kB
PageTables:        12400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2921816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 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:      262984 kB
DirectMap2M:    33196032 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723620 MiB
End job on nodeC011 at 2024-07-16 04:22:25