Trace number 4431120

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_2.opb
MD5SUMa7d8f923a6cdb36d5c6f2d05cbd48ec7
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 benchmark19
Best CPU time to get the best result obtained on this benchmark263.345
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8901
Total number of constraints32298
Number of constraints which are clauses32280
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint1
Maximum length of a constraint790
Number of terms in the objective function 790
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 790
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 820
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.44	c initialize IPBHS solver
0.39/0.44	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.39/0.44	c optimizer = "gurobi"
0.39/0.44	c pbsolver = "roundingsat"
0.39/0.44	c load symmetries from file ""
0.39/0.44	c set time limit for symmetry computation to 100 seconds.
0.39/0.44	c set interchangeable summation variable limit to 3
0.39/0.44	c find symmetric cores by applying each permutation and add them to optimizer
0.39/0.44	c set abs symmetric core budget per WCE-iteration to 100
0.39/0.44	c set rel symmetric core budget per WCE-iteration to 0
0.39/0.44	c set lit symmetric core budget per WCE-iteration to 0
0.39/0.44	c set sym generation to 's'
0.39/0.44	c set abstraction set creation to 10 iterations without LB change
0.39/0.44	c set abstraction set inputs to 0
0.39/0.44	c set abstraction set cluster min size to 2
0.39/0.44	c set abstraction set cluster max size to 100000000
0.39/0.44	c set abstraction set cluster activation limit to 2
0.39/0.44	c enable abstraction set require equal cost
0.39/0.44	c set abstraction set assumptions to 0
0.39/0.44	c set abstraction set constraint type to 0
0.39/0.44	c set abstract core extraction strategy to b
0.39/0.44	c set core extraction strategy to 2
0.39/0.44	c set core extraction shuffles 10
0.39/0.44	c set cores per iteration to 5
0.39/0.44	c set optimizer bound usage strategy to 2
0.39/0.44	c set optimizer max non-optimal iterations to 1000
0.39/0.44	c set small core cardinality limit to 2
0.39/0.44	c set max coef in cores to 1000000000
0.39/0.44	c set SIS iterations to 5
0.39/0.44	c set SIS budget abs to 1000
0.39/0.44	c set SIS budget rel to 0.05
0.39/0.44	c limit for coefficient in constraints and objective to 9223372036854775807
0.39/0.44	c will solve HOME/instance-4431120-1721113763.opb
3600.05/3606.70	HOME/run-glibc-2.34.sh: line 2: 844190 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 (62771 MiB free)
  memory of node 1: 64510 MiB (61474 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100521 s]*
/proc/loadavg: 4.15 4.19 4.25 5/248 844190
/proc/meminfo: memFree=127220928/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=92932 memory=13192 CPUtime=0.08 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 2099 0 0 0 7 1 0 0 20 0 1 0 163534358 95162368 3298 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 23233 3298 1687 46 0 3848 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 102860 KiB
Current children cumulated memory: 15920 KiB

[startup+0.212532 s]*
/proc/loadavg: 4.15 4.19 4.25 5/248 844190
/proc/meminfo: memFree=127215188/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=96388 memory=19460 CPUtime=0.19 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 3123 0 0 0 13 6 0 0 20 0 1 0 163534358 98701312 4865 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 24097 4865 1687 46 0 4712 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 106316 KiB
Current children cumulated memory: 22188 KiB

[startup+0.311239 s]*
/proc/loadavg: 4.15 4.19 4.25 6/249 844191
/proc/meminfo: memFree=127193200/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=160672 memory=46996 CPUtime=0.29 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 8075 0 0 0 20 9 0 0 20 0 2 0 163534358 164528128 11749 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 40168 11749 2695 46 0 12763 0
[pid=844190/tid=844191] ppid=844188 vsize=160672 memory=-9114091128379172707 CPUtime=0 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) R 844188 844188 840458 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163534383 164528128 11749 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 170600 KiB
Current children cumulated memory: 49724 KiB

[startup+0.700456 s]
/proc/loadavg: 4.15 4.19 4.25 5/249 844191
/proc/meminfo: memFree=127183884/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=171096 memory=57280 CPUtime=0.67 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 11540 0 0 0 57 10 0 0 20 0 2 0 163534358 175202304 14320 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 42774 14320 2758 46 0 15369 0
[pid=844190/tid=844191] ppid=844188 vsize=171096 memory=0 CPUtime=0 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163534383 175202304 14320 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 181024 KiB
Current children cumulated memory: 60008 KiB

[startup+1.50046 s]
/proc/loadavg: 4.15 4.19 4.25 5/249 844191
/proc/meminfo: memFree=127180852/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=171096 memory=57280 CPUtime=1.47 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 11541 0 0 0 133 14 0 0 20 0 2 0 163534358 175202304 14320 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 42774 14320 2758 46 0 15369 0
[pid=844190/tid=844191] ppid=844188 vsize=171096 memory=0 CPUtime=0 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163534383 175202304 14320 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 181024 KiB
Current children cumulated memory: 60008 KiB

[startup+3.11278 s]
/proc/loadavg: 4.15 4.19 4.25 5/249 844191
/proc/meminfo: memFree=127177948/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=173816 memory=63684 CPUtime=3.07 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 14305 0 0 0 292 15 0 0 20 0 2 0 163534358 177987584 15921 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 43454 15921 3582 46 0 16049 0
[pid=844190/tid=844191] ppid=844188 vsize=173816 memory=2728 CPUtime=0 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 163534383 177987584 15921 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 183744 KiB
Current children cumulated memory: 66412 KiB

[startup+6.30044 s]
/proc/loadavg: 4.13 4.19 4.25 5/249 844191
/proc/meminfo: memFree=127167556/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=185416 memory=73704 CPUtime=6.26 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 19452 0 0 0 609 17 0 0 20 0 2 0 163534358 189865984 18426 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 46354 18426 3582 46 0 18949 0
[pid=844190/tid=844191] ppid=844188 vsize=185416 memory=2728 CPUtime=0 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 163534383 189865984 18426 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 195344 KiB
Current children cumulated memory: 76432 KiB

[startup+12.7005 s]
/proc/loadavg: 4.12 4.19 4.25 5/249 844193
/proc/meminfo: memFree=127158192/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=197092 memory=82336 CPUtime=12.65 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 32982 0 0 0 1245 20 0 0 20 0 2 0 163534358 201822208 20584 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 49273 20584 3582 46 0 21868 0
[pid=844190/tid=844191] ppid=844188 vsize=197092 memory=164 CPUtime=0.01 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 14 0 0 0 0 1 0 0 20 0 2 0 163534383 201822208 20584 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 207020 KiB
Current children cumulated memory: 85064 KiB

[startup+25.5005 s]
/proc/loadavg: 4.17 4.19 4.25 5/249 844194
/proc/meminfo: memFree=127151124/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=197092 memory=86740 CPUtime=25.42 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 47517 0 0 0 2517 25 0 0 20 0 2 0 163534358 201822208 21685 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 49273 21685 3582 46 0 21868 0
[pid=844190/tid=844191] ppid=844188 vsize=197092 memory=86740 CPUtime=0.03 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 21 0 0 0 1 2 0 0 20 0 2 0 163534383 201822208 21685 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 207020 KiB
Current children cumulated memory: 89468 KiB

[startup+51.1131 s]
/proc/loadavg: 4.11 4.18 4.24 5/249 844199
/proc/meminfo: memFree=127134352/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=218908 memory=101976 CPUtime=50.97 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 66943 0 0 0 5062 35 0 0 20 0 2 0 163534358 224161792 25494 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 54727 25494 3582 46 0 27322 0
[pid=844190/tid=844191] ppid=844188 vsize=218908 memory=2728 CPUtime=0.06 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 31 0 0 0 2 4 0 0 20 0 2 0 163534383 224161792 25494 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 228836 KiB
Current children cumulated memory: 104704 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.16 4.23 5/250 844210
/proc/meminfo: memFree=127092468/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=250228 memory=121728 CPUtime=102.07 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 69852 0 0 0 10159 48 0 0 20 0 2 0 163534358 256233472 30432 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 62557 30432 3582 46 0 35152 0
[pid=844190/tid=844191] ppid=844188 vsize=250228 memory=2728 CPUtime=0.13 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 36 0 0 0 4 9 0 0 20 0 2 0 163534383 256233472 30432 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 260156 KiB
Current children cumulated memory: 124456 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.16 4.23 5/250 844221
/proc/meminfo: memFree=127059388/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0

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

/proc/844190/statm: 145941 97146 3836 46 0 118536 0
[pid=844190/tid=844191] ppid=844188 vsize=583764 memory=2728 CPUtime=4.24 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 141 0 0 0 143 281 0 0 20 0 2 0 163534383 597774336 97146 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3156.46 s
Current children cumulated vsize: 593692 KiB
Current children cumulated memory: 391312 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.22 4.22 5/253 846203
/proc/meminfo: memFree=126914348/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=583764 memory=389060 CPUtime=3216.33 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 1123767 0 0 0 320655 978 0 0 20 0 2 0 163534358 597774336 97265 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 145941 97265 3836 46 0 118536 0
[pid=844190/tid=844191] ppid=844188 vsize=583764 memory=388640 CPUtime=4.32 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 144 0 0 0 146 286 0 0 20 0 2 0 163534383 597774336 97265 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3216.33 s
Current children cumulated vsize: 593692 KiB
Current children cumulated memory: 391788 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.21 4.21 5/251 846214
/proc/meminfo: memFree=126856012/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=583904 memory=389144 CPUtime=3276.21 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 1165353 0 0 0 326621 1000 0 0 20 0 2 0 163534358 597917696 97286 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 145976 97286 3836 46 0 118571 0
[pid=844190/tid=844191] ppid=844188 vsize=583904 memory=43032 CPUtime=4.4 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 146 0 0 0 149 291 0 0 20 0 2 0 163534383 597917696 97286 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3276.21 s
Current children cumulated vsize: 593832 KiB
Current children cumulated memory: 391872 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.20 4.21 6/251 846225
/proc/meminfo: memFree=126809328/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=584172 memory=389412 CPUtime=3336.09 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 1178535 0 0 0 332591 1018 0 0 20 0 2 0 163534358 598192128 97353 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 146043 97353 3836 46 0 118638 0
[pid=844190/tid=844191] ppid=844188 vsize=584172 memory=12440 CPUtime=4.49 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 148 0 0 0 152 297 0 0 20 0 2 0 163534383 598192128 97353 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3336.09 s
Current children cumulated vsize: 594100 KiB
Current children cumulated memory: 392140 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.18 4.19 5/249 846236
/proc/meminfo: memFree=126805168/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=584172 memory=389412 CPUtime=3395.99 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 1179157 0 0 0 338566 1033 0 0 20 0 2 0 163534358 598192128 97353 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 146043 97353 3836 46 0 118638 0
[pid=844190/tid=844191] ppid=844188 vsize=584172 memory=2728 CPUtime=4.57 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 150 0 0 0 154 303 0 0 20 0 2 0 163534383 598192128 97353 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3395.99 s
Current children cumulated vsize: 594100 KiB
Current children cumulated memory: 392140 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.18 4.19 6/249 846246
/proc/meminfo: memFree=126777128/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=585360 memory=390572 CPUtime=3455.89 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 1180175 0 0 0 344544 1045 0 0 20 0 2 0 163534358 599408640 97643 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 146340 97643 3836 46 0 118935 0
[pid=844190/tid=844191] ppid=844188 vsize=585360 memory=2728 CPUtime=4.65 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 152 0 0 0 157 308 0 0 20 0 2 0 163534383 599408640 97643 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3455.89 s
Current children cumulated vsize: 595288 KiB
Current children cumulated memory: 393300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.21 4.20 6/249 846256
/proc/meminfo: memFree=126732684/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=585360 memory=390600 CPUtime=3515.79 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 1180851 0 0 0 350523 1056 0 0 20 0 2 0 163534358 599408640 97650 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 146340 97650 3836 46 0 118935 0
[pid=844190/tid=844191] ppid=844188 vsize=585360 memory=390572 CPUtime=4.74 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 154 0 0 0 160 314 0 0 20 0 2 0 163534383 599408640 97650 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3515.79 s
Current children cumulated vsize: 595288 KiB
Current children cumulated memory: 393328 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.20 4.19 5/249 846268
/proc/meminfo: memFree=126729976/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=586460 memory=391700 CPUtime=3575.69 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 1182071 0 0 0 356500 1069 0 0 20 0 2 0 163534358 600535040 97925 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 146615 97925 3836 46 0 119210 0
[pid=844190/tid=844191] ppid=844188 vsize=586460 memory=12440 CPUtime=4.82 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 156 0 0 0 163 319 0 0 20 0 2 0 163534383 600535040 97925 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3575.69 s
Current children cumulated vsize: 596388 KiB
Current children cumulated memory: 394428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.7 s]
/proc/loadavg: 4.20 4.20 4.19 5/249 846271
/proc/meminfo: memFree=126729464/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=586460 memory=391700 CPUtime=3600.05 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 1182525 0 0 0 358932 1073 0 0 20 0 2 0 163534358 600535040 97925 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 146615 97925 3836 46 0 119210 0
[pid=844190/tid=844191] ppid=844188 vsize=586460 memory=2728 CPUtime=4.86 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 156 0 0 0 165 321 0 0 20 0 2 0 163534383 600535040 97925 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 596388 KiB
Current children cumulated memory: 394428 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3589.33 s, system=10.7385 s

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

[startup+3606.7 s]
/proc/loadavg: 4.20 4.20 4.19 5/249 846271
/proc/meminfo: memFree=126729464/131655788 swapFree=131071996/131071996
[pid=844188] ppid=844185 vsize=9928 memory=2728 CPUtime=0 cores=0,2
/proc/844188/stat : 844188 (run-glibc-2.34.) S 844185 844188 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163534357 10166272 682 134679101440 93994731601920 93994732681240 140730284759056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93994734779696 93994734826884 93994744008704 140730284762047 140730284762204 140730284762204 140730284769219 0
/proc/844188/statm: 2482 682 602 264 0 133 0
[pid=844190] ppid=844188 vsize=586460 memory=391700 CPUtime=3600.05 cores=0,2
/proc/844190/stat : 844190 (ld-linux-x86-64) R 844188 844188 840458 0 -1 4194304 1182525 0 0 0 358932 1073 0 0 20 0 2 0 163534358 600535040 97925 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
/proc/844190/statm: 146615 97925 3836 46 0 119210 0
[pid=844190/tid=844191] ppid=844188 vsize=586460 memory=2728 CPUtime=4.86 cores=0,2
/proc/844190/task/844191/stat : 844191 (ld-linux-x86-64) S 844188 844188 840458 0 -1 1077936192 156 0 0 0 165 321 0 0 20 0 2 0 163534383 600535040 97925 134679101440 139799538589696 139799538777308 140736940838912 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139799540878208 139799540887656 93825011765248 140736940847959 140736940848123 140736940848123 140736940855218 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 596388 KiB
Current children cumulated memory: 394428 KiB

Child status: 143

Real time (s): 3606.71
CPU time (s): 3600.07
CPU user time (s): 3589.33
CPU system time (s): 10.7385
CPU usage (%): 99.8159
Max. virtual memory (cumulated for all children) (KiB): 596388
Max. memory (cumulated for all children) (KiB): 394428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.33
system time used= 10.7385
maximum resident set size= 391700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1182740
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= 356332
involuntary context switches= 24674


# summary of solver processes directly reported to runsolver:
#   pid: 844188
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3589.33
#   total CPU system time (s): 10.7385

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.0037 second user time and 33.9558 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-16 09:09:35
IDJOB=4431120
IDBENCH=148193
IDSOLVER=3055
FILE ID=nodeC002/4431120-1721113763
RUNJOBID= nodeC002-1721108140-840468
SLURM_JOB_ID= 7505639
Free space on /tmp= 723652 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_2.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-4431120-1721113763/watcher-4431120-1721113763 -o /tmp/evaluation-result-4431120-1721113763/solver-4431120-1721113763 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721108140-840468 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431120-1721113763.opb

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

MD5SUM BENCH= a7d8f923a6cdb36d5c6f2d05cbd48ec7
RANDOM SEED=933846211

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127228984 kB
MemAvailable:   128842144 kB
Buffers:          423044 kB
Cached:          2016168 kB
SwapCached:            0 kB
Active:           720512 kB
Inactive:        3141824 kB
Active(anon):       2748 kB
Inactive(anon):  1458072 kB
Active(file):     717764 kB
Inactive(file):  1683752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             42424 kB
Writeback:            32 kB
AnonPages:       1417156 kB
Mapped:           121380 kB
Shmem:             37704 kB
KReclaimable:     103348 kB
Slab:             202644 kB
SReclaimable:     103348 kB
SUnreclaim:        99296 kB
KernelStack:        3932 kB
PageTables:        12396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1865552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53792 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1251328 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:      201544 kB
DirectMap2M:    20674560 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723604 MiB
End job on nodeC002 at 2024-07-16 10:09:42