Trace number 4464358

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 NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30UNSAT 91.1881 91.5478

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900569834.opb
MD5SUMa809dae2e34e5b35a94e396e7d9ebfcb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.88112
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
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.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
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.4.0         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)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 27549696, getVmSize() = 27549696, SCIPgetMemUsed() = 4074302, SCIPgetMemTotal() = 5803206, SCIPgetMemExternEstim() = 2902814
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.00/0.04	c ** Estimated virtualMemUsedAtSolver = 20307968, getVmSize() = 33374208, SCIPgetMemUsed() = 5869111, SCIPgetMemTotal() = 10323639, SCIPgetMemExternEstim() = 2902814
0.00/0.04	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.04	c Original Problem   :
0.00/0.04	c   Problem name     : instance-4464358-1722378814
0.00/0.04	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 2707
0.00/0.04	c   Objective sense  : minimize
0.00/0.04	c Presolved Problem  :
0.00/0.04	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 2443
0.00/0.04	c Constraints        : Number
0.00/0.04	c   knapsack         : 1 
0.00/0.04	c   setppc           : 22 
0.00/0.04	c   logicor          : 2420 
0.00/0.04	c ** Instance transfer method used: 0
0.00/0.05	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.05	c                                Nodes    Active                                            
0.00/0.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.77/5.85	c         6           1428          18         1                -           0.0000          -
10.85/10.96	c        11           2692          30         1                -           0.0000          -
15.94/16.04	c        16           5625          50         1                -           0.0000          -
21.02/21.10	c        21           9667          54         1                -           0.0000          -
26.00/26.16	c        26          13117          55         1                -           0.0000          -
31.07/31.22	c        31          16236          59         1                -           0.0000          -
36.05/36.27	c        36          20264          56         1                -           0.0000          -
41.13/41.32	c        41          24085          51         1                -           0.0000          -
46.11/46.36	c        46          28334          52         1                -           0.0000          -
51.19/51.44	c        51          31948          62         1                -           0.0000          -
56.17/56.49	c        56          35604          37         1                -           0.0000          -
61.25/61.56	c        62          39097          33         1                -           0.0000          -
66.33/66.60	c        67          42500          31         1                -           0.0000          -
71.31/71.65	c        72          46492          28         1                -           0.0000          -
76.39/76.73	c        77          49869          54         1                -           0.0000          -
81.47/81.81	c        82          51970          41         1                -           0.0000          -
86.45/86.87	c        87          54351          31         1                -           0.0000          -
91.13/91.52	c        92          57078           0         0                -           0.0000          -
91.13/91.54	c        92          57078           0         0                -           0.0000          -
91.13/91.54	c SCIP Status        : c problem is solved [infeasible]
91.13/91.54	c Total Time         : 91.5300
91.13/91.54	c   solving          : 91.5300
91.13/91.54	c   presolving       : 0.0370 (included in solving)
91.13/91.54	c B&B Tree           :
91.13/91.54	c   nodes (total)    : 57078
91.13/91.54	c Solution           :
91.13/91.54	c   Solutions found  : 0
91.13/91.54	c   Primal Bound     :          -
91.13/91.54	c   Dual Bound       :          -
91.13/91.54	c Gap                :          -
91.13/91.54	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464358-1722378814/watcher-4464358-1722378814 -o /tmp/evaluation-result-4464358-1722378814/solver-4464358-1722378814 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1722378594-27903 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464358-1722378814.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
Current StackSize limit: 8192 KiB

solver pid=28121, runsolver pid=28118

[startup+0.100086 s]*
/proc/loadavg: 4.34 2.28 0.98 5/268 28124
/proc/meminfo: memFree=120756288/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=117464 memory=36840 CPUtime=0.1 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 6875 0 0 0 9 1 0 0 20 0 3 0 4479349 120283136 9210 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 29366 9210 2854 3035 0 12569 0
[pid=28121/tid=28123] ppid=28118 vsize=117464 memory=4026561586 CPUtime=0.04 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 3074 0 0 0 4 0 0 0 20 0 3 0 4479354 120283136 9210 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=117464 memory=232851243367 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4479355 120283136 9210 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 36840 KiB

[startup+0.205638 s]*
/proc/loadavg: 4.34 2.28 0.98 5/268 28124
/proc/meminfo: memFree=120747564/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=117464 memory=45668 CPUtime=0.2 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 9173 0 0 0 19 1 0 0 20 0 3 0 4479349 120283136 11417 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 29366 11417 2950 3035 0 14995 0
[pid=28121/tid=28123] ppid=28118 vsize=117464 memory=664970838410264707 CPUtime=0.15 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 5372 0 0 0 15 0 0 0 20 0 3 0 4479354 120283136 11417 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=117464 memory=18990 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4479355 120283136 11417 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 45668 KiB

[startup+0.30557 s]*
/proc/loadavg: 4.34 2.28 0.98 5/268 28124
/proc/meminfo: memFree=120747448/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=117464 memory=45928 CPUtime=0.3 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 9239 0 0 0 29 1 0 0 20 0 3 0 4479349 120283136 11482 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 29366 11482 2950 3035 0 14995 0
[pid=28121/tid=28123] ppid=28118 vsize=117464 memory=-5155626912221260933 CPUtime=0.24 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 5438 0 0 0 24 0 0 0 20 0 3 0 4479354 120283136 11482 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=117464 memory=0 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4479355 120283136 11482 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 45928 KiB

[startup+0.700216 s]
/proc/loadavg: 4.31 2.31 1.00 5/268 28124
/proc/meminfo: memFree=120741260/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=117464 memory=58072 CPUtime=0.69 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 12310 0 0 0 68 1 0 0 20 0 3 0 4479349 120283136 14518 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 29366 14518 2950 3035 0 18518 0
[pid=28121/tid=28123] ppid=28118 vsize=117464 memory=0 CPUtime=0.63 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 8509 0 0 0 63 0 0 0 20 0 3 0 4479354 120283136 14518 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=117464 memory=0 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4479355 120283136 14518 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 58072 KiB

[startup+1.50019 s]
/proc/loadavg: 4.31 2.31 1.00 6/268 28124
/proc/meminfo: memFree=120725804/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=118476 memory=69672 CPUtime=1.48 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 21925 0 0 0 146 2 0 0 20 0 3 0 4479349 121319424 17418 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 29619 17418 2966 3035 0 21256 0
[pid=28121/tid=28123] ppid=28118 vsize=118476 memory=0 CPUtime=1.44 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 18124 0 0 0 142 2 0 0 20 0 3 0 4479354 121319424 17418 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=118476 memory=0 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4479355 121319424 17418 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 118476 KiB
Current children cumulated memory: 69672 KiB

[startup+3.10578 s]
/proc/loadavg: 4.31 2.31 1.00 5/268 28124
/proc/meminfo: memFree=120710272/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=118476 memory=79360 CPUtime=3.08 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 27418 0 0 0 305 3 0 0 20 0 3 0 4479349 121319424 19840 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 29619 19840 2966 3035 0 23728 0
[pid=28121/tid=28123] ppid=28118 vsize=118476 memory=0 CPUtime=3.03 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 23601 0 0 0 301 2 0 0 20 0 3 0 4479354 121319424 19840 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=118476 memory=4417 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 4479355 121319424 19840 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 118476 KiB
Current children cumulated memory: 79360 KiB

[startup+6.30024 s]
/proc/loadavg: 4.28 2.34 1.01 5/268 28124
/proc/meminfo: memFree=120700452/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=118476 memory=82404 CPUtime=6.27 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 42821 0 0 0 622 5 0 0 20 0 3 0 4479349 121319424 20601 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 29619 20601 2966 3035 0 25017 0
[pid=28121/tid=28123] ppid=28118 vsize=118476 memory=0 CPUtime=6.21 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 38982 0 0 0 617 4 0 0 20 0 3 0 4479354 121319424 20601 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=118476 memory=11712 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 4479355 121319424 20601 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 118476 KiB
Current children cumulated memory: 82404 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 2.37 1.03 5/267 28125
/proc/meminfo: memFree=120680964/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=186232 memory=100168 CPUtime=12.65 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 71332 0 0 0 1257 8 0 0 20 0 3 0 4479349 190701568 25042 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 46558 25042 3014 3035 0 28710 0
[pid=28121/tid=28123] ppid=28118 vsize=186232 memory=11712 CPUtime=12.59 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 67452 0 0 0 1252 7 0 0 20 0 3 0 4479354 190701568 25042 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=186232 memory=12552 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 4479355 190701568 25042 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 186232 KiB
Current children cumulated memory: 100168 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 2.44 1.07 5/267 28127
/proc/meminfo: memFree=120664620/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=106004 CPUtime=25.4 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 86344 0 0 0 2529 11 0 0 20 0 3 0 4479349 194174976 26501 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 26501 3014 3035 0 30375 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=106004 CPUtime=25.34 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 82412 0 0 0 2524 10 0 0 20 0 3 0 4479354 194174976 26501 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=11712 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 26501 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 106004 KiB

[startup+51.1054 s]
/proc/loadavg: 4.24 2.61 1.17 5/267 28133
/proc/meminfo: memFree=120651976/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=114268 CPUtime=50.89 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 111744 0 0 0 5073 16 0 0 20 0 3 0 4479349 194174976 28567 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 28567 3014 3035 0 33154 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=11712 CPUtime=50.84 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 107722 0 0 0 5068 16 0 0 20 0 3 0 4479354 194174976 28567 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=106004 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 28567 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 114268 KiB

[startup+91.5477 s]
# the end of solver process 28121 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=90.9421 s, system=0.246014 s

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

[startup+51.2002 s]
/proc/loadavg: 4.24 2.61 1.17 5/267 28133
/proc/meminfo: memFree=120651976/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=114268 CPUtime=50.99 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 111745 0 0 0 5083 16 0 0 20 0 3 0 4479349 194174976 28567 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 28567 3014 3035 0 33154 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=106004 CPUtime=50.94 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 107723 0 0 0 5078 16 0 0 20 0 3 0 4479354 194174976 28567 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=0 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 28567 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 114268 KiB

[startup+76.8002 s]
/proc/loadavg: 4.24 2.74 1.25 5/267 28138
/proc/meminfo: memFree=120624252/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=118800 CPUtime=76.49 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 130475 0 0 0 7628 21 0 0 20 0 3 0 4479349 194174976 29700 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 29700 3014 3035 0 33871 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=5492 CPUtime=76.43 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 126402 0 0 0 7623 20 0 0 20 0 3 0 4479354 194174976 29700 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=11712 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 29700 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 76.49 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 118800 KiB

[startup+83.2002 s]
/proc/loadavg: 4.22 2.76 1.26 5/267 28139
/proc/meminfo: memFree=120603468/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=118800 CPUtime=82.87 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 132409 0 0 0 8265 22 0 0 20 0 3 0 4479349 194174976 29700 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 29700 3014 3035 0 33871 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=118800 CPUtime=82.81 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 128335 0 0 0 8260 21 0 0 20 0 3 0 4479354 194174976 29700 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=11712 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 29700 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 82.87 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 118800 KiB

[startup+86.4002 s]
/proc/loadavg: 4.20 2.78 1.28 5/267 28139
/proc/meminfo: memFree=120603776/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=118800 CPUtime=86.05 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 132449 0 0 0 8583 22 0 0 20 0 3 0 4479349 194174976 29700 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 29700 3014 3035 0 33871 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=12552 CPUtime=86 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 128375 0 0 0 8578 22 0 0 20 0 3 0 4479354 194174976 29700 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=118800 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 29700 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 86.05 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 118800 KiB

[startup+89.6002 s]
/proc/loadavg: 4.20 2.78 1.28 5/267 28141
/proc/meminfo: memFree=120602432/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=120112 CPUtime=89.24 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 136712 0 0 0 8901 23 0 0 20 0 3 0 4479349 194174976 30028 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 30028 3014 3035 0 33871 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=118800 CPUtime=89.18 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 132638 0 0 0 8896 22 0 0 20 0 3 0 4479354 194174976 30028 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=12552 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 30028 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 89.24 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 120112 KiB

[startup+90.4002 s]
/proc/loadavg: 4.20 2.78 1.28 5/267 28141
/proc/meminfo: memFree=120602048/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=120112 CPUtime=90.04 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 136723 0 0 0 8981 23 0 0 20 0 3 0 4479349 194174976 30028 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 30028 3014 3035 0 33871 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=120112 CPUtime=89.98 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 132649 0 0 0 8976 22 0 0 20 0 3 0 4479354 194174976 30028 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=13204 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 30028 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 90.04 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 120112 KiB

[startup+91.2002 s]
/proc/loadavg: 4.18 2.80 1.29 5/267 28141
/proc/meminfo: memFree=120554448/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=120116 CPUtime=90.83 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 136771 0 0 0 9060 23 0 0 20 0 3 0 4479349 194174976 30029 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 30029 3014 3035 0 33871 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=13204 CPUtime=90.78 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 132697 0 0 0 9055 23 0 0 20 0 3 0 4479354 194174976 30029 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=1984 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 30029 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 90.83 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 120116 KiB

[startup+91.4002 s]
/proc/loadavg: 4.18 2.80 1.29 5/267 28141
/proc/meminfo: memFree=120554448/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=120116 CPUtime=91.03 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 141524 0 0 0 9080 23 0 0 20 0 3 0 4479349 194174976 30029 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 30029 3014 3035 0 33871 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=25888 CPUtime=90.98 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 137450 0 0 0 9075 23 0 0 20 0 3 0 4479354 194174976 30029 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=11712 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 30029 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 91.03 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 120116 KiB

[startup+91.5002 s]
/proc/loadavg: 4.18 2.80 1.29 5/267 28141
/proc/meminfo: memFree=120554448/131524600 swapFree=131071996/131071996
[pid=28121] ppid=28118 vsize=189624 memory=120116 CPUtime=91.13 cores=0,2
/proc/28121/stat : 28121 (fscip) S 28118 28121 27893 0 -1 1077936128 141805 0 0 0 9090 23 0 0 20 0 3 0 4479349 194174976 30029 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
/proc/28121/statm: 47406 30029 3014 3035 0 33871 0
[pid=28121/tid=28123] ppid=28118 vsize=189624 memory=11712 CPUtime=91.08 cores=0,2
/proc/28121/task/28123/stat : 28123 (fscip) R 28118 28121 27893 0 -1 4194368 137731 0 0 0 9085 23 0 0 20 0 3 0 4479354 194174976 30029 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
[pid=28121/tid=28124] ppid=28118 vsize=189624 memory=118800 CPUtime=0 cores=0,2
/proc/28121/task/28124/stat : 28124 (fscip) S 28118 28121 27893 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4479355 194174976 30029 134679101440 4194304 16623229 140732321978448 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35377152 140732321981462 140732321981578 140732321981578 140732321988592 0
Current children cumulated CPU time: 91.13 s
Current children cumulated vsize: 189624 KiB
Current children cumulated memory: 120116 KiB

Child status: 0

Real time (s): 91.5478
CPU time (s): 91.1881
CPU user time (s): 90.9421
CPU system time (s): 0.246014
CPU usage (%): 99.6071
Max. virtual memory (cumulated for all children) (KiB): 189624
Max. memory (cumulated for all children) (KiB): 120116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.9421
system time used= 0.246014
maximum resident set size= 120116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145082
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= 299
involuntary context switches= 625


# summary of solver processes directly reported to runsolver:
#   pid: 28121
#   total CPU time (s): 91.1881
#   total CPU user time (s): 90.9421
#   total CPU system time (s): 0.246014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.174132 second user time and 0.460018 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-31 00:33:34
IDJOB=4464358
IDBENCH=147926
IDSOLVER=3092
FILE ID=nodeC020/4464358-1722378814
RUNJOBID= nodeC020-1722378594-27903
SLURM_JOB_ID= 8249843
Free space on /tmp= 889996 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900569834.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-4464358-1722378814/watcher-4464358-1722378814 -o /tmp/evaluation-result-4464358-1722378814/solver-4464358-1722378814 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1722378594-27903 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464358-1722378814.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= a809dae2e34e5b35a94e396e7d9ebfcb
RANDOM SEED=1453536771

nodeC020.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		: 3664.199
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	: 7000.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120782472 kB
MemAvailable:   128401248 kB
Buffers:           90588 kB
Cached:          8343696 kB
SwapCached:            0 kB
Active:           254308 kB
Inactive:        9972220 kB
Active(anon):       1584 kB
Inactive(anon):  1811688 kB
Active(file):     252724 kB
Inactive(file):  8160532 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28108 kB
Writeback:             0 kB
AnonPages:       1789952 kB
Mapped:           124748 kB
Shmem:             21336 kB
KReclaimable:      90332 kB
Slab:             172004 kB
SReclaimable:      90332 kB
SUnreclaim:        81672 kB
KernelStack:        4320 kB
PageTables:        13476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1526436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9728 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 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:      193236 kB
DirectMap2M:    10065920 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC020 at 2024-07-31 00:35:06