Trace number 4434899

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.23 3612.01

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_ic.opb
MD5SUM6f676becb9e8baff21bbed56e9641b4e
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 benchmark20172513
Best CPU time to get the best result obtained on this benchmark3600.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 179144885896
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 179144885896
Number of bits of the biggest sum of numbers38
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)
12.86/12.93	c Default LC presolving (default).
12.86/12.97	c ** Before presolving: virtualMemUsedAtLc = 7565371844, getVmSize() = 4891340800, SCIPgetMemUsed() = 4526336302, SCIPgetMemTotal() = 4694191502, SCIPgetMemExternEstim() = 2871180342
12.86/12.97	c ** set memory limit for presolving in LC to 8.79382e+12 for SCIP **
101.68/102.03	c ** Estimated virtualMemUsedAtSolver = 6740028097, getVmSize() = 8744398848, SCIPgetMemUsed() = 6002844236, SCIPgetMemTotal() = 7238861804, SCIPgetMemExternEstim() = 2871180342
101.68/102.03	c ** set memory limit for solvers to 4.39784e+12 for each SCIP **
101.68/102.03	c Original Problem   :
101.68/102.03	c   Problem name     : instance-4434899-1721146516
101.68/102.03	c   Variables        : 1000400 (1000400 binary, 0 integer, 0 implicit integer, 0 continuous)
101.68/102.03	c   Constraints      : 2000307
101.68/102.03	c   Objective sense  : minimize
101.68/102.03	c Presolved Problem  :
101.68/102.03	c   Variables        : 500150 (500150 binary, 0 integer, 0 implicit integer, 0 continuous)
101.68/102.03	c   Constraints      : 500454
101.68/102.03	c Constraints        : Number
101.68/102.03	c   knapsack         : 5250 
101.68/102.03	c   setppc           : 101 
101.68/102.03	c   and              : 490050 
101.68/102.03	c   linear           : 3 
101.68/102.03	c   logicor          : 5050 
101.68/102.03	c ** Instance transfer method used: 0
103.67/104.07	c ** ParaScipInstance copy does not increase the number of variables. **
106.15/106.59	c LC is working with racing ramp-up and with rebuilding tree after racing.
106.15/106.59	c                                Nodes    Active                                            
106.15/106.59	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3589.99/3601.79	c      3602              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3595.77/3607.56	c SCIP Status        : c solving was interrupted [hard time limit reached]
3595.77/3607.56	c Total Time         : 3607.5600
3595.77/3607.56	c   solving          : 3607.5600
3595.77/3607.56	c   presolving       : 89.0568 (included in solving)
3595.77/3607.56	c B&B Tree           :
3595.77/3607.56	c   nodes (total)    : 1
3595.77/3607.56	c Solution           :
3595.77/3607.56	c   Solutions found  : 0
3595.77/3607.56	c   Primal Bound     :          -
3595.77/3607.56	c   Dual Bound       :          -
3595.77/3607.56	c Gap                :          -

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=853815, runsolver pid=853812

[startup+0.100097 s]*
/proc/loadavg: 4.12 4.14 4.13 5/248 853816
/proc/meminfo: memFree=102063792/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=69900 memory=56860 CPUtime=0.11 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 12159 0 0 0 9 2 0 0 20 0 1 0 166808114 71577600 14215 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 17475 14215 2318 3032 0 13875 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 69900 KiB
Current children cumulated memory: 56860 KiB

[startup+0.213377 s]*
/proc/loadavg: 4.12 4.14 4.13 5/248 853816
/proc/meminfo: memFree=101981968/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=108368 memory=95124 CPUtime=0.22 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 21736 0 0 0 18 4 0 0 20 0 1 0 166808114 110968832 23781 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 27092 23781 2318 3032 0 23492 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 108368 KiB
Current children cumulated memory: 95124 KiB

[startup+0.31336 s]*
/proc/loadavg: 4.12 4.14 4.13 5/248 853816
/proc/meminfo: memFree=101898612/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=148508 memory=135688 CPUtime=0.32 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 31852 0 0 0 27 5 0 0 20 0 1 0 166808114 152072192 33922 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 37127 33922 2318 3032 0 33527 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 148508 KiB
Current children cumulated memory: 135688 KiB

[startup+0.700325 s]
/proc/loadavg: 4.12 4.14 4.13 5/248 853816
/proc/meminfo: memFree=101731480/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=297392 memory=284648 CPUtime=0.68 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 69086 0 0 0 58 10 0 0 20 0 1 0 166808114 304529408 71162 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 74348 71162 2318 3032 0 70748 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 297392 KiB
Current children cumulated memory: 284648 KiB

[startup+1.50032 s]
/proc/loadavg: 4.12 4.14 4.13 5/248 853816
/proc/meminfo: memFree=101335796/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=617868 memory=604032 CPUtime=1.49 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 147921 0 0 0 127 22 0 0 20 0 1 0 166808114 632696832 151008 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 154467 151008 2318 3032 0 150867 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 617868 KiB
Current children cumulated memory: 604032 KiB

[startup+3.11323 s]
/proc/loadavg: 4.11 4.14 4.13 5/248 853816
/proc/meminfo: memFree=99702176/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=1260472 memory=1245436 CPUtime=3.1 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 304714 0 0 0 265 45 0 0 20 0 1 0 166808114 1290723328 311359 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 315118 311359 2318 3032 0 311518 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1260472 KiB
Current children cumulated memory: 1245436 KiB

[startup+6.30029 s]
/proc/loadavg: 4.11 4.14 4.13 5/248 853817
/proc/meminfo: memFree=98441120/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=1999068 memory=1985496 CPUtime=6.27 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 469801 0 0 0 555 72 0 0 20 0 1 0 166808114 2047045632 496374 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 499767 496374 2318 3032 0 496167 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1999068 KiB
Current children cumulated memory: 1985496 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.14 4.13 5/248 853817
/proc/meminfo: memFree=93137996/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=4710788 memory=4696180 CPUtime=12.66 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 1063958 0 0 0 1104 162 0 0 20 0 1 0 166808114 4823846912 1174045 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 1177697 1174045 2558 3032 0 1174097 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 4710788 KiB
Current children cumulated memory: 4696180 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.14 4.13 5/246 853820
/proc/meminfo: memFree=92979916/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=6912524 memory=6832036 CPUtime=25.42 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 1192169 0 0 0 2302 240 0 0 20 0 1 0 166808114 7078424576 1708009 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 1728131 1708009 2702 3032 0 1724531 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 6912524 KiB
Current children cumulated memory: 6832036 KiB

[startup+51.1133 s]
/proc/loadavg: 4.10 4.13 4.13 5/247 853872
/proc/meminfo: memFree=99849392/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=7846584 memory=7768380 CPUtime=50.93 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 1545021 0 0 0 4785 308 0 0 20 0 1 0 166808114 8034902016 1942095 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 1961646 1942095 2734 3032 0 1958046 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 7846584 KiB
Current children cumulated memory: 7768380 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.13 4.12 5/247 853883
/proc/meminfo: memFree=97392100/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=8613184 memory=8238572 CPUtime=101.97 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 1564669 0 0 0 9875 322 0 0 20 0 2 0 166808114 8819900416 2059643 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 2153296 2059643 2782 3032 0 2133344 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 8613184 KiB
Current children cumulated memory: 8238572 KiB

[startup+162.3 s]
/proc/loadavg: 4.21 4.15 4.13 5/249 853895
/proc/meminfo: memFree=88705872/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13679264 memory=13206540 CPUtime=161.8 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 3062249 0 0 0 15617 563 0 0 20 0 3 0 166808114 14007566336 3301635 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3419816 3301635 2830 3032 0 3389436 0
[pid=853815/tid=853884] ppid=853812 vsize=13679264 memory=2648 CPUtime=58.05 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 1361436 0 0 0 5585 220 0 0 20 0 3 0 166818318 14007566336 3301635 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13679264 memory=12729832 CPUtime=0 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 166818777 14007566336 3301635 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 13679264 KiB
Current children cumulated memory: 13206540 KiB

[startup+222.3 s]
/proc/loadavg: 4.35 4.18 4.14 5/249 853906
/proc/meminfo: memFree=88699608/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13679264 memory=13206716 CPUtime=221.58 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 3276869 0 0 0 21585 573 0 0 20 0 3 0 166808114 14007566336 3301679 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3419816 3301679 2830 3032 0 3389436 0
[pid=853815/tid=853884] ppid=853812 vsize=13679264 memory=11600 CPUtime=117.84 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 1576048 0 0 0 11553 231 0 0 20 0 3 0 166818318 14007566336 3301679 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13679264 memory=-6656999100336225130 CPUtime=0 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 166818777 14007566336 3301679 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 13679264 KiB
Current children cumulated memory: 13206716 KiB

[startup+282.3 s]
/proc/loadavg: 4.73 4.33 4.19 5/249 853916
/proc/meminfo: memFree=88600768/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13679264 memory=13206732 CPUtime=281.39 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 3635346 0 0 0 27546 593 0 0 20 0 3 0 166808114 14007566336 3301683 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3419816 3301683 2830 3032 0 3389436 0
[pid=853815/tid=853884] ppid=853812 vsize=13679264 memory=13206732 CPUtime=177.64 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 1934508 0 0 0 17514 250 0 0 20 0 3 0 166818318 14007566336 3301683 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13679264 memory=13206716 CPUtime=0 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 166818777 14007566336 3301683 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 13679264 KiB
Current children cumulated memory: 13206732 KiB

[startup+342.3 s]
/proc/loadavg: 4.33 4.29 4.18 5/251 853930
/proc/meminfo: memFree=88572836/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13679264 memory=13217460 CPUtime=341.2 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 3997594 0 0 0 33508 612 0 0 20 0 3 0 166808114 14007566336 3304365 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3419816 3304365 2830 3032 0 3392109 0
[pid=853815/tid=853884] ppid=853812 vsize=13679264 memory=13206716 CPUtime=237.45 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 2296899 0 0 0 23475 270 0 0 20 0 3 0 166818318 14007566336 3304365 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13679264 memory=13217460 CPUtime=0 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 3 0 166818777 14007566336 3304365 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 13679264 KiB
Current children cumulated memory: 13217460 KiB


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

/proc/loadavg: 4.47 4.35 4.24 5/249 855741
/proc/meminfo: memFree=93739556/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13875872 memory=13370760 CPUtime=3092.3 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 11300772 0 0 0 308005 1225 0 0 20 0 3 0 166808114 14208892928 3342690 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3468968 3342690 2830 3032 0 3430530 0
[pid=853815/tid=853884] ppid=853812 vsize=13875872 memory=13369100 CPUtime=2988.5 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 9598900 0 0 0 297971 879 0 0 20 0 3 0 166818318 14208892928 3342690 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13875872 memory=13370748 CPUtime=0.06 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 1067 0 0 0 2 4 0 0 20 0 3 0 166818777 14208892928 3342690 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 3092.3 s
Current children cumulated vsize: 13875872 KiB
Current children cumulated memory: 13370760 KiB

[startup+3162.3 s]
/proc/loadavg: 4.21 4.30 4.23 5/249 855751
/proc/meminfo: memFree=93728396/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13875872 memory=13372784 CPUtime=3152.1 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 11427284 0 0 0 313973 1237 0 0 20 0 3 0 166808114 14208892928 3343196 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3468968 3343196 2830 3032 0 3430978 0
[pid=853815/tid=853884] ppid=853812 vsize=13875872 memory=13369100 CPUtime=3048.29 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 9725395 0 0 0 303939 890 0 0 20 0 3 0 166818318 14208892928 3343196 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13875872 memory=13372780 CPUtime=0.06 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 1084 0 0 0 2 4 0 0 20 0 3 0 166818777 14208892928 3343196 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 3152.1 s
Current children cumulated vsize: 13875872 KiB
Current children cumulated memory: 13372784 KiB

[startup+3222.3 s]
/proc/loadavg: 4.24 4.29 4.23 5/249 855762
/proc/meminfo: memFree=93719092/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13875872 memory=13379556 CPUtime=3211.89 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 11554673 0 0 0 319941 1248 0 0 20 0 3 0 166808114 14208892928 3344889 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3468968 3344889 2830 3032 0 3432993 0
[pid=853815/tid=853884] ppid=853812 vsize=13875872 memory=13369100 CPUtime=3108.09 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 9852761 0 0 0 309908 901 0 0 20 0 3 0 166818318 14208892928 3344889 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13875872 memory=13379548 CPUtime=0.06 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 1107 0 0 0 2 4 0 0 20 0 3 0 166818777 14208892928 3344889 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 3211.89 s
Current children cumulated vsize: 13875872 KiB
Current children cumulated memory: 13379556 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.25 4.22 5/249 855772
/proc/meminfo: memFree=93708268/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13875872 memory=13381760 CPUtime=3271.7 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 11659885 0 0 0 325911 1259 0 0 20 0 3 0 166808114 14208892928 3345440 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3468968 3345440 2830 3032 0 3433537 0
[pid=853815/tid=853884] ppid=853812 vsize=13875872 memory=13380152 CPUtime=3167.88 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 9957950 0 0 0 315877 911 0 0 20 0 3 0 166818318 14208892928 3345440 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13875872 memory=13379556 CPUtime=0.06 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 1130 0 0 0 2 4 0 0 20 0 3 0 166818777 14208892928 3345440 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 3271.7 s
Current children cumulated vsize: 13875872 KiB
Current children cumulated memory: 13381760 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.28 4.23 5/251 855787
/proc/meminfo: memFree=93700832/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13875872 memory=13384284 CPUtime=3331.49 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 11786297 0 0 0 331878 1271 0 0 20 0 3 0 166808114 14208892928 3346071 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3468968 3346071 2830 3032 0 3434161 0
[pid=853815/tid=853884] ppid=853812 vsize=13875872 memory=5512 CPUtime=3227.68 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 10084338 0 0 0 321844 924 0 0 20 0 3 0 166818318 14208892928 3346071 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13875872 memory=-6656999100336225130 CPUtime=0.06 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 1154 0 0 0 2 4 0 0 20 0 3 0 166818777 14208892928 3346071 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 3331.49 s
Current children cumulated vsize: 13875872 KiB
Current children cumulated memory: 13384284 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.24 4.22 5/251 855797
/proc/meminfo: memFree=93688448/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13875872 memory=13386232 CPUtime=3391.28 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 11912868 0 0 0 337843 1285 0 0 20 0 3 0 166808114 14208892928 3346558 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3468968 3346558 2830 3032 0 3434641 0
[pid=853815/tid=853884] ppid=853812 vsize=13875872 memory=13385904 CPUtime=3287.47 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 10210886 0 0 0 327809 938 0 0 20 0 3 0 166818318 14208892928 3346558 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13875872 memory=13386228 CPUtime=0.06 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 1177 0 0 0 2 4 0 0 20 0 3 0 166818777 14208892928 3346558 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 3391.28 s
Current children cumulated vsize: 13875872 KiB
Current children cumulated memory: 13386232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.23 4.21 5/251 855808
/proc/meminfo: memFree=93682288/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13875872 memory=13389780 CPUtime=3451.08 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 12040828 0 0 0 343811 1297 0 0 20 0 3 0 166808114 14208892928 3347445 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3468968 3347445 2830 3032 0 3435521 0
[pid=853815/tid=853884] ppid=853812 vsize=13875872 memory=13385904 CPUtime=3347.27 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 10338828 0 0 0 333777 950 0 0 20 0 3 0 166818318 14208892928 3347445 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13875872 memory=13388752 CPUtime=0.06 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 1195 0 0 0 2 4 0 0 20 0 3 0 166818777 14208892928 3347445 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 3451.08 s
Current children cumulated vsize: 13875872 KiB
Current children cumulated memory: 13389780 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.20 4.20 5/251 855818
/proc/meminfo: memFree=93676004/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13875872 memory=13392308 CPUtime=3510.87 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 12169665 0 0 0 349776 1311 0 0 20 0 3 0 166808114 14208892928 3348077 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3468968 3348077 2830 3032 0 3436145 0
[pid=853815/tid=853884] ppid=853812 vsize=13875872 memory=13389780 CPUtime=3407.06 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 10467642 0 0 0 339742 964 0 0 20 0 3 0 166818318 14208892928 3348077 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13875872 memory=13390368 CPUtime=0.06 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 1218 0 0 0 2 4 0 0 20 0 3 0 166818777 14208892928 3348077 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 3510.87 s
Current children cumulated vsize: 13875872 KiB
Current children cumulated memory: 13392308 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.17 4.19 5/251 855830
/proc/meminfo: memFree=93661920/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=13875872 memory=13394832 CPUtime=3570.66 cores=4,6
/proc/853815/stat : 853815 (fscip) S 853812 853815 851666 0 -1 1077936128 12278955 0 0 0 355741 1325 0 0 20 0 3 0 166808114 14208892928 3348708 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 3468968 3348708 2830 3032 0 3436769 0
[pid=853815/tid=853884] ppid=853812 vsize=13875872 memory=32180 CPUtime=3466.84 cores=4,6
/proc/853815/task/853884/stat : 853884 (fscip) R 853812 853815 851666 0 -1 4194368 10576908 0 0 0 345707 977 0 0 20 0 3 0 166818318 14208892928 3348708 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
[pid=853815/tid=853886] ppid=853812 vsize=13875872 memory=6720667657747840872 CPUtime=0.06 cores=4,6
/proc/853815/task/853886/stat : 853886 (fscip) S 853812 853815 851666 0 -1 1077936192 1242 0 0 0 2 4 0 0 20 0 3 0 166818777 14208892928 3348708 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
Current children cumulated CPU time: 3570.66 s
Current children cumulated vsize: 13875872 KiB
Current children cumulated memory: 13394832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.8 s]
/proc/loadavg: 4.12 4.17 4.18 5/247 855835
/proc/meminfo: memFree=102093468/131655788 swapFree=131071996/131071996
[pid=853815] ppid=853812 vsize=9581232 memory=9188276 CPUtime=3600.02 cores=4,6
/proc/853815/stat : 853815 (fscip) R 853812 853815 851666 0 -1 4194304 14005230 0 0 0 358550 1452 0 0 20 0 1 0 166808114 9811181568 2297069 134679101440 4194304 16613245 140732912568880 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 41476096 140732912575509 140732912575625 140732912575625 140732912582640 0
/proc/853815/statm: 2395308 2297069 2878 3032 0 2372503 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 9581232 KiB
Current children cumulated memory: 9188276 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.51 s, system=14.7232 s

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

[startup+3612.01 s]*
/proc/loadavg: 4.12 4.17 4.18 6/244 855852
/proc/meminfo: memFree=120392904/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.01
CPU time (s): 3600.23
CPU user time (s): 3585.51
CPU system time (s): 14.7232
CPU usage (%): 99.6738
Max. virtual memory (cumulated for all children) (KiB): 13941408
Max. memory (cumulated for all children) (KiB): 13461456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.51
system time used= 14.7232
maximum resident set size= 13461456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14005230
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= 3626
involuntary context switches= 3812


# summary of solver processes directly reported to runsolver:
#   pid: 853815
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3585.51
#   total CPU system time (s): 14.7232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.7377 second user time and 34.7086 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-16 18:15:29
IDJOB=4434899
IDBENCH=155761
IDSOLVER=3064
FILE ID=nodeC008/4434899-1721146516
RUNJOBID= nodeC008-1721142923-851677
SLURM_JOB_ID= 7505729
Free space on /tmp= 723296 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_2_ic.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-4434899-1721146516/watcher-4434899-1721146516 -o /tmp/evaluation-result-4434899-1721146516/solver-4434899-1721146516 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721142923-851677 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434899-1721146516.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 6f676becb9e8baff21bbed56e9641b4e
RANDOM SEED=248847283

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        102171020 kB
MemAvailable:   103021124 kB
Buffers:          441960 kB
Cached:          1245088 kB
SwapCached:            0 kB
Active:           910952 kB
Inactive:       27983708 kB
Active(anon):       1476 kB
Inactive(anon): 27243844 kB
Active(file):     909476 kB
Inactive(file):   739864 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            256232 kB
Writeback:             4 kB
AnonPages:      27207728 kB
Mapped:           136556 kB
Shmem:             37704 kB
KReclaimable:      81588 kB
Slab:             177132 kB
SReclaimable:      81588 kB
SUnreclaim:        95544 kB
KernelStack:        3968 kB
PageTables:        62416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18325796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52992 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5785600 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723556 MiB
End job on nodeC008 at 2024-07-16 19:15:41