Trace number 4430965

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 3608.51

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-UMTS.opb
MD5SUM542a59a1a1b8906e0495f473b09f11e4
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 benchmark30102502
Best CPU time to get the best result obtained on this benchmark71252.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6402
Total number of constraints4465
Number of constraints which are clauses2785
Number of constraints which are cardinality constraints (but not clauses)1428
Number of constraints which are nor clauses,nor cardinality constraints252
Minimum length of a constraint1
Maximum length of a constraint511
Number of terms in the objective function 4170
Biggest coefficient in the objective function 23582998528
Number of bits for the biggest coefficient in the objective function 35
Sum of the numbers in the objective function 2904924551250
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2904924551250
Number of bits of the biggest sum of numbers42
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.03/3608.50	HOME/run-glibc-2.34.sh: line 2: 816121 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61560 MiB free)
  memory of node 1: 64473 MiB (61233 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100379 s]*
/proc/loadavg: 4.10 4.14 4.11 5/265 816122
/proc/meminfo: memFree=125721312/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=148016 memory=31876 CPUtime=0.08 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 4906 0 0 0 7 1 0 0 20 0 2 0 158885990 151568384 7969 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 37004 7969 3212 46 0 9599 0
[pid=816121/tid=816122] ppid=816119 vsize=148016 memory=4026561614 CPUtime=0 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 158885993 151568384 7969 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 157944 KiB
Current children cumulated memory: 34524 KiB

[startup+0.206378 s]*
/proc/loadavg: 4.10 4.14 4.11 5/265 816122
/proc/meminfo: memFree=125715208/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=153336 memory=40080 CPUtime=0.18 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 6995 0 0 0 16 2 0 0 20 0 2 0 158885990 157016064 10020 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 38334 10020 3825 46 0 10929 0
[pid=816121/tid=816122] ppid=816119 vsize=153336 memory=3471202400344241230 CPUtime=0 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 158885993 157016064 10020 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 163264 KiB
Current children cumulated memory: 42728 KiB

[startup+0.305977 s]*
/proc/loadavg: 4.10 4.14 4.11 5/265 816122
/proc/meminfo: memFree=125712964/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=153336 memory=40080 CPUtime=0.29 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 7003 0 0 0 24 5 0 0 20 0 2 0 158885990 157016064 10020 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 38334 10020 3825 46 0 10929 0
[pid=816121/tid=816122] ppid=816119 vsize=153336 memory=-9113531472783107430 CPUtime=0 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) R 816119 816119 811810 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 158885993 157016064 10020 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 163264 KiB
Current children cumulated memory: 42728 KiB

[startup+0.700278 s]
/proc/loadavg: 4.10 4.14 4.11 5/265 816122
/proc/meminfo: memFree=125712964/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=153336 memory=40080 CPUtime=0.68 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 7034 0 0 0 50 18 0 0 20 0 2 0 158885990 157016064 10020 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 38334 10020 3825 46 0 10929 0
[pid=816121/tid=816122] ppid=816119 vsize=153336 memory=26024 CPUtime=0 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 158885993 157016064 10020 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 163264 KiB
Current children cumulated memory: 42728 KiB

[startup+1.50029 s]
/proc/loadavg: 4.10 4.14 4.11 7/265 816124
/proc/meminfo: memFree=125707872/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=156644 memory=43132 CPUtime=1.47 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 9355 0 0 0 106 41 0 0 20 0 2 0 158885990 160403456 10783 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 39161 10783 3873 46 0 11756 0
[pid=816121/tid=816122] ppid=816119 vsize=156644 memory=11560 CPUtime=0 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 158885993 160403456 10783 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 166572 KiB
Current children cumulated memory: 45780 KiB

[startup+3.10577 s]
/proc/loadavg: 4.09 4.14 4.11 5/265 816124
/proc/meminfo: memFree=125678172/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=196252 memory=69776 CPUtime=3.08 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 18074 0 0 0 262 46 0 0 20 0 2 0 158885990 200962048 17444 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 49063 17444 4077 46 0 21658 0
[pid=816121/tid=816122] ppid=816119 vsize=196252 memory=2648 CPUtime=0 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 158885993 200962048 17444 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 206180 KiB
Current children cumulated memory: 72424 KiB

[startup+6.30027 s]
/proc/loadavg: 4.09 4.14 4.11 5/265 816124
/proc/meminfo: memFree=125678056/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=189484 memory=68920 CPUtime=6.26 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 23164 0 0 0 579 47 0 0 20 0 2 0 158885990 194031616 17230 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 47371 17230 4077 46 0 19966 0
[pid=816121/tid=816122] ppid=816119 vsize=189484 memory=2648 CPUtime=0 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 158885993 194031616 17230 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 199412 KiB
Current children cumulated memory: 71568 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.14 4.11 5/265 816126
/proc/meminfo: memFree=125663552/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=211412 memory=78316 CPUtime=12.64 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 33545 0 0 0 1215 49 0 0 20 0 2 0 158885990 216485888 19579 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 52853 19579 4077 46 0 25448 0
[pid=816121/tid=816122] ppid=816119 vsize=211412 memory=2648 CPUtime=0 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 158885993 216485888 19579 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 221340 KiB
Current children cumulated memory: 80964 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.14 4.11 5/265 816128
/proc/meminfo: memFree=125653572/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=211420 memory=88892 CPUtime=25.4 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 43353 0 0 0 2489 51 0 0 20 0 2 0 158885990 216494080 22223 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 52855 22223 4077 46 0 25450 0
[pid=816121/tid=816122] ppid=816119 vsize=211420 memory=5496 CPUtime=0.01 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 20 0 0 0 0 1 0 0 20 0 2 0 158885993 216494080 22223 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 221348 KiB
Current children cumulated memory: 91540 KiB

[startup+51.1058 s]
/proc/loadavg: 4.15 4.15 4.11 6/266 816132
/proc/meminfo: memFree=125627616/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=235468 memory=113732 CPUtime=50.93 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 64408 0 0 0 5038 55 0 0 20 0 2 0 158885990 241119232 28433 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 58867 28433 4077 46 0 31462 0
[pid=816121/tid=816122] ppid=816119 vsize=235468 memory=2648 CPUtime=0.02 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 32 0 0 0 1 1 0 0 20 0 2 0 158885993 241119232 28433 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 245396 KiB
Current children cumulated memory: 116380 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/263 816142
/proc/meminfo: memFree=125465884/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=332628 memory=217164 CPUtime=101.96 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 139379 0 0 0 10125 71 0 0 20 0 2 0 158885990 340611072 54291 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 83157 54291 4077 46 0 55752 0
[pid=816121/tid=816122] ppid=816119 vsize=332628 memory=2648 CPUtime=0.06 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 40 0 0 0 2 4 0 0 20 0 2 0 158885993 340611072 54291 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 342556 KiB
Current children cumulated memory: 219812 KiB

[startup+162.3 s]

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

/proc/816121/statm: 130563 84195 4090 46 0 103158 0
[pid=816121/tid=816122] ppid=816119 vsize=522252 memory=336780 CPUtime=3.21 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 198 0 0 0 114 207 0 0 20 0 2 0 158885993 534786048 84195 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3154.65 s
Current children cumulated vsize: 532180 KiB
Current children cumulated memory: 339428 KiB

[startup+3222.3 s]
/proc/loadavg: 3.12 3.40 3.76 4/253 817939
/proc/meminfo: memFree=124507264/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=522252 memory=336780 CPUtime=3214.54 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 1777235 0 0 0 318908 2546 0 0 20 0 2 0 158885990 534786048 84195 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 130563 84195 4090 46 0 103158 0
[pid=816121/tid=816122] ppid=816119 vsize=522252 memory=2648 CPUtime=3.27 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 202 0 0 0 116 211 0 0 20 0 2 0 158885993 534786048 84195 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3214.54 s
Current children cumulated vsize: 532180 KiB
Current children cumulated memory: 339428 KiB

[startup+3282.3 s]
/proc/loadavg: 3.33 3.42 3.74 4/253 817949
/proc/meminfo: memFree=124504092/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=522252 memory=336780 CPUtime=3274.42 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 1777611 0 0 0 324880 2562 0 0 20 0 2 0 158885990 534786048 84195 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 130563 84195 4090 46 0 103158 0
[pid=816121/tid=816122] ppid=816119 vsize=522252 memory=2648 CPUtime=3.34 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 206 0 0 0 119 215 0 0 20 0 2 0 158885993 534786048 84195 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3274.42 s
Current children cumulated vsize: 532180 KiB
Current children cumulated memory: 339428 KiB

[startup+3342.3 s]
/proc/loadavg: 3.26 3.38 3.71 4/253 817959
/proc/meminfo: memFree=124492980/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=522764 memory=343148 CPUtime=3334.3 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 1778097 0 0 0 330844 2586 0 0 20 0 2 0 158885990 535310336 85787 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 130691 85787 4090 46 0 103286 0
[pid=816121/tid=816122] ppid=816119 vsize=522764 memory=11560 CPUtime=3.41 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 209 0 0 0 121 220 0 0 20 0 2 0 158885993 535310336 85787 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3334.3 s
Current children cumulated vsize: 532692 KiB
Current children cumulated memory: 345796 KiB

[startup+3402.3 s]
/proc/loadavg: 3.15 3.33 3.67 4/255 817973
/proc/meminfo: memFree=124490444/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=522764 memory=343148 CPUtime=3394.18 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 1778462 0 0 0 336800 2618 0 0 20 0 2 0 158885990 535310336 85787 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 130691 85787 4090 46 0 103286 0
[pid=816121/tid=816122] ppid=816119 vsize=522764 memory=11560 CPUtime=3.47 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 212 0 0 0 123 224 0 0 20 0 2 0 158885993 535310336 85787 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3394.18 s
Current children cumulated vsize: 532692 KiB
Current children cumulated memory: 345796 KiB

[startup+3462.3 s]
/proc/loadavg: 3.17 3.30 3.63 4/255 817984
/proc/meminfo: memFree=124486884/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=522764 memory=343148 CPUtime=3454.07 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 1778848 0 0 0 342760 2647 0 0 20 0 2 0 158885990 535310336 85787 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 130691 85787 4090 46 0 103286 0
[pid=816121/tid=816122] ppid=816119 vsize=522764 memory=2648 CPUtime=3.54 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 215 0 0 0 125 229 0 0 20 0 2 0 158885993 535310336 85787 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3454.07 s
Current children cumulated vsize: 532692 KiB
Current children cumulated memory: 345796 KiB

[startup+3522.3 s]
/proc/loadavg: 2.90 3.22 3.59 2/237 818056
/proc/meminfo: memFree=126159188/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=522764 memory=343148 CPUtime=3513.96 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 1779239 0 0 0 348728 2668 0 0 20 0 2 0 158885990 535310336 85787 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 130691 85787 4090 46 0 103286 0
[pid=816121/tid=816122] ppid=816119 vsize=522764 memory=2648 CPUtime=3.62 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 218 0 0 0 128 234 0 0 20 0 2 0 158885993 535310336 85787 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3513.96 s
Current children cumulated vsize: 532692 KiB
Current children cumulated memory: 345796 KiB

[startup+3582.3 s]
/proc/loadavg: 1.74 2.83 3.43 2/237 818067
/proc/meminfo: memFree=126158136/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=524300 memory=344008 CPUtime=3573.87 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 1779919 0 0 0 354701 2686 0 0 20 0 2 0 158885990 536883200 86002 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 131075 86002 4090 46 0 103670 0
[pid=816121/tid=816122] ppid=816119 vsize=524300 memory=2648 CPUtime=3.68 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 221 0 0 0 131 237 0 0 20 0 2 0 158885993 536883200 86002 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3573.87 s
Current children cumulated vsize: 534228 KiB
Current children cumulated memory: 346656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 1.56 2.70 3.37 2/237 818070
/proc/meminfo: memFree=126154424/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=527116 memory=347540 CPUtime=3600.03 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 1780403 0 0 0 357309 2694 0 0 20 0 2 0 158885990 539766784 86885 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 131779 86885 4090 46 0 104374 0
[pid=816121/tid=816122] ppid=816119 vsize=527116 memory=11560 CPUtime=3.72 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 223 0 0 0 132 240 0 0 20 0 2 0 158885993 539766784 86885 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 537044 KiB
Current children cumulated memory: 350188 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3573.1 s, system=26.9502 s

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

[startup+3608.5 s]
/proc/loadavg: 1.56 2.70 3.37 2/237 818070
/proc/meminfo: memFree=126154424/131524600 swapFree=131071996/131071996
[pid=816119] ppid=816116 vsize=9928 memory=2648 CPUtime=0 cores=0,2
/proc/816119/stat : 816119 (run-glibc-2.34.) S 816116 816119 811810 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 158885990 10166272 662 134679101440 94124952203264 94124953282584 140728937240480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94124955381040 94124955428228 94124968591360 140728937243583 140728937243740 140728937243740 140728937250755 0
/proc/816119/statm: 2482 662 582 264 0 133 0
[pid=816121] ppid=816119 vsize=527116 memory=347540 CPUtime=3600.03 cores=0,2
/proc/816121/stat : 816121 (ld-linux-x86-64) R 816119 816119 811810 0 -1 4194304 1780403 0 0 0 357309 2694 0 0 20 0 2 0 158885990 539766784 86885 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
/proc/816121/statm: 131779 86885 4090 46 0 104374 0
[pid=816121/tid=816122] ppid=816119 vsize=527116 memory=11560 CPUtime=3.72 cores=0,2
/proc/816121/task/816122/stat : 816122 (ld-linux-x86-64) S 816119 816119 811810 0 -1 1077936192 223 0 0 0 132 240 0 0 20 0 2 0 158885993 539766784 86885 134679101440 139890444832768 139890445020380 140721978626624 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139890447121280 139890447130728 93825007874048 140721978635095 140721978635259 140721978635259 140721978642354 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 537044 KiB
Current children cumulated memory: 350188 KiB

Child status: 143

Real time (s): 3608.51
CPU time (s): 3600.05
CPU user time (s): 3573.1
CPU system time (s): 26.9502
CPU usage (%): 99.7657
Max. virtual memory (cumulated for all children) (KiB): 537044
Max. memory (cumulated for all children) (KiB): 350188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.1
system time used= 26.9502
maximum resident set size= 347648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1780618
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= 357378
involuntary context switches= 24701


# summary of solver processes directly reported to runsolver:
#   pid: 816119
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3573.1
#   total CPU system time (s): 26.9502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.76334 second user time and 16.3961 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-15 20:13:54
IDJOB=4430965
IDBENCH=146797
IDSOLVER=3055
FILE ID=nodeC021/4430965-1721067221
RUNJOBID= nodeC021-1721059923-811820
SLURM_JOB_ID= 7505505
Free space on /tmp= 889956 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-UMTS.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-4430965-1721067221/watcher-4430965-1721067221 -o /tmp/evaluation-result-4430965-1721067221/solver-4430965-1721067221 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721059923-811820 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4430965-1721067221.opb

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

MD5SUM BENCH= 542a59a1a1b8906e0495f473b09f11e4
RANDOM SEED=817657969

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125741688 kB
MemAvailable:   129128876 kB
Buffers:          371848 kB
Cached:          3816892 kB
SwapCached:            0 kB
Active:           695212 kB
Inactive:        4415852 kB
Active(anon):       1560 kB
Inactive(anon):   958480 kB
Active(file):     693652 kB
Inactive(file):  3457372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             41956 kB
Writeback:             0 kB
AnonPages:        921708 kB
Mapped:           118940 kB
Shmem:             37720 kB
KReclaimable:     151976 kB
Slab:             265236 kB
SReclaimable:     151976 kB
SUnreclaim:       113260 kB
KernelStack:        4240 kB
PageTables:        11752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1437780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60864 kB
HardwareCorrupted:     0 kB
AnonHugePages:    444416 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC021 at 2024-07-15 21:14:02