Trace number 4431069

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_3.opb
MD5SUM8451009eff5aac10a49807ab684bf277
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 benchmark3600.07
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 constraint64
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 1270
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4321
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-4431069-1721094989.opb
3600.04/3604.50	HOME/run-glibc-2.34.sh: line 2: 825023 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-4431069-1721094989/watcher-4431069-1721094989 -o /tmp/evaluation-result-4431069-1721094989/solver-4431069-1721094989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721095002-824960 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431069-1721094989.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=825017, runsolver pid=825004

[startup+0.100099 s]*
/proc/loadavg: 3.65 4.05 4.14 9/256 825033
/proc/meminfo: memFree=129098640/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=135332 memory=21764 CPUtime=0.05 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 1499 0 53 0 3 2 0 0 20 0 2 0 161654804 138579968 5441 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 33833 5441 3294 46 0 6428 0
[pid=825023/tid=825033] ppid=825017 vsize=135332 memory=4026561614 CPUtime=0 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) R 825017 825017 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161654810 138579968 5441 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 145260 KiB
Current children cumulated memory: 24396 KiB

[startup+0.216161 s]*
/proc/loadavg: 3.68 4.05 4.14 8/256 825033
/proc/meminfo: memFree=129097020/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=135332 memory=21764 CPUtime=0.17 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 1557 0 53 0 14 3 0 0 20 0 2 0 161654804 138579968 5441 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 33833 5441 3294 46 0 6428 0
[pid=825023/tid=825033] ppid=825017 vsize=135332 memory=3472328300251083854 CPUtime=0 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) R 825017 825017 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161654810 138579968 5441 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 145260 KiB
Current children cumulated memory: 24396 KiB

[startup+0.314941 s]*
/proc/loadavg: 3.68 4.05 4.14 9/256 825033
/proc/meminfo: memFree=129095724/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=135332 memory=22028 CPUtime=0.27 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 1595 0 53 0 24 3 0 0 20 0 2 0 161654804 138579968 5507 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 33833 5507 3294 46 0 6428 0
[pid=825023/tid=825033] ppid=825017 vsize=135332 memory=-9185869420811347557 CPUtime=0 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161654810 138579968 5507 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 145260 KiB
Current children cumulated memory: 24660 KiB

[startup+0.700378 s]
/proc/loadavg: 3.68 4.05 4.14 9/256 825033
/proc/meminfo: memFree=129092144/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=135332 memory=22556 CPUtime=0.63 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 1726 0 53 0 59 4 0 0 20 0 2 0 161654804 138579968 5639 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 33833 5639 3294 46 0 6428 0
[pid=825023/tid=825033] ppid=825017 vsize=135332 memory=5496 CPUtime=0 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161654810 138579968 5639 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 145260 KiB
Current children cumulated memory: 25188 KiB

[startup+1.5004 s]
/proc/loadavg: 3.68 4.05 4.14 9/256 825033
/proc/meminfo: memFree=129090068/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=135604 memory=25392 CPUtime=1.43 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 1923 0 53 0 137 6 0 0 20 0 2 0 161654804 138858496 6348 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 33901 6348 3294 46 0 6496 0
[pid=825023/tid=825033] ppid=825017 vsize=135604 memory=12720 CPUtime=0 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 161654810 138858496 6348 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 145532 KiB
Current children cumulated memory: 28024 KiB

[startup+3.11448 s]
/proc/loadavg: 3.68 4.05 4.14 10/256 825033
/proc/meminfo: memFree=129081996/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=136444 memory=26148 CPUtime=3.05 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 2762 0 53 0 297 8 0 0 20 0 2 0 161654804 139718656 6537 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 34111 6537 3294 46 0 6706 0
[pid=825023/tid=825033] ppid=825017 vsize=136444 memory=2632 CPUtime=0 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 161654810 139718656 6537 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 146372 KiB
Current children cumulated memory: 28780 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=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=137008 memory=26648 CPUtime=6.22 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 3775 0 53 0 611 11 0 0 20 0 2 0 161654804 140296192 6662 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 34252 6662 3294 46 0 6847 0
[pid=825023/tid=825033] ppid=825017 vsize=137008 memory=2632 CPUtime=0 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 161654810 140296192 6662 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 146936 KiB
Current children cumulated memory: 29280 KiB

[startup+12.7004 s]
/proc/loadavg: 3.73 4.05 4.13 9/256 825034
/proc/meminfo: memFree=129069484/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=140344 memory=28172 CPUtime=12.62 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 6243 0 53 0 1245 17 0 0 20 0 2 0 161654804 143712256 7043 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 35086 7043 3294 46 0 7681 0
[pid=825023/tid=825033] ppid=825017 vsize=140344 memory=12720 CPUtime=0 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 161654810 143712256 7043 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 150272 KiB
Current children cumulated memory: 30804 KiB

[startup+25.5004 s]
/proc/loadavg: 3.85 4.07 4.14 9/256 825036
/proc/meminfo: memFree=129060128/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=141376 memory=30632 CPUtime=25.39 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 10340 0 53 0 2515 24 0 0 20 0 2 0 161654804 144769024 7658 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 35344 7658 3294 46 0 7939 0
[pid=825023/tid=825033] ppid=825017 vsize=141376 memory=30632 CPUtime=0.01 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 161654810 144769024 7658 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 151304 KiB
Current children cumulated memory: 33264 KiB

[startup+51.114 s]
/proc/loadavg: 3.99 4.07 4.14 10/256 825041
/proc/meminfo: memFree=129048112/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=141996 memory=33368 CPUtime=50.98 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 13473 0 53 0 5059 39 0 0 20 0 2 0 161654804 145403904 8342 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 35499 8342 3294 46 0 8094 0
[pid=825023/tid=825033] ppid=825017 vsize=141996 memory=2632 CPUtime=0.04 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 39 0 0 0 1 3 0 0 20 0 2 0 161654810 145403904 8342 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 151924 KiB
Current children cumulated memory: 36000 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.09 4.14 10/258 825219
/proc/meminfo: memFree=129031132/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=148704 memory=37632 CPUtime=102.1 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 19436 0 53 0 10144 66 0 0 20 0 2 0 161654804 152272896 9408 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 37176 9408 3294 46 0 9771 0
[pid=825023/tid=825033] ppid=825017 vsize=148704 memory=2632 CPUtime=0.09 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 47 0 0 0 3 6 0 0 20 0 2 0 161654810 152272896 9408 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 102.1 s
Current children cumulated vsize: 158632 KiB
Current children cumulated memory: 40264 KiB

[startup+162.3 s]

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

/proc/825023/statm: 45300 17655 3294 46 0 17895 0
[pid=825023/tid=825033] ppid=825017 vsize=181200 memory=70492 CPUtime=3.88 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 255 0 0 0 147 241 0 0 20 0 2 0 161654810 185548800 17655 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3158.31 s
Current children cumulated vsize: 191128 KiB
Current children cumulated memory: 73252 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=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=181200 memory=70620 CPUtime=3218.24 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 76884 0 53 0 320966 858 0 0 20 0 2 0 161654804 185548800 17655 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 45300 17655 3294 46 0 17895 0
[pid=825023/tid=825033] ppid=825017 vsize=181200 memory=43020 CPUtime=3.95 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 259 0 0 0 149 246 0 0 20 0 2 0 161654810 185548800 17655 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3218.24 s
Current children cumulated vsize: 191128 KiB
Current children cumulated memory: 73252 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=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=181460 memory=70752 CPUtime=3278.18 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 77591 0 53 0 326946 872 0 0 20 0 2 0 161654804 185815040 17688 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 45365 17688 3294 46 0 17960 0
[pid=825023/tid=825033] ppid=825017 vsize=181460 memory=2632 CPUtime=4.03 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 263 0 0 0 152 251 0 0 20 0 2 0 161654810 185815040 17688 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3278.18 s
Current children cumulated vsize: 191388 KiB
Current children cumulated memory: 73384 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.17 4.17 8/251 826473
/proc/meminfo: memFree=128860216/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=181460 memory=70752 CPUtime=3338.11 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 78056 0 53 0 332928 883 0 0 20 0 2 0 161654804 185815040 17688 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 45365 17688 3294 46 0 17960 0
[pid=825023/tid=825033] ppid=825017 vsize=181460 memory=43020 CPUtime=4.11 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 267 0 0 0 155 256 0 0 20 0 2 0 161654810 185815040 17688 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3338.11 s
Current children cumulated vsize: 191388 KiB
Current children cumulated memory: 73384 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=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=181460 memory=72800 CPUtime=3398.05 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 78790 0 53 0 338908 897 0 0 20 0 2 0 161654804 185815040 18200 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 45365 18200 3294 46 0 17960 0
[pid=825023/tid=825033] ppid=825017 vsize=181460 memory=72800 CPUtime=4.18 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 271 0 0 0 157 261 0 0 20 0 2 0 161654810 185815040 18200 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3398.05 s
Current children cumulated vsize: 191388 KiB
Current children cumulated memory: 75432 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.18 4.18 7/252 826497
/proc/meminfo: memFree=128856956/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=181460 memory=72800 CPUtime=3457.98 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 79262 0 53 0 344888 910 0 0 20 0 2 0 161654804 185815040 18200 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 45365 18200 3294 46 0 17960 0
[pid=825023/tid=825033] ppid=825017 vsize=181460 memory=2632 CPUtime=4.26 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 275 0 0 0 160 266 0 0 20 0 2 0 161654810 185815040 18200 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3457.98 s
Current children cumulated vsize: 191388 KiB
Current children cumulated memory: 75432 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.20 4.19 8/252 826890
/proc/meminfo: memFree=128856368/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=181592 memory=72824 CPUtime=3517.92 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 80044 0 53 0 350870 922 0 0 20 0 2 0 161654804 185950208 18206 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 45398 18206 3294 46 0 17993 0
[pid=825023/tid=825033] ppid=825017 vsize=181592 memory=2632 CPUtime=4.33 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 279 0 0 0 163 270 0 0 20 0 2 0 161654810 185950208 18206 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3517.92 s
Current children cumulated vsize: 191520 KiB
Current children cumulated memory: 75456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.20 4.18 8/251 826901
/proc/meminfo: memFree=128855664/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=181592 memory=72936 CPUtime=3577.86 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 80527 0 53 0 356850 936 0 0 20 0 2 0 161654804 185950208 18234 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 45398 18234 3294 46 0 17993 0
[pid=825023/tid=825033] ppid=825017 vsize=181592 memory=2632 CPUtime=4.41 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 283 0 0 0 165 276 0 0 20 0 2 0 161654810 185950208 18234 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3577.86 s
Current children cumulated vsize: 191520 KiB
Current children cumulated memory: 75568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.5 s]
/proc/loadavg: 4.15 4.18 4.18 7/243 826940
/proc/meminfo: memFree=128924064/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=181592 memory=72936 CPUtime=3600.04 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 80558 0 53 0 359064 940 0 0 20 0 2 0 161654804 185950208 18234 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 45398 18234 3294 46 0 17993 0
[pid=825023/tid=825033] ppid=825017 vsize=181592 memory=2632 CPUtime=4.44 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 283 0 0 0 166 278 0 0 20 0 2 0 161654810 185950208 18234 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 191520 KiB
Current children cumulated memory: 75568 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3590.65 s, system=9.40393 s

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

[startup+3604.5 s]
/proc/loadavg: 4.15 4.18 4.18 7/243 826940
/proc/meminfo: memFree=128924064/131655788 swapFree=131071996/131071996
[pid=825017] ppid=825004 vsize=9928 memory=2632 CPUtime=0 cores=1,3
/proc/825017/stat : 825017 (run-glibc-2.34.) S 825004 825017 824948 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 161654803 10166272 658 134679101440 94512242880512 94512243959832 140732358322656 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94512246058288 94512246105476 94512260673536 140732358329279 140732358329436 140732358329436 140732358336451 0
/proc/825017/statm: 2482 658 578 264 0 133 0
[pid=825023] ppid=825017 vsize=181592 memory=72936 CPUtime=3600.04 cores=1,3
/proc/825023/stat : 825023 (ld-linux-x86-64) R 825017 825017 824948 0 -1 4194304 80558 0 53 0 359064 940 0 0 20 0 2 0 161654804 185950208 18234 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 0 0 0 17 1 0 0 4 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
/proc/825023/statm: 45398 18234 3294 46 0 17993 0
[pid=825023/tid=825033] ppid=825017 vsize=181592 memory=2632 CPUtime=4.44 cores=1,3
/proc/825023/task/825033/stat : 825033 (ld-linux-x86-64) S 825017 825017 824948 0 -1 1077936192 283 0 0 0 166 278 0 0 20 0 2 0 161654810 185950208 18234 134679101440 140393973665792 140393973853404 140721144362400 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140393975954304 140393975963752 93824997412864 140721144370007 140721144370171 140721144370171 140721144377266 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 191520 KiB
Current children cumulated memory: 75568 KiB

Child status: 143

Real time (s): 3604.51
CPU time (s): 3600.05
CPU user time (s): 3590.65
CPU system time (s): 9.40393
CPU usage (%): 99.8765
Max. virtual memory (cumulated for all children) (KiB): 191520
Max. memory (cumulated for all children) (KiB): 75568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.65
system time used= 9.40393
maximum resident set size= 72936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80775
page faults= 53
swaps= 0
block input operations= 3184
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 353623
involuntary context switches= 1602


# summary of solver processes directly reported to runsolver:
#   pid: 825017
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3590.65
#   total CPU system time (s): 9.40393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.9505 second user time and 31.7804 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-16 03:56:42
IDJOB=4431069
IDBENCH=147612
IDSOLVER=3055
FILE ID=nodeC004/4431069-1721094989
RUNJOBID= nodeC004-1721095002-824960
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_3.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-4431069-1721094989/watcher-4431069-1721094989 -o /tmp/evaluation-result-4431069-1721094989/solver-4431069-1721094989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721095002-824960 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431069-1721094989.opb

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

MD5SUM BENCH= 8451009eff5aac10a49807ab684bf277
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= 723620 MiB
End job on nodeC004 at 2024-07-16 04:56:47