Trace number 4434850

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
FiberSCIP 2024-07-02? (TO) 3600.1 3615.5

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_11_shg.opb
MD5SUM1fbef458f61b2221fcf0474a376c4852
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 benchmark64
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15008
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint65
Maximum length of a constraint90
Number of terms in the objective function 15008
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 15008
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15008
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
2.18/2.25	c Default LC presolving (default).
2.18/2.25	c ** Before presolving: virtualMemUsedAtLc = 1045323018, getVmSize() = 809295872, SCIPgetMemUsed() = 552543529, SCIPgetMemTotal() = 777954593, SCIPgetMemExternEstim() = 267368425
2.18/2.25	c ** set memory limit for presolving in LC to 8.79578e+12 for SCIP **
23.02/23.17	c ** Estimated virtualMemUsedAtSolver = 2990189629, getVmSize() = 4490584064, SCIPgetMemUsed() = 2344491107, SCIPgetMemTotal() = 4217916019, SCIPgetMemExternEstim() = 267368425
23.02/23.17	c ** set memory limit for solvers to 4.39796e+12 for each SCIP **
23.02/23.17	c Original Problem   :
23.02/23.17	c   Problem name     : instance-4434850-1721130040
23.02/23.17	c   Variables        : 15008 (15008 binary, 0 integer, 0 implicit integer, 0 continuous)
23.02/23.17	c   Constraints      : 65280
23.02/23.17	c   Objective sense  : minimize
23.02/23.17	c Presolved Problem  :
23.02/23.17	c   Variables        : 15008 (15008 binary, 0 integer, 0 implicit integer, 0 continuous)
23.02/23.17	c   Constraints      : 65280
23.02/23.17	c Constraints        : Number
23.02/23.17	c   logicor          : 65280 
23.02/23.17	c ** Instance transfer method used: 0
23.42/23.59	c ** ParaScipInstance copy does not increase the number of variables. **
23.81/23.97	c LC is working with racing ramp-up and with rebuilding tree after racing.
23.81/23.97	c                                Nodes    Active                                            
23.81/23.97	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
36.29/36.53	c *      37              0           1         1          80.0000                -          -
36.29/36.53	c        37              0           1         1          80.0000                -          -

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: 63931 MiB (58200 MiB free)
  memory of node 1: 64510 MiB (52059 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434850-1721130040/watcher-4434850-1721130040 -o /tmp/evaluation-result-4434850-1721130040/solver-4434850-1721130040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721122498-850731 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4434850-1721130040.opb -qsol -t 3600 -sth 1 

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=855041, runsolver pid=855038
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 4.16 4.15 4.13 5/264 855042
/proc/meminfo: memFree=112875864/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=50848 memory=38776 CPUtime=0.1 cores=0,2
/proc/855041/stat : 855041 (fscip) R 855038 855041 850721 0 -1 4194304 7621 0 0 0 9 1 0 0 20 0 1 0 165173727 52068352 9694 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 12712 9694 2318 3032 0 9112 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 50848 KiB
Current children cumulated memory: 38776 KiB

[startup+0.205747 s]*
/proc/loadavg: 4.16 4.15 4.13 5/264 855042
/proc/meminfo: memFree=112862592/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=64788 memory=52764 CPUtime=0.2 cores=0,2
/proc/855041/stat : 855041 (fscip) R 855038 855041 850721 0 -1 4194304 11132 0 0 0 19 1 0 0 20 0 1 0 165173727 66342912 13191 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 16197 13191 2318 3032 0 12597 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 64788 KiB
Current children cumulated memory: 52764 KiB

[startup+0.305812 s]*
/proc/loadavg: 4.16 4.15 4.13 5/264 855042
/proc/meminfo: memFree=112852372/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=75140 memory=63060 CPUtime=0.3 cores=0,2
/proc/855041/stat : 855041 (fscip) R 855038 855041 850721 0 -1 4194304 13660 0 0 0 29 1 0 0 20 0 1 0 165173727 76943360 15765 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 18785 15765 2318 3032 0 15185 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 75140 KiB
Current children cumulated memory: 63060 KiB

[startup+0.700226 s]
/proc/loadavg: 4.16 4.15 4.13 5/264 855042
/proc/meminfo: memFree=112832668/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=116448 memory=104480 CPUtime=0.69 cores=0,2
/proc/855041/stat : 855041 (fscip) R 855038 855041 850721 0 -1 4194304 24059 0 0 0 66 3 0 0 20 0 1 0 165173727 119242752 26120 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 29112 26120 2318 3032 0 25512 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 116448 KiB
Current children cumulated memory: 104480 KiB

[startup+1.50023 s]
/proc/loadavg: 4.16 4.15 4.13 5/264 855042
/proc/meminfo: memFree=112778236/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=333436 memory=322024 CPUtime=1.49 cores=0,2
/proc/855041/stat : 855041 (fscip) R 855038 855041 850721 0 -1 4194304 78691 0 0 0 138 11 0 0 20 0 1 0 165173727 341438464 80506 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 83359 80506 2558 3032 0 79759 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 333436 KiB
Current children cumulated memory: 322024 KiB

[startup+3.10569 s]
/proc/loadavg: 4.16 4.15 4.13 5/264 855044
/proc/meminfo: memFree=112135500/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=933292 memory=806536 CPUtime=3.09 cores=0,2
/proc/855041/stat : 855041 (fscip) R 855038 855041 850721 0 -1 4194304 203862 0 0 0 279 30 0 0 20 0 1 0 165173727 955691008 201634 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 233323 201634 2606 3032 0 229723 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 933292 KiB
Current children cumulated memory: 806536 KiB

[startup+6.30022 s]
/proc/loadavg: 4.22 4.16 4.14 5/264 855044
/proc/meminfo: memFree=111963072/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=1105188 memory=1081880 CPUtime=6.27 cores=0,2
/proc/855041/stat : 855041 (fscip) R 855038 855041 850721 0 -1 4194304 264587 0 0 0 566 61 0 0 20 0 1 0 165173727 1131712512 270470 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 276297 270470 2686 3032 0 272697 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1105188 KiB
Current children cumulated memory: 1081880 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 4.18 4.14 5/264 855044
/proc/meminfo: memFree=110374696/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=2866228 memory=2536300 CPUtime=12.64 cores=0,2
/proc/855041/stat : 855041 (fscip) R 855038 855041 850721 0 -1 4194304 336578 0 0 0 1168 96 0 0 20 0 1 0 165173727 2935017472 634075 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 716557 634075 2734 3032 0 712957 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2866228 KiB
Current children cumulated memory: 2536300 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.20 4.15 5/266 855049
/proc/meminfo: memFree=108151396/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=5253696 memory=4754956 CPUtime=25.4 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 629856 0 0 0 2381 159 0 0 20 0 3 0 165173727 5379784704 1188739 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1313424 1188739 2782 3032 0 1299120 0
[pid=855041/tid=855048] ppid=855038 vsize=5253696 memory=3908252 CPUtime=1.88 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 201023 0 0 0 163 25 0 0 20 0 3 0 165176045 5379784704 1188739 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=5253696 memory=3798240 CPUtime=0 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 165176125 5379784704 1188739 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 5253696 KiB
Current children cumulated memory: 4754956 KiB

[startup+51.1063 s]
/proc/loadavg: 4.39 4.22 4.16 5/266 855052
/proc/meminfo: memFree=107160016/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=6262784 memory=5744612 CPUtime=50.76 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 808777 0 0 0 4852 224 0 0 20 0 3 0 165173727 6413090816 1436153 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1565696 1436153 2926 3032 0 1554064 0
[pid=855041/tid=855048] ppid=855038 vsize=6262784 memory=5744612 CPUtime=27.25 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 377890 0 0 0 2634 91 0 0 20 0 3 0 165176045 6413090816 1436153 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=6262784 memory=58188984 CPUtime=0 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 165176125 6413090816 1436153 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 50.76 s
Current children cumulated vsize: 6262784 KiB
Current children cumulated memory: 5744612 KiB

[startup+102.3 s]
/proc/loadavg: 4.43 4.26 4.18 5/266 855061
/proc/meminfo: memFree=107108804/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=6262784 memory=5744612 CPUtime=101.48 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 833631 0 0 0 9921 227 0 0 20 0 3 0 165173727 6413090816 1436153 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1565696 1436153 2926 3032 0 1554064 0
[pid=855041/tid=855048] ppid=855038 vsize=6262784 memory=5744612 CPUtime=77.97 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 402724 0 0 0 7703 94 0 0 20 0 3 0 165176045 6413090816 1436153 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=6262784 memory=12340 CPUtime=0 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 165176125 6413090816 1436153 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 101.48 s
Current children cumulated vsize: 6262784 KiB
Current children cumulated memory: 5744612 KiB

[startup+162.3 s]
/proc/loadavg: 4.21 4.23 4.17 5/266 855119
/proc/meminfo: memFree=109750016/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=6262784 memory=5744676 CPUtime=160.91 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 854594 0 0 0 15862 229 0 0 20 0 3 0 165173727 6413090816 1436169 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1565696 1436169 2942 3032 0 1554064 0
[pid=855041/tid=855048] ppid=855038 vsize=6262784 memory=5744676 CPUtime=137.39 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 423672 0 0 0 13644 95 0 0 20 0 3 0 165176045 6413090816 1436169 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=6262784 memory=5744676 CPUtime=0 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 165176125 6413090816 1436169 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 160.91 s
Current children cumulated vsize: 6262784 KiB
Current children cumulated memory: 5744676 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.21 4.17 5/265 855131
/proc/meminfo: memFree=109739876/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=6262784 memory=5744676 CPUtime=220.33 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 876134 0 0 0 21802 231 0 0 20 0 3 0 165173727 6413090816 1436169 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1565696 1436169 2942 3032 0 1554064 0
[pid=855041/tid=855048] ppid=855038 vsize=6262784 memory=5744676 CPUtime=196.81 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 445192 0 0 0 19584 97 0 0 20 0 3 0 165176045 6413090816 1436169 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=6262784 memory=5744676 CPUtime=0 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 3 0 165176125 6413090816 1436169 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 220.33 s
Current children cumulated vsize: 6262784 KiB
Current children cumulated memory: 5744676 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.19 4.17 5/265 855141
/proc/meminfo: memFree=109728012/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=6262784 memory=5744676 CPUtime=279.76 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 899729 0 0 0 27742 234 0 0 20 0 3 0 165173727 6413090816 1436169 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1565696 1436169 2942 3032 0 1554064 0
[pid=855041/tid=855048] ppid=855038 vsize=6262784 memory=5744676 CPUtime=256.23 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 468766 0 0 0 25523 100 0 0 20 0 3 0 165176045 6413090816 1436169 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=6262784 memory=5744676 CPUtime=0 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 82 0 0 0 0 0 0 0 20 0 3 0 165176125 6413090816 1436169 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 279.76 s
Current children cumulated vsize: 6262784 KiB
Current children cumulated memory: 5744676 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.17 4.16 5/262 855151

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

Current children cumulated memory: 6509420 KiB

[startup+3102.3 s]
/proc/loadavg: 3.17 3.31 3.70 4/255 856956
/proc/meminfo: memFree=111648760/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=7036380 memory=6524396 CPUtime=3088.55 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 3866038 0 0 0 308362 493 0 0 20 0 3 0 165173727 7205253120 1631099 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1759095 1631099 2942 3032 0 1750614 0
[pid=855041/tid=855048] ppid=855038 vsize=7036380 memory=6510748 CPUtime=3065 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 3434117 0 0 0 306144 356 0 0 20 0 3 0 165176045 7205253120 1631099 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=7036380 memory=6510580 CPUtime=0.03 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 1040 0 0 0 0 3 0 0 20 0 3 0 165176125 7205253120 1631099 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 3088.55 s
Current children cumulated vsize: 7036380 KiB
Current children cumulated memory: 6524396 KiB

[startup+3162.3 s]
/proc/loadavg: 3.17 3.28 3.66 5/255 856966
/proc/meminfo: memFree=111647280/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=7036380 memory=6524396 CPUtime=3148.34 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 3978753 0 0 0 314335 499 0 0 20 0 3 0 165173727 7205253120 1631099 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1759095 1631099 2942 3032 0 1750614 0
[pid=855041/tid=855048] ppid=855038 vsize=7036380 memory=6510748 CPUtime=3124.78 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 3546807 0 0 0 312117 361 0 0 20 0 3 0 165176045 7205253120 1631099 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=7036380 memory=6510580 CPUtime=0.03 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 1065 0 0 0 0 3 0 0 20 0 3 0 165176125 7205253120 1631099 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 3148.34 s
Current children cumulated vsize: 7036380 KiB
Current children cumulated memory: 6524396 KiB

[startup+3222.3 s]
/proc/loadavg: 3.06 3.23 3.62 4/255 856977
/proc/meminfo: memFree=111626076/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=7102652 memory=6542352 CPUtime=3208.12 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 4110433 0 0 0 320298 514 0 0 20 0 3 0 165173727 7273115648 1635588 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1775663 1635588 2942 3032 0 1767182 0
[pid=855041/tid=855048] ppid=855038 vsize=7102652 memory=6510748 CPUtime=3184.56 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 3678464 0 0 0 318080 376 0 0 20 0 3 0 165176045 7273115648 1635588 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=7102652 memory=6510580 CPUtime=0.03 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 1088 0 0 0 0 3 0 0 20 0 3 0 165176125 7273115648 1635588 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 3208.12 s
Current children cumulated vsize: 7102652 KiB
Current children cumulated memory: 6542352 KiB

[startup+3282.3 s]
/proc/loadavg: 2.78 3.13 3.56 3/246 857017
/proc/meminfo: memFree=117845508/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=7102652 memory=6542464 CPUtime=3267.92 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 4212112 0 0 0 326272 520 0 0 20 0 3 0 165173727 7273115648 1635616 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1775663 1635616 2942 3032 0 1767182 0
[pid=855041/tid=855048] ppid=855038 vsize=7102652 memory=6542368 CPUtime=3244.36 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 3780119 0 0 0 324054 382 0 0 20 0 3 0 165176045 7273115648 1635616 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=7102652 memory=6542464 CPUtime=0.03 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 1112 0 0 0 0 3 0 0 20 0 3 0 165176125 7273115648 1635616 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 3267.92 s
Current children cumulated vsize: 7102652 KiB
Current children cumulated memory: 6542464 KiB

[startup+3342.3 s]
/proc/loadavg: 2.39 2.96 3.47 3/244 857027
/proc/meminfo: memFree=117842944/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=7105204 memory=6545016 CPUtime=3327.73 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 4343839 0 0 0 332247 526 0 0 20 0 3 0 165173727 7275728896 1636254 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1776301 1636254 2942 3032 0 1767820 0
[pid=855041/tid=855048] ppid=855038 vsize=7105204 memory=6544884 CPUtime=3304.16 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 3911830 0 0 0 330028 388 0 0 20 0 3 0 165176045 7275728896 1636254 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=7105204 memory=6544492 CPUtime=0.03 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 1128 0 0 0 0 3 0 0 20 0 3 0 165176125 7275728896 1636254 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 3327.73 s
Current children cumulated vsize: 7105204 KiB
Current children cumulated memory: 6545016 KiB

[startup+3402.3 s]
/proc/loadavg: 2.18 2.80 3.38 3/244 857039
/proc/meminfo: memFree=117833864/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=7110844 memory=6550656 CPUtime=3387.55 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 4447034 0 0 0 338217 538 0 0 20 0 3 0 165173727 7281504256 1637664 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1777711 1637664 2942 3032 0 1769230 0
[pid=855041/tid=855048] ppid=855038 vsize=7110844 memory=6544492 CPUtime=3363.99 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 4015001 0 0 0 335999 400 0 0 20 0 3 0 165176045 7281504256 1637664 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=7110844 memory=6545016 CPUtime=0.03 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 1152 0 0 0 0 3 0 0 20 0 3 0 165176125 7281504256 1637664 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 3387.55 s
Current children cumulated vsize: 7110844 KiB
Current children cumulated memory: 6550656 KiB

[startup+3462.3 s]
/proc/loadavg: 2.19 2.69 3.31 3/244 857049
/proc/meminfo: memFree=117829072/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=7110844 memory=6554420 CPUtime=3447.36 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 4566351 0 0 0 344192 544 0 0 20 0 3 0 165173727 7281504256 1638605 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1777711 1638605 2942 3032 0 1769230 0
[pid=855041/tid=855048] ppid=855038 vsize=7110844 memory=6544492 CPUtime=3423.79 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 4134300 0 0 0 341973 406 0 0 20 0 3 0 165176045 7281504256 1638605 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=7110844 memory=6552776 CPUtime=0.03 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 1170 0 0 0 0 3 0 0 20 0 3 0 165176125 7281504256 1638605 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 3447.36 s
Current children cumulated vsize: 7110844 KiB
Current children cumulated memory: 6554420 KiB

[startup+3522.3 s]
/proc/loadavg: 2.17 2.59 3.23 4/244 857059
/proc/meminfo: memFree=117825100/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=7111452 memory=6557840 CPUtime=3507.18 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 4666445 0 0 0 350167 551 0 0 20 0 3 0 165173727 7282126848 1639460 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1777863 1639460 2942 3032 0 1769382 0
[pid=855041/tid=855048] ppid=855038 vsize=7111452 memory=6550656 CPUtime=3483.62 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 4234373 0 0 0 347949 413 0 0 20 0 3 0 165176045 7282126848 1639460 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=7111452 memory=6556020 CPUtime=0.03 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 1191 0 0 0 0 3 0 0 20 0 3 0 165176125 7282126848 1639460 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 3507.18 s
Current children cumulated vsize: 7111452 KiB
Current children cumulated memory: 6557840 KiB

[startup+3582.3 s]
/proc/loadavg: 2.17 2.52 3.16 3/244 857069
/proc/meminfo: memFree=117808200/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=7118968 memory=6574312 CPUtime=3567 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 4787506 0 0 0 356141 559 0 0 20 0 3 0 165173727 7289823232 1643578 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1779742 1643578 2942 3032 0 1771261 0
[pid=855041/tid=855048] ppid=855038 vsize=7118968 memory=12340 CPUtime=3543.43 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 4355412 0 0 0 353922 421 0 0 20 0 3 0 165176045 7289823232 1643578 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=7118968 memory=6574312 CPUtime=0.03 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 1213 0 0 0 0 3 0 0 20 0 3 0 165176125 7289823232 1643578 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 3567 s
Current children cumulated vsize: 7118968 KiB
Current children cumulated memory: 6574312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.4 s]
/proc/loadavg: 2.09 2.46 3.12 3/246 857080
/proc/meminfo: memFree=117806292/131524600 swapFree=131071996/131071996
[pid=855041] ppid=855038 vsize=7118968 memory=6575692 CPUtime=3600 cores=0,2
/proc/855041/stat : 855041 (fscip) S 855038 855041 850721 0 -1 1077936128 4841604 0 0 0 359438 562 0 0 20 0 3 0 165173727 7289823232 1643923 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
/proc/855041/statm: 1779742 1643923 2942 3032 0 1771261 0
[pid=855041/tid=855048] ppid=855038 vsize=7118968 memory=5492 CPUtime=3576.43 cores=0,2
/proc/855041/task/855048/stat : 855048 (fscip) R 855038 855041 850721 0 -1 4194368 4409501 0 0 0 357219 424 0 0 20 0 3 0 165176045 7289823232 1643923 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
[pid=855041/tid=855049] ppid=855038 vsize=7118968 memory=15976 CPUtime=0.04 cores=0,2
/proc/855041/task/855049/stat : 855049 (fscip) S 855038 855041 850721 0 -1 1077936192 1222 0 0 0 1 3 0 0 20 0 3 0 165176125 7289823232 1643923 134679101440 4194304 16613245 140725563164352 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 30285824 140725563171861 140725563171977 140725563171977 140725563178992 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 7118968 KiB
Current children cumulated memory: 6575692 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3615.5 s]
# the end of solver process 855041 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3594.39 s, system=5.71702 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3615.5
CPU time (s): 3600.1
CPU user time (s): 3594.39
CPU system time (s): 5.71702
CPU usage (%): 99.5742
Max. virtual memory (cumulated for all children) (KiB): 7118968
Max. memory (cumulated for all children) (KiB): 6575692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.39
system time used= 5.71702
maximum resident set size= 6607916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4841605
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= 3602
involuntary context switches= 27641


# summary of solver processes directly reported to runsolver:
#   pid: 855041
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3594.39
#   total CPU system time (s): 5.71702

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.95033 second user time and 16.0736 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-16 13:40:52
IDJOB=4434850
IDBENCH=155404
IDSOLVER=3064
FILE ID=nodeC033/4434850-1721130040
RUNJOBID= nodeC033-1721122498-850731
SLURM_JOB_ID= 7505674
Free space on /tmp= 889860 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_11_shg.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434850-1721130040/watcher-4434850-1721130040 -o /tmp/evaluation-result-4434850-1721130040/solver-4434850-1721130040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721122498-850731 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434850-1721130040.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 1fbef458f61b2221fcf0474a376c4852
RANDOM SEED=115972402

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112906176 kB
MemAvailable:   117874204 kB
Buffers:          438672 kB
Cached:          5307320 kB
SwapCached:            0 kB
Active:           792000 kB
Inactive:       17079956 kB
Active(anon):       1556 kB
Inactive(anon): 12162120 kB
Active(file):     790444 kB
Inactive(file):  4917836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             76568 kB
Writeback:             4 kB
AnonPages:      12123292 kB
Mapped:           139316 kB
Shmem:             37716 kB
KReclaimable:     198788 kB
Slab:             316372 kB
SReclaimable:     198788 kB
SUnreclaim:       117584 kB
KernelStack:        4240 kB
PageTables:        33948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10242792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62144 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4257792 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:      262868 kB
DirectMap2M:    25724928 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 889980 MiB
End job on nodeC033 at 2024-07-16 14:41:08