Trace number 4458998

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 2024-07-09? (TO) 3600.1 3604.21

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_100.opb
MD5SUM929d9d39c334716d4e8e7fd04254fe00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5100
Best CPU time to get the best result obtained on this benchmark4.52943
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10100
Total number of constraints20200
Number of constraints which are clauses20200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 10100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10100
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10100
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.08/3604.20	HOME/run-glibc-2.34.sh: line 2: 211127 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 (61620 MiB free)
  memory of node 1: 64473 MiB (61285 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458998-1721890026/watcher-4458998-1721890026 -o /tmp/evaluation-result-4458998-1721890026/solver-4458998-1721890026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721890022-211008 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4458998-1721890026.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100198 s]*
/proc/loadavg: 1.71 2.20 2.86 5/252 211127
/proc/meminfo: memFree=125848584/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=92908 memory=13048 CPUtime=0.09 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 2026 0 0 0 6 3 0 0 20 0 1 0 24992447 95137792 3262 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 23227 3262 1687 46 0 3842 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 102836 KiB
Current children cumulated memory: 15744 KiB

[startup+0.211471 s]*
/proc/loadavg: 1.71 2.20 2.86 5/253 211128
/proc/meminfo: memFree=125832316/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=147192 memory=32568 CPUtime=0.2 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 4471 0 0 0 14 6 0 0 20 0 2 0 24992447 150724608 8142 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 36798 8142 2660 46 0 9393 0
[pid=211127/tid=211128] ppid=211125 vsize=147192 memory=3471202400344241230 CPUtime=0 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) R 211125 211125 210993 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 24992463 150724608 8142 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 157120 KiB
Current children cumulated memory: 35264 KiB

[startup+0.311778 s]*
/proc/loadavg: 1.71 2.20 2.86 5/253 211128
/proc/meminfo: memFree=125830452/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=149216 memory=34212 CPUtime=0.3 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 4879 0 0 0 21 9 0 0 20 0 2 0 24992447 152797184 8553 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 37304 8553 2676 46 0 9899 0
[pid=211127/tid=211128] ppid=211125 vsize=149216 memory=-9114938847666661990 CPUtime=0 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 24992463 152797184 8553 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 159144 KiB
Current children cumulated memory: 36908 KiB

[startup+0.700454 s]
/proc/loadavg: 1.71 2.20 2.86 5/253 211128
/proc/meminfo: memFree=125820036/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=170784 memory=53480 CPUtime=0.68 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 11641 0 0 0 52 16 0 0 20 0 2 0 24992447 174882816 13370 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 42696 13370 3310 46 0 15291 0
[pid=211127/tid=211128] ppid=211125 vsize=170784 memory=0 CPUtime=0 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 24992463 174882816 13370 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 180712 KiB
Current children cumulated memory: 56176 KiB

[startup+1.50041 s]
/proc/loadavg: 1.90 2.23 2.87 5/253 211128
/proc/meminfo: memFree=125812864/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=170784 memory=53740 CPUtime=1.48 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 11651 0 0 0 132 16 0 0 20 0 2 0 24992447 174882816 13435 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 42696 13435 3310 46 0 15291 0
[pid=211127/tid=211128] ppid=211125 vsize=170784 memory=53740 CPUtime=0 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 24992463 174882816 13435 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 180712 KiB
Current children cumulated memory: 56436 KiB

[startup+3.11361 s]
/proc/loadavg: 1.90 2.23 2.87 5/253 211128
/proc/meminfo: memFree=125771984/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=232872 memory=114604 CPUtime=3.07 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 41004 0 0 0 286 21 0 0 20 0 2 0 24992447 238460928 28651 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 58218 28651 3862 46 0 30813 0
[pid=211127/tid=211128] ppid=211125 vsize=232872 memory=-9114938847666661990 CPUtime=0 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 24992463 238460928 28651 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 242800 KiB
Current children cumulated memory: 117300 KiB

[startup+6.30041 s]
/proc/loadavg: 2.07 2.26 2.87 5/253 211130
/proc/meminfo: memFree=125751812/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=232376 memory=116760 CPUtime=6.26 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 59962 0 0 0 602 24 0 0 20 0 2 0 24992447 237953024 29190 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 58094 29190 3955 46 0 30689 0
[pid=211127/tid=211128] ppid=211125 vsize=232376 memory=108868 CPUtime=0 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 24992463 237953024 29190 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 242304 KiB
Current children cumulated memory: 119456 KiB

[startup+12.7004 s]
/proc/loadavg: 2.30 2.30 2.88 5/253 211130
/proc/meminfo: memFree=125646648/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=232376 memory=117548 CPUtime=12.66 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 74669 0 0 0 1240 26 0 0 20 0 2 0 24992447 237953024 29387 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 58094 29387 3955 46 0 30689 0
[pid=211127/tid=211128] ppid=211125 vsize=232376 memory=15864 CPUtime=0.01 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 13 0 0 0 0 1 0 0 20 0 2 0 24992463 237953024 29387 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 242304 KiB
Current children cumulated memory: 120244 KiB

[startup+25.5005 s]
/proc/loadavg: 2.64 2.38 2.90 5/253 211133
/proc/meminfo: memFree=125593332/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=392768 memory=174380 CPUtime=25.43 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 110956 0 0 0 2503 40 0 0 20 0 2 0 24992447 402194432 43595 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 98192 43595 3972 46 0 70787 0
[pid=211127/tid=211128] ppid=211125 vsize=392768 memory=15864 CPUtime=0.02 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 20 0 0 0 0 2 0 0 20 0 2 0 24992463 402194432 43595 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 402696 KiB
Current children cumulated memory: 177076 KiB

[startup+51.1137 s]
/proc/loadavg: 3.25 2.55 2.94 5/253 211136
/proc/meminfo: memFree=125399400/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=287672 memory=172320 CPUtime=51.02 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 141938 0 0 0 5031 71 0 0 20 0 2 0 24992447 294576128 43080 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 71918 43080 3972 46 0 44513 0
[pid=211127/tid=211128] ppid=211125 vsize=287672 memory=2696 CPUtime=0.05 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 32 0 0 0 1 4 0 0 20 0 2 0 24992463 294576128 43080 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 297600 KiB
Current children cumulated memory: 175016 KiB

[startup+102.3 s]
/proc/loadavg: 3.72 2.79 3.01 5/253 211144
/proc/meminfo: memFree=125283504/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=296940 memory=180684 CPUtime=102.12 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 165977 0 0 0 10136 76 0 0 20 0 2 0 24992447 304066560 45171 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 74235 45171 3972 46 0 46830 0
[pid=211127/tid=211128] ppid=211125 vsize=296940 memory=2696 CPUtime=0.1 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 40 0 0 0 2 8 0 0 20 0 2 0 24992463 304066560 45171 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 102.12 s
Current children cumulated vsize: 306868 KiB
Current children cumulated memory: 183380 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 3.06 3.09 5/253 211154
/proc/meminfo: memFree=125316744/131655788 swapFree=131058856/131071996

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

/proc/211127/statm: 99471 70102 3972 46 0 72066 0
[pid=211127/tid=211128] ppid=211125 vsize=397884 memory=12668 CPUtime=5 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 177 0 0 0 153 347 0 0 20 0 2 0 24992463 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3098.65 s
Current children cumulated vsize: 407812 KiB
Current children cumulated memory: 283104 KiB

[startup+3162.3 s]
/proc/loadavg: 4.23 4.22 4.18 5/249 213062
/proc/meminfo: memFree=117185708/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=397884 memory=280408 CPUtime=3158.6 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 380171 0 0 0 315377 483 0 0 20 0 2 0 24992447 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 99471 70102 3972 46 0 72066 0
[pid=211127/tid=211128] ppid=211125 vsize=397884 memory=2696 CPUtime=5.1 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 180 0 0 0 156 354 0 0 20 0 2 0 24992463 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3158.6 s
Current children cumulated vsize: 407812 KiB
Current children cumulated memory: 283104 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.19 4.17 5/250 213075
/proc/meminfo: memFree=117177424/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=397884 memory=280408 CPUtime=3218.54 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 380646 0 0 0 321364 490 0 0 20 0 2 0 24992447 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 99471 70102 3972 46 0 72066 0
[pid=211127/tid=211128] ppid=211125 vsize=397884 memory=2696 CPUtime=5.2 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 183 0 0 0 159 361 0 0 20 0 2 0 24992463 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3218.54 s
Current children cumulated vsize: 407812 KiB
Current children cumulated memory: 283104 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.17 4.16 5/250 213086
/proc/meminfo: memFree=117128960/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=397884 memory=280408 CPUtime=3278.48 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 381144 0 0 0 327352 496 0 0 20 0 2 0 24992447 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 99471 70102 3972 46 0 72066 0
[pid=211127/tid=211128] ppid=211125 vsize=397884 memory=2696 CPUtime=5.29 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 185 0 0 0 162 367 0 0 20 0 2 0 24992463 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3278.48 s
Current children cumulated vsize: 407812 KiB
Current children cumulated memory: 283104 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.18 4.17 5/250 213097
/proc/meminfo: memFree=117124444/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=397884 memory=280408 CPUtime=3338.43 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 381651 0 0 0 333340 503 0 0 20 0 2 0 24992447 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 99471 70102 3972 46 0 72066 0
[pid=211127/tid=211128] ppid=211125 vsize=397884 memory=2696 CPUtime=5.4 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 187 0 0 0 166 374 0 0 20 0 2 0 24992463 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3338.43 s
Current children cumulated vsize: 407812 KiB
Current children cumulated memory: 283104 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.16 4.16 5/250 213107
/proc/meminfo: memFree=117120168/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=397884 memory=280408 CPUtime=3398.37 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 382152 0 0 0 339327 510 0 0 20 0 2 0 24992447 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 99471 70102 3972 46 0 72066 0
[pid=211127/tid=211128] ppid=211125 vsize=397884 memory=2696 CPUtime=5.49 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 189 0 0 0 169 380 0 0 20 0 2 0 24992463 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3398.37 s
Current children cumulated vsize: 407812 KiB
Current children cumulated memory: 283104 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.16 4.16 5/250 213117
/proc/meminfo: memFree=117084732/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=397884 memory=280408 CPUtime=3458.32 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 382622 0 0 0 345315 517 0 0 20 0 2 0 24992447 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 99471 70102 3972 46 0 72066 0
[pid=211127/tid=211128] ppid=211125 vsize=397884 memory=2696 CPUtime=5.6 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 191 0 0 0 172 388 0 0 20 0 2 0 24992463 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3458.32 s
Current children cumulated vsize: 407812 KiB
Current children cumulated memory: 283104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.14 4.16 5/249 213129
/proc/meminfo: memFree=117070000/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=397884 memory=280408 CPUtime=3518.26 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 383128 0 0 0 351301 525 0 0 20 0 2 0 24992447 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 99471 70102 3972 46 0 72066 0
[pid=211127/tid=211128] ppid=211125 vsize=397884 memory=-9134593914285221246 CPUtime=5.7 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 193 0 0 0 175 395 0 0 20 0 2 0 24992463 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3518.26 s
Current children cumulated vsize: 407812 KiB
Current children cumulated memory: 283104 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.15 4.16 5/249 213139
/proc/meminfo: memFree=117108844/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=397884 memory=280408 CPUtime=3578.2 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 383604 0 0 0 357287 533 0 0 20 0 2 0 24992447 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 99471 70102 3972 46 0 72066 0
[pid=211127/tid=211128] ppid=211125 vsize=397884 memory=7232 CPUtime=5.8 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 195 0 0 0 177 403 0 0 20 0 2 0 24992463 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3578.2 s
Current children cumulated vsize: 407812 KiB
Current children cumulated memory: 283104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.2 s]
/proc/loadavg: 4.17 4.15 4.16 5/249 213143
/proc/meminfo: memFree=117083812/131655788 swapFree=131058856/131071996
[pid=211125] ppid=211122 vsize=9928 memory=2696 CPUtime=0 cores=5,7
/proc/211125/stat : 211125 (run-glibc-2.34.) S 211122 211125 210993 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 24992447 10166272 674 134679101440 94239247880192 94239248959512 140724860982096 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94239251057968 94239251105156 94239274209280 140724860986315 140724860986460 140724860986460 140724860993475 0
/proc/211125/statm: 2482 674 593 264 0 133 0
[pid=211127] ppid=211125 vsize=397884 memory=280408 CPUtime=3600.08 cores=5,7
/proc/211127/stat : 211127 (ld-linux-x86-64) R 211125 211125 210993 0 -1 4194304 383630 0 0 0 359472 536 0 0 20 0 2 0 24992447 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
/proc/211127/statm: 99471 70102 3972 46 0 72066 0
[pid=211127/tid=211128] ppid=211125 vsize=397884 memory=1364340 CPUtime=5.83 cores=5,7
/proc/211127/task/211128/stat : 211128 (ld-linux-x86-64) S 211125 211125 210993 0 -1 1077936192 195 0 0 0 178 405 0 0 20 0 2 0 24992463 407433216 70102 134679101440 140699470819328 140699471006940 140722853373616 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140699473107840 140699473117288 93825025253376 140722853376867 140722853377019 140722853377019 140722853384114 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 407812 KiB
Current children cumulated memory: 283104 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3594.73 s, system=5.366 s

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

Child status: 143

Real time (s): 3604.21
CPU time (s): 3600.1
CPU user time (s): 3594.73
CPU system time (s): 5.366
CPU usage (%): 99.8859
Max. virtual memory (cumulated for all children) (KiB): 617964
Max. memory (cumulated for all children) (KiB): 392344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.73
system time used= 5.366
maximum resident set size= 485904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383847
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= 353330
involuntary context switches= 1245


# summary of solver processes directly reported to runsolver:
#   pid: 211125
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3594.73
#   total CPU system time (s): 5.366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.692 second user time and 38.7349 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 08:47:06
IDJOB=4458998
IDBENCH=178458
IDSOLVER=3056
FILE ID=nodeC009/4458998-1721890026
RUNJOBID= nodeC009-1721890022-211008
SLURM_JOB_ID= 8089340
Free space on /tmp= 723640 MiB

SOLVER NAME= IPBHS-GUROBI 2024-07-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_100.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458998-1721890026/watcher-4458998-1721890026 -o /tmp/evaluation-result-4458998-1721890026/solver-4458998-1721890026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721890022-211008 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4458998-1721890026.opb

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

MD5SUM BENCH= 929d9d39c334716d4e8e7fd04254fe00
RANDOM SEED=2034212793

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125858184 kB
MemAvailable:   129592020 kB
Buffers:          314112 kB
Cached:          4158108 kB
SwapCached:         4924 kB
Active:          1806940 kB
Inactive:        3266508 kB
Active(anon):       1640 kB
Inactive(anon):   644900 kB
Active(file):    1805300 kB
Inactive(file):  2621608 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:            174384 kB
Writeback:             4 kB
AnonPages:        595588 kB
Mapped:           107384 kB
Shmem:             45300 kB
KReclaimable:     294256 kB
Slab:             404840 kB
SReclaimable:     294256 kB
SUnreclaim:       110584 kB
KernelStack:        4112 kB
PageTables:        11124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1244616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723412 MiB
End job on nodeC009 at 2024-07-25 09:47:10