Trace number 4431119

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.02 3604.31

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUM5bd9df7c04c5af36994bd737db01c977
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 benchmark23
Best CPU time to get the best result obtained on this benchmark445.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
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 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.86/0.95	c initialize IPBHS solver
0.86/0.95	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
0.86/0.95	c optimizer = "gurobi"
0.86/0.95	c pbsolver = "roundingsat"
0.86/0.95	c load symmetries from file ""
0.86/0.95	c set time limit for symmetry computation to 100 seconds.
0.86/0.95	c set interchangeable summation variable limit to 3
0.86/0.95	c find symmetric cores by applying each permutation and add them to optimizer
0.86/0.95	c set abs symmetric core budget per WCE-iteration to 100
0.86/0.95	c set rel symmetric core budget per WCE-iteration to 0
0.86/0.95	c set lit symmetric core budget per WCE-iteration to 0
0.86/0.95	c set sym generation to 's'
0.86/0.95	c set abstraction set creation to 10 iterations without LB change
0.86/0.95	c set abstraction set inputs to 0
0.86/0.95	c set abstraction set cluster min size to 2
0.86/0.95	c set abstraction set cluster max size to 100000000
0.86/0.95	c set abstraction set cluster activation limit to 2
0.86/0.95	c enable abstraction set require equal cost
0.86/0.95	c set abstraction set assumptions to 0
0.86/0.95	c set abstraction set constraint type to 0
0.86/0.95	c set abstract core extraction strategy to b
0.86/0.95	c set core extraction strategy to 2
0.86/0.95	c set core extraction shuffles 10
0.86/0.95	c set cores per iteration to 5
0.86/0.95	c set optimizer bound usage strategy to 2
0.86/0.95	c set optimizer max non-optimal iterations to 1000
0.86/0.95	c set small core cardinality limit to 2
0.86/0.95	c set max coef in cores to 1000000000
0.86/0.95	c set SIS iterations to 5
0.86/0.95	c set SIS budget abs to 1000
0.86/0.95	c set SIS budget rel to 0.05
0.86/0.95	c limit for coefficient in constraints and objective to 9223372036854775807
0.86/0.95	c will solve HOME/instance-4431119-1721113466.opb
3600.00/3604.30	HOME/run-glibc-2.34.sh: line 2: 836522 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: 64059 MiB (62009 MiB free)
  memory of node 1: 64510 MiB (62616 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=836516, runsolver pid=836505

[startup+0.100099 s]*
/proc/loadavg: 1.20 2.08 2.98 7/244 836525
/proc/meminfo: memFree=127597540/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=91088 memory=10988 CPUtime=0.08 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 1677 0 25 0 7 1 0 0 20 0 1 0 163502774 93274112 2747 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 0 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 22772 2747 1589 46 0 3387 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101016 KiB
Current children cumulated memory: 13736 KiB

[startup+0.214979 s]*
/proc/loadavg: 1.20 2.08 2.98 10/252 836537
/proc/meminfo: memFree=127559228/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=99292 memory=16936 CPUtime=0.18 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 3408 0 25 0 17 1 0 0 20 0 1 0 163502774 101675008 4234 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 0 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 24823 4234 1589 46 0 5438 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 109220 KiB
Current children cumulated memory: 19684 KiB

[startup+0.31469 s]*
/proc/loadavg: 1.20 2.08 2.98 8/253 836538
/proc/meminfo: memFree=127528736/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=103964 memory=22780 CPUtime=0.29 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 4834 0 25 0 23 6 0 0 20 0 1 0 163502774 106459136 5695 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 0 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 25991 5695 1669 46 0 6606 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 113892 KiB
Current children cumulated memory: 25528 KiB

[startup+0.70039 s]
/proc/loadavg: 1.20 2.08 2.98 9/253 836538
/proc/meminfo: memFree=127500944/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=196128 memory=78780 CPUtime=0.65 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 15849 0 25 0 46 19 0 0 20 0 2 0 163502774 200835072 19695 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 49032 19695 2683 46 0 21627 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 206056 KiB
Current children cumulated memory: 81528 KiB

[startup+1.50042 s]
/proc/loadavg: 1.20 2.08 2.98 9/254 836539
/proc/meminfo: memFree=127378988/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=226744 memory=109776 CPUtime=1.46 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 24478 0 25 0 122 24 0 0 20 0 2 0 163502774 232185856 27444 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 56686 27444 2909 46 0 29281 0
[pid=836522/tid=836539] ppid=836516 vsize=226744 memory=11596 CPUtime=0 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163502835 232185856 27444 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 236672 KiB
Current children cumulated memory: 112524 KiB

[startup+3.11384 s]
/proc/loadavg: 1.20 2.08 2.98 7/256 836541
/proc/meminfo: memFree=127023844/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=229464 memory=115712 CPUtime=3.06 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 27868 0 25 0 279 27 0 0 20 0 2 0 163502774 234971136 28928 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 57366 28928 3545 46 0 29961 0
[pid=836522/tid=836539] ppid=836516 vsize=229464 memory=2748 CPUtime=0 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 163502835 234971136 28928 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 239392 KiB
Current children cumulated memory: 118460 KiB

[startup+6.30038 s]
/proc/loadavg: 1.59 2.14 3.00 8/256 836541
/proc/meminfo: memFree=126970076/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=241064 memory=120968 CPUtime=6.25 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 33318 0 25 0 596 29 0 0 20 0 2 0 163502774 246849536 30242 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 60266 30242 3545 46 0 32861 0
[pid=836522/tid=836539] ppid=836516 vsize=241064 memory=0 CPUtime=0 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 2 0 163502835 246849536 30242 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 250992 KiB
Current children cumulated memory: 123716 KiB

[startup+12.7004 s]
/proc/loadavg: 1.78 2.18 3.00 8/256 836543
/proc/meminfo: memFree=126936384/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=252740 memory=133596 CPUtime=12.64 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 45963 0 25 0 1232 32 0 0 20 0 2 0 163502774 258805760 33399 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 63185 33399 3545 46 0 35780 0
[pid=836522/tid=836539] ppid=836516 vsize=252740 memory=0 CPUtime=0.01 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 14 0 0 0 0 1 0 0 20 0 2 0 163502835 258805760 33399 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 262668 KiB
Current children cumulated memory: 136344 KiB

[startup+25.5004 s]
/proc/loadavg: 2.43 2.30 3.03 9/256 836545
/proc/meminfo: memFree=126888524/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=271708 memory=144004 CPUtime=25.42 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 67161 0 25 0 2506 36 0 0 20 0 2 0 163502774 278228992 36001 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 67927 36001 3545 46 0 40522 0
[pid=836522/tid=836539] ppid=836516 vsize=271708 memory=141956 CPUtime=0.01 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 22 0 0 0 0 1 0 0 20 0 2 0 163502835 278228992 36001 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 281636 KiB
Current children cumulated memory: 146752 KiB

[startup+51.1137 s]
/proc/loadavg: 2.96 2.44 3.06 7/256 836550
/proc/meminfo: memFree=126808880/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=302528 memory=160388 CPUtime=50.98 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 110971 0 25 0 5051 47 0 0 20 0 2 0 163502774 309788672 40097 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 75632 40097 3545 46 0 48227 0
[pid=836522/tid=836539] ppid=836516 vsize=302528 memory=2748 CPUtime=0.04 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 33 0 0 0 1 3 0 0 20 0 2 0 163502835 309788672 40097 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 312456 KiB
Current children cumulated memory: 163136 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 2.84 3.16 9/255 836559
/proc/meminfo: memFree=126704268/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=302528 memory=185660 CPUtime=102.09 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 144756 0 25 0 10147 62 0 0 20 0 2 0 163502774 309788672 46415 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 75632 46415 3545 46 0 48227 0
[pid=836522/tid=836539] ppid=836516 vsize=302528 memory=11884 CPUtime=0.1 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 45 0 0 0 2 8 0 0 20 0 2 0 163502835 309788672 46415 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 102.09 s
Current children cumulated vsize: 312456 KiB
Current children cumulated memory: 188408 KiB

[startup+162.3 s]
/proc/loadavg: 4.36 3.16 3.26 10/255 836569
/proc/meminfo: memFree=126594940/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=352616 memory=199468 CPUtime=162.02 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 173830 0 25 0 16125 77 0 0 20 0 2 0 163502774 361078784 49867 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 88154 49867 3545 46 0 60749 0
[pid=836522/tid=836539] ppid=836516 vsize=352616 memory=11596 CPUtime=0.16 cores=4,6

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

/proc/836522/statm: 166201 122400 3545 46 0 138796 0
[pid=836522/tid=836539] ppid=836516 vsize=664804 memory=11596 CPUtime=3.36 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 153 0 0 0 89 247 0 0 20 0 2 0 163502835 680759296 122400 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3158.44 s
Current children cumulated vsize: 674732 KiB
Current children cumulated memory: 492348 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.16 4.11 8/253 838306
/proc/meminfo: memFree=125542476/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=665232 memory=490068 CPUtime=3218.38 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 484851 0 25 0 320853 985 0 0 20 0 2 0 163502774 681197568 122517 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 166308 122517 3545 46 0 138903 0
[pid=836522/tid=836539] ppid=836516 vsize=665232 memory=2748 CPUtime=3.43 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 155 0 0 0 91 252 0 0 20 0 2 0 163502835 681197568 122517 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3218.38 s
Current children cumulated vsize: 675160 KiB
Current children cumulated memory: 492816 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.14 4.10 9/253 838317
/proc/meminfo: memFree=125534476/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=673316 memory=497436 CPUtime=3278.33 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 487086 0 25 0 326833 1000 0 0 20 0 2 0 163502774 689475584 124359 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 168329 124359 3545 46 0 140924 0
[pid=836522/tid=836539] ppid=836516 vsize=673316 memory=2748 CPUtime=3.49 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 157 0 0 0 93 256 0 0 20 0 2 0 163502835 689475584 124359 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3278.33 s
Current children cumulated vsize: 683244 KiB
Current children cumulated memory: 500184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.14 4.10 9/254 838330
/proc/meminfo: memFree=125524688/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=673652 memory=497704 CPUtime=3338.26 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 489504 0 25 0 332805 1021 0 0 20 0 2 0 163502774 689819648 124426 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 168413 124426 3545 46 0 141008 0
[pid=836522/tid=836539] ppid=836516 vsize=673652 memory=2748 CPUtime=3.56 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 157 0 0 0 95 261 0 0 20 0 2 0 163502835 689819648 124426 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3338.26 s
Current children cumulated vsize: 683580 KiB
Current children cumulated memory: 500452 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.16 4.11 9/252 838352
/proc/meminfo: memFree=125523244/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=673652 memory=497880 CPUtime=3398.2 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 490913 0 25 0 338782 1038 0 0 20 0 2 0 163502774 689819648 124470 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 168413 124470 3545 46 0 141008 0
[pid=836522/tid=836539] ppid=836516 vsize=673652 memory=2748 CPUtime=3.63 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 159 0 0 0 97 266 0 0 20 0 2 0 163502835 689819648 124470 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3398.2 s
Current children cumulated vsize: 683580 KiB
Current children cumulated memory: 500628 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.15 4.10 8/252 838362
/proc/meminfo: memFree=125522292/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=674304 memory=498532 CPUtime=3458.14 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 492066 0 25 0 344756 1058 0 0 20 0 2 0 163502774 690487296 124633 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 168576 124633 3545 46 0 141171 0
[pid=836522/tid=836539] ppid=836516 vsize=674304 memory=2748 CPUtime=3.7 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 161 0 0 0 100 270 0 0 20 0 2 0 163502835 690487296 124633 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3458.14 s
Current children cumulated vsize: 684232 KiB
Current children cumulated memory: 501280 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.20 4.12 9/252 838373
/proc/meminfo: memFree=125515312/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=678588 memory=502356 CPUtime=3518.08 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 495361 0 25 0 350740 1068 0 0 20 0 2 0 163502774 694874112 125589 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 169647 125589 3545 46 0 142242 0
[pid=836522/tid=836539] ppid=836516 vsize=678588 memory=2748 CPUtime=3.77 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 162 0 0 0 102 275 0 0 20 0 2 0 163502835 694874112 125589 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3518.08 s
Current children cumulated vsize: 688516 KiB
Current children cumulated memory: 505104 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.19 4.12 9/251 838384
/proc/meminfo: memFree=125514612/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=678588 memory=502452 CPUtime=3578.02 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 496963 0 25 0 356722 1080 0 0 20 0 2 0 163502774 694874112 125613 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 169647 125613 3545 46 0 142242 0
[pid=836522/tid=836539] ppid=836516 vsize=678588 memory=11596 CPUtime=3.84 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 164 0 0 0 104 280 0 0 20 0 2 0 163502835 694874112 125613 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3578.02 s
Current children cumulated vsize: 688516 KiB
Current children cumulated memory: 505200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.3 s]
/proc/loadavg: 4.25 4.20 4.12 7/251 838435
/proc/meminfo: memFree=125830500/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=678588 memory=502456 CPUtime=3600 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 497309 0 25 0 358917 1083 0 0 20 0 2 0 163502774 694874112 125614 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 169647 125614 3545 46 0 142242 0
[pid=836522/tid=836539] ppid=836516 vsize=678588 memory=2748 CPUtime=3.86 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 164 0 0 0 105 281 0 0 20 0 2 0 163502835 694874112 125614 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 688516 KiB
Current children cumulated memory: 505204 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3589.18 s, system=10.8422 s

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

[startup+3604.3 s]
/proc/loadavg: 4.25 4.20 4.12 7/251 838435
/proc/meminfo: memFree=125830500/131655788 swapFree=131071996/131071996
[pid=836516] ppid=836505 vsize=9928 memory=2748 CPUtime=0 cores=4,6
/proc/836516/stat : 836516 (run-glibc-2.34.) S 836505 836516 836455 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 163502773 10166272 687 134679101440 94529367650304 94529368729624 140725937517984 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94529370828080 94529370875268 94529396625408 140725937525695 140725937525852 140725937525852 140725937532867 0
/proc/836516/statm: 2482 687 606 264 0 133 0
[pid=836522] ppid=836516 vsize=678588 memory=502456 CPUtime=3600 cores=4,6
/proc/836522/stat : 836522 (ld-linux-x86-64) R 836516 836516 836455 0 -1 4194304 497309 0 25 0 358917 1083 0 0 20 0 2 0 163502774 694874112 125614 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
/proc/836522/statm: 169647 125614 3545 46 0 142242 0
[pid=836522/tid=836539] ppid=836516 vsize=678588 memory=2748 CPUtime=3.86 cores=4,6
/proc/836522/task/836539/stat : 836539 (ld-linux-x86-64) S 836516 836516 836455 0 -1 1077936192 164 0 0 0 105 281 0 0 20 0 2 0 163502835 694874112 125614 134679101440 140096502980608 140096503168220 140735463626352 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140096505269120 140096505278568 93825012264960 140735463629655 140735463629819 140735463629819 140735463636914 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 688516 KiB
Current children cumulated memory: 505204 KiB

Child status: 143

Real time (s): 3604.31
CPU time (s): 3600.02
CPU user time (s): 3589.18
CPU system time (s): 10.8422
CPU usage (%): 99.8811
Max. virtual memory (cumulated for all children) (KiB): 688516
Max. memory (cumulated for all children) (KiB): 505204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.18
system time used= 10.8422
maximum resident set size= 502456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 497529
page faults= 25
swaps= 0
block input operations= 2952
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 355428
involuntary context switches= 1845


# summary of solver processes directly reported to runsolver:
#   pid: 836516
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3589.18
#   total CPU system time (s): 10.8422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2053 second user time and 39.5446 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-16 09:04:38
IDJOB=4431119
IDBENCH=148189
IDSOLVER=3055
FILE ID=nodeC003/4431119-1721113466
RUNJOBID= nodeC003-1721113478-836466
SLURM_JOB_ID= 7505646
Free space on /tmp= 723744 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431119-1721113466/watcher-4431119-1721113466 -o /tmp/evaluation-result-4431119-1721113466/solver-4431119-1721113466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721113478-836466 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431119-1721113466.opb

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

MD5SUM BENCH= 5bd9df7c04c5af36994bd737db01c977
RANDOM SEED=2127514988

nodeC003.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		: 1197.217
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.76
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		: 1629.015
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.30
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.231
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.76
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.215
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.216
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.217
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.30
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.221
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.76
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.212
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127631012 kB
MemAvailable:   129907300 kB
Buffers:          408900 kB
Cached:          2685136 kB
SwapCached:            0 kB
Active:           675860 kB
Inactive:        2767724 kB
Active(anon):       1348 kB
Inactive(anon):   386584 kB
Active(file):     674512 kB
Inactive(file):  2381140 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            167956 kB
Writeback:             0 kB
AnonPages:        350248 kB
Mapped:           103560 kB
Shmem:             37704 kB
KReclaimable:     121336 kB
Slab:             221944 kB
SReclaimable:     121336 kB
SUnreclaim:       100608 kB
KernelStack:        3636 kB
PageTables:         9852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     764796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52096 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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:      254792 kB
DirectMap2M:    22718464 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723604 MiB
End job on nodeC003 at 2024-07-16 10:04:43