Trace number 4431213

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.01 3608.31

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-circ10-3.opb
MD5SUMe9a18706671e83c85382be3233ac0f60
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark276
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431213-1721120915/watcher-4431213-1721120915 -o /tmp/evaluation-result-4431213-1721120915/solver-4431213-1721120915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721113478-836465 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431213-1721120915.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
Current StackSize limit: 8192 KiB

solver pid=841413, runsolver pid=841410

[startup+0.100207 s]*
/proc/loadavg: 4.17 4.22 4.22 5/249 841415
/proc/meminfo: memFree=126121688/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=92372 memory=12324 CPUtime=0.09 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 1935 0 0 0 9 0 0 0 20 0 1 0 164247644 94588928 3081 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 23093 3081 1598 46 0 3708 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 102300 KiB
Current children cumulated memory: 15036 KiB

[startup+0.213053 s]*
/proc/loadavg: 4.17 4.22 4.22 5/249 841415
/proc/meminfo: memFree=126110716/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=101468 memory=23220 CPUtime=0.2 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 4279 0 0 0 16 4 0 0 20 0 1 0 164247644 103903232 5805 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 25367 5805 1726 46 0 5982 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 111396 KiB
Current children cumulated memory: 25932 KiB

[startup+0.310033 s]*
/proc/loadavg: 4.17 4.22 4.22 5/249 841415
/proc/meminfo: memFree=126104244/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=106292 memory=29752 CPUtime=0.3 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 5376 0 0 0 22 8 0 0 20 0 1 0 164247644 108843008 7438 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 26573 7438 1726 46 0 7188 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 116220 KiB
Current children cumulated memory: 32464 KiB

[startup+0.700376 s]
/proc/loadavg: 4.17 4.22 4.22 5/250 841416
/proc/meminfo: memFree=126065288/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=197236 memory=80712 CPUtime=0.68 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 16523 0 0 0 56 12 0 0 20 0 2 0 164247644 201969664 20178 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 49309 20178 2744 46 0 21904 0
[pid=841415/tid=841416] ppid=841413 vsize=197236 memory=449 CPUtime=0 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164247679 201969664 20178 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 207164 KiB
Current children cumulated memory: 83424 KiB

[startup+1.50041 s]
/proc/loadavg: 4.17 4.22 4.22 5/250 841416
/proc/meminfo: memFree=126054480/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=196912 memory=87120 CPUtime=1.47 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 19135 0 0 0 132 15 0 0 20 0 2 0 164247644 201637888 21780 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 49228 21780 3758 46 0 21823 0
[pid=841415/tid=841416] ppid=841413 vsize=196912 memory=80712 CPUtime=0 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 164247679 201637888 21780 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 206840 KiB
Current children cumulated memory: 89832 KiB

[startup+3.11264 s]
/proc/loadavg: 4.16 4.21 4.22 5/250 841416
/proc/meminfo: memFree=126052340/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=199632 memory=89316 CPUtime=3.07 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 24430 0 0 0 270 37 0 0 20 0 2 0 164247644 204423168 22329 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 49908 22329 3820 46 0 22503 0
[pid=841415/tid=841416] ppid=841413 vsize=199632 memory=164 CPUtime=0 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 164247679 204423168 22329 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 209560 KiB
Current children cumulated memory: 92028 KiB

[startup+6.30038 s]
/proc/loadavg: 4.16 4.21 4.22 5/250 841416
/proc/meminfo: memFree=126051104/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=204052 memory=90172 CPUtime=6.25 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 29422 0 0 0 580 45 0 0 20 0 2 0 164247644 208949248 22543 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 51013 22543 3820 46 0 23608 0
[pid=841415/tid=841416] ppid=841413 vsize=204052 memory=2712 CPUtime=0 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 164247679 208949248 22543 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 213980 KiB
Current children cumulated memory: 92884 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.20 4.21 5/250 841418
/proc/meminfo: memFree=126047004/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=204052 memory=94120 CPUtime=12.64 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 40239 0 0 0 1206 58 0 0 20 0 2 0 164247644 208949248 23530 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 51013 23530 3820 46 0 23608 0
[pid=841415/tid=841416] ppid=841413 vsize=204052 memory=11596 CPUtime=0 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 164247679 208949248 23530 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 213980 KiB
Current children cumulated memory: 96832 KiB

[startup+25.5004 s]
/proc/loadavg: 4.18 4.21 4.22 6/250 841420
/proc/meminfo: memFree=126047060/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=204052 memory=94336 CPUtime=25.41 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 51804 0 0 0 2459 82 0 0 20 0 2 0 164247644 208949248 23584 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 51013 23584 3820 46 0 23608 0
[pid=841415/tid=841416] ppid=841413 vsize=204052 memory=2712 CPUtime=0.01 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 164247679 208949248 23584 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 213980 KiB
Current children cumulated memory: 97048 KiB

[startup+51.1129 s]
/proc/loadavg: 4.12 4.20 4.21 5/250 841425
/proc/meminfo: memFree=126038024/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=211232 memory=100508 CPUtime=50.96 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 73464 0 0 0 4978 118 0 0 20 0 2 0 164247644 216301568 25127 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 52808 25127 3820 46 0 25403 0
[pid=841415/tid=841416] ppid=841413 vsize=211232 memory=11596 CPUtime=0.04 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 41 0 0 0 1 3 0 0 20 0 2 0 164247679 216301568 25127 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 221160 KiB
Current children cumulated memory: 103220 KiB

[startup+102.3 s]
/proc/loadavg: 4.50 4.28 4.24 5/252 841437
/proc/meminfo: memFree=125901908/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=222908 memory=110748 CPUtime=102.03 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 89440 0 0 0 10027 176 0 0 20 0 2 0 164247644 228257792 27687 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 55727 27687 3820 46 0 28322 0
[pid=841415/tid=841416] ppid=841413 vsize=222908 memory=2712 CPUtime=0.1 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 51 0 0 0 3 7 0 0 20 0 2 0 164247679 228257792 27687 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 232836 KiB
Current children cumulated memory: 113460 KiB

[startup+162.3 s]
/proc/loadavg: 4.97 4.47 4.31 5/251 841447
/proc/meminfo: memFree=125836608/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=222908 memory=111348 CPUtime=161.89 cores=0,2

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

/proc/841415/statm: 81039 51835 3820 46 0 53634 0
[pid=841415/tid=841416] ppid=841413 vsize=324156 memory=11596 CPUtime=3.42 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 223 0 0 0 97 245 0 0 20 0 2 0 164247679 331935744 51835 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3154.87 s
Current children cumulated vsize: 334084 KiB
Current children cumulated memory: 210052 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.12 4.11 5/252 843178
/proc/meminfo: memFree=123259556/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=324156 memory=207344 CPUtime=3214.75 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 458561 0 0 0 319188 2287 0 0 20 0 2 0 164247644 331935744 51836 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 81039 51836 3820 46 0 53634 0
[pid=841415/tid=841416] ppid=841413 vsize=324156 memory=2712 CPUtime=3.49 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 225 0 0 0 99 250 0 0 20 0 2 0 164247679 331935744 51836 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3214.75 s
Current children cumulated vsize: 334084 KiB
Current children cumulated memory: 210056 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.11 4.10 5/250 843188
/proc/meminfo: memFree=123258132/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=324604 memory=207728 CPUtime=3274.61 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 460049 0 0 0 325139 2322 0 0 20 0 2 0 164247644 332394496 51932 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 81151 51932 3820 46 0 53746 0
[pid=841415/tid=841416] ppid=841413 vsize=324604 memory=2712 CPUtime=3.56 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 227 0 0 0 101 255 0 0 20 0 2 0 164247679 332394496 51932 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3274.61 s
Current children cumulated vsize: 334532 KiB
Current children cumulated memory: 210440 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.15 4.11 5/251 843199
/proc/meminfo: memFree=123252728/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=324604 memory=207784 CPUtime=3334.48 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 460563 0 0 0 331091 2357 0 0 20 0 2 0 164247644 332394496 51946 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 81151 51946 3820 46 0 53746 0
[pid=841415/tid=841416] ppid=841413 vsize=324604 memory=2220 CPUtime=3.62 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 229 0 0 0 102 260 0 0 20 0 2 0 164247679 332394496 51946 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3334.48 s
Current children cumulated vsize: 334532 KiB
Current children cumulated memory: 210496 KiB

[startup+3402.3 s]
/proc/loadavg: 3.20 3.91 4.03 2/223 843303
/proc/meminfo: memFree=127482580/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=324792 memory=207904 CPUtime=3394.36 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 462050 0 0 0 337041 2395 0 0 20 0 2 0 164247644 332587008 51976 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 81198 51976 3820 46 0 53793 0
[pid=841415/tid=841416] ppid=841413 vsize=324792 memory=11596 CPUtime=3.69 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 231 0 0 0 104 265 0 0 20 0 2 0 164247679 332587008 51976 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3394.36 s
Current children cumulated vsize: 334720 KiB
Current children cumulated memory: 210616 KiB

[startup+3462.3 s]
/proc/loadavg: 1.93 3.41 3.85 2/223 843314
/proc/meminfo: memFree=127482468/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=324792 memory=207968 CPUtime=3454.25 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 462265 0 0 0 342998 2427 0 0 20 0 2 0 164247644 332587008 51992 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 81198 51992 3820 46 0 53793 0
[pid=841415/tid=841416] ppid=841413 vsize=324792 memory=11596 CPUtime=3.74 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 233 0 0 0 105 269 0 0 20 0 2 0 164247679 332587008 51992 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3454.25 s
Current children cumulated vsize: 334720 KiB
Current children cumulated memory: 210680 KiB

[startup+3522.3 s]
/proc/loadavg: 1.46 3.00 3.68 2/223 843324
/proc/meminfo: memFree=127479712/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=325292 memory=210420 CPUtime=3514.14 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 463405 0 0 0 348962 2452 0 0 20 0 2 0 164247644 333099008 52605 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 81323 52605 3820 46 0 53918 0
[pid=841415/tid=841416] ppid=841413 vsize=325292 memory=210420 CPUtime=3.8 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 235 0 0 0 106 274 0 0 20 0 2 0 164247679 333099008 52605 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3514.14 s
Current children cumulated vsize: 335220 KiB
Current children cumulated memory: 213132 KiB

[startup+3582.3 s]
/proc/loadavg: 1.22 2.65 3.52 2/223 843334
/proc/meminfo: memFree=127479400/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=325292 memory=210500 CPUtime=3574.04 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 463677 0 0 0 354910 2494 0 0 20 0 2 0 164247644 333099008 52625 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 81323 52625 3820 46 0 53918 0
[pid=841415/tid=841416] ppid=841413 vsize=325292 memory=11884 CPUtime=3.86 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 237 0 0 0 108 278 0 0 20 0 2 0 164247679 333099008 52625 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3574.04 s
Current children cumulated vsize: 335220 KiB
Current children cumulated memory: 213212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.3 s]
/proc/loadavg: 1.13 2.49 3.43 2/223 843337
/proc/meminfo: memFree=127479260/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=325292 memory=210504 CPUtime=3600 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 464112 0 0 0 357489 2511 0 0 20 0 2 0 164247644 333099008 52626 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 81323 52626 3820 46 0 53918 0
[pid=841415/tid=841416] ppid=841413 vsize=325292 memory=32868 CPUtime=3.88 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 237 0 0 0 108 280 0 0 20 0 2 0 164247679 333099008 52626 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 335220 KiB
Current children cumulated memory: 213216 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3574.9 s, system=25.1151 s

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

[startup+3608.3 s]
/proc/loadavg: 1.13 2.49 3.43 2/223 843337
/proc/meminfo: memFree=127479260/131655788 swapFree=131071996/131071996
[pid=841413] ppid=841410 vsize=9928 memory=2712 CPUtime=0 cores=0,2
/proc/841413/stat : 841413 (run-glibc-2.34.) S 841410 841413 836455 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 164247644 10166272 678 134679101440 93969157656576 93969158735896 140732001311664 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93969160834352 93969160881540 93969184428032 140732001313727 140732001313884 140732001313884 140732001320899 0
/proc/841413/statm: 2482 678 598 264 0 133 0
[pid=841415] ppid=841413 vsize=325292 memory=210504 CPUtime=3600 cores=0,2
/proc/841415/stat : 841415 (ld-linux-x86-64) R 841413 841413 836455 0 -1 4194304 464112 0 0 0 357489 2511 0 0 20 0 2 0 164247644 333099008 52626 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
/proc/841415/statm: 81323 52626 3820 46 0 53918 0
[pid=841415/tid=841416] ppid=841413 vsize=325292 memory=32868 CPUtime=3.88 cores=0,2
/proc/841415/task/841416/stat : 841416 (ld-linux-x86-64) S 841413 841413 836455 0 -1 1077936192 237 0 0 0 108 280 0 0 20 0 2 0 164247679 333099008 52626 134679101440 140299150024704 140299150212316 140729214939728 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140299152313216 140299152322664 93824995037184 140729214944087 140729214944251 140729214944251 140729214951346 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 335220 KiB
Current children cumulated memory: 213216 KiB

Child status: 143

Real time (s): 3608.31
CPU time (s): 3600.01
CPU user time (s): 3574.9
CPU system time (s): 25.1151
CPU usage (%): 99.7701
Max. virtual memory (cumulated for all children) (KiB): 335220
Max. memory (cumulated for all children) (KiB): 213216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3574.9
system time used= 25.1151
maximum resident set size= 210528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 464329
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= 354620
involuntary context switches= 25191


# summary of solver processes directly reported to runsolver:
#   pid: 841413
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3574.9
#   total CPU system time (s): 25.1151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3901 second user time and 36.1442 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-16 11:08:47
IDJOB=4431213
IDBENCH=155380
IDSOLVER=3055
FILE ID=nodeC003/4431213-1721120915
RUNJOBID= nodeC003-1721113478-836465
SLURM_JOB_ID= 7505646
Free space on /tmp= 723628 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-circ10-3.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431213-1721120915/watcher-4431213-1721120915 -o /tmp/evaluation-result-4431213-1721120915/solver-4431213-1721120915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721113478-836465 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431213-1721120915.opb

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

MD5SUM BENCH= e9a18706671e83c85382be3233ac0f60
RANDOM SEED=1735507139

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		: 3507.672
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		: 3523.490
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.217
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.256
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		: 3651.433
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		: 3662.785
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.259
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.263
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:        126127948 kB
MemAvailable:   128492900 kB
Buffers:          412660 kB
Cached:          2768320 kB
SwapCached:            0 kB
Active:           719956 kB
Inactive:        4222368 kB
Active(anon):       1508 kB
Inactive(anon):  1797572 kB
Active(file):     718448 kB
Inactive(file):  2424796 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             44484 kB
Writeback:             0 kB
AnonPages:       1761380 kB
Mapped:           122452 kB
Shmem:             37704 kB
KReclaimable:     123480 kB
Slab:             223860 kB
SReclaimable:     123480 kB
SUnreclaim:       100380 kB
KernelStack:        4028 kB
PageTables:        13516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2235336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52288 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 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= 723740 MiB
End job on nodeC003 at 2024-07-16 12:08:56