Trace number 4464491

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-30? 3587.41 3598.31

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K172.opb
MD5SUM44b1adf4a7e5c26b78f2dbc134a2606f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark605.744
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20468
Total number of constraints20814
Number of constraints which are clauses20642
Number of constraints which are cardinality constraints (but not clauses)172
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint172
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 173
Number of bits of the biggest sum of numbers8
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.09/0.15	c Default LC presolving (default).
0.09/0.15	c ** Before presolving: virtualMemUsedAtLc = 119225554, getVmSize() = 103374848, SCIPgetMemUsed() = 73145038, SCIPgetMemTotal() = 79448422, SCIPgetMemExternEstim() = 39777132
0.09/0.15	c ** set memory limit for presolving in LC to 8.79606e+12 for SCIP **
59.08/59.30	c ** Estimated virtualMemUsedAtSolver = 250164490, getVmSize() = 368644096, SCIPgetMemUsed() = 253120571, SCIPgetMemTotal() = 335469603, SCIPgetMemExternEstim() = 39777132
59.08/59.30	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
59.08/59.30	c Original Problem   :
59.08/59.30	c   Problem name     : instance-4464491-1722385792
59.08/59.30	c   Variables        : 20468 (20468 binary, 0 integer, 0 implicit integer, 0 continuous)
59.08/59.30	c   Constraints      : 20814
59.08/59.30	c   Objective sense  : minimize
59.08/59.30	c Presolved Problem  :
59.08/59.30	c   Variables        : 18938 (18938 binary, 0 integer, 0 implicit integer, 0 continuous)
59.08/59.30	c   Constraints      : 19224
59.08/59.30	c Constraints        : Number
59.08/59.30	c   knapsack         : 1 
59.08/59.30	c   setppc           : 2339 
59.08/59.30	c   orbitope         : 1 
59.08/59.30	c   logicor          : 16883 
59.08/59.30	c ** Instance transfer method used: 0
59.08/59.36	c ** ParaScipInstance copy increased the number of variables. **
59.18/59.41	c LC is working with racing ramp-up and with rebuilding tree after racing.
59.18/59.41	c                                Nodes    Active                                            
59.18/59.41	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3587.10/3598.07	c      3598              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3587.20/3598.20	c SCIP Status        : c solving was interrupted [hard time limit reached]
3587.20/3598.20	c Total Time         : 3598.2000
3587.20/3598.20	c   solving          : 3598.2000
3587.20/3598.20	c   presolving       : 59.1538 (included in solving)
3587.20/3598.20	c B&B Tree           :
3587.20/3598.20	c   nodes (total)    : 1
3587.20/3598.20	c Solution           :
3587.20/3598.20	c   Solutions found  : 0
3587.20/3598.20	c   Primal Bound     :          -
3587.20/3598.20	c   Dual Bound       :          -
3587.20/3598.20	c Gap                :          -
3587.32/3598.29	s UNKNOWN

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: 63968 MiB (55093 MiB free)
  memory of node 1: 64473 MiB (51431 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464491-1722385792/watcher-4464491-1722385792 -o /tmp/evaluation-result-4464491-1722385792/solver-4464491-1722385792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1722378594-29776 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464491-1722385792.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

Current StackSize limit: 8192 KiB

solver pid=34107, runsolver pid=34104

[startup+0.100549 s]*
/proc/loadavg: 4.09 4.11 4.09 5/263 34108
/proc/meminfo: memFree=109023700/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=78936 memory=68616 CPUtime=0.09 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 14951 0 0 0 7 2 0 0 20 0 1 0 5178171 80830464 17154 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 19734 17154 2539 3035 0 16130 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 78936 KiB
Current children cumulated memory: 68616 KiB

[startup+0.205722 s]*
/proc/loadavg: 4.09 4.11 4.09 5/263 34108
/proc/meminfo: memFree=108996828/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=108144 memory=94444 CPUtime=0.2 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 21363 0 0 0 17 3 0 0 20 0 1 0 5178171 110739456 23611 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 27036 23611 2598 3035 0 23432 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 108144 KiB
Current children cumulated memory: 94444 KiB

[startup+0.305711 s]*
/proc/loadavg: 4.09 4.11 4.09 5/263 34108
/proc/meminfo: memFree=108968996/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=136136 memory=122304 CPUtime=0.3 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 30756 0 0 0 25 5 0 0 20 0 1 0 5178171 139403264 30576 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 34034 30576 2662 3035 0 30430 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 136136 KiB
Current children cumulated memory: 122304 KiB

[startup+0.700237 s]
/proc/loadavg: 4.09 4.11 4.09 6/262 34108
/proc/meminfo: memFree=109190524/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=126964 memory=113672 CPUtime=0.69 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 30860 0 0 0 64 5 0 0 20 0 1 0 5178171 130011136 28418 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 31741 28418 2710 3035 0 28137 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 126964 KiB
Current children cumulated memory: 113672 KiB

[startup+1.50025 s]
/proc/loadavg: 4.09 4.11 4.09 5/261 34154
/proc/meminfo: memFree=109889200/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=178164 memory=162860 CPUtime=1.48 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 41723 0 0 0 141 7 0 0 20 0 1 0 5178171 182439936 40715 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 44541 40715 2774 3035 0 40937 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 178164 KiB
Current children cumulated memory: 162860 KiB

[startup+3.10579 s]
/proc/loadavg: 4.09 4.11 4.09 5/262 34155
/proc/meminfo: memFree=109690532/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=191660 memory=175792 CPUtime=3.08 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 45005 0 0 0 301 7 0 0 20 0 1 0 5178171 196259840 43948 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 47915 43948 2774 3035 0 44311 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 191660 KiB
Current children cumulated memory: 175792 KiB

[startup+6.30023 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 34155
/proc/meminfo: memFree=109681024/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=192228 memory=176308 CPUtime=6.26 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 45134 0 0 0 619 7 0 0 20 0 1 0 5178171 196841472 44077 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 48057 44077 2774 3035 0 44453 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 192228 KiB
Current children cumulated memory: 176308 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.11 4.09 5/262 34156
/proc/meminfo: memFree=109668748/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=201012 memory=185344 CPUtime=12.64 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 47457 0 0 0 1256 8 0 0 20 0 1 0 5178171 205836288 46336 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 50253 46336 2774 3035 0 46649 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 201012 KiB
Current children cumulated memory: 185344 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 4.10 4.09 5/262 34158
/proc/meminfo: memFree=109661172/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=202460 memory=186656 CPUtime=25.4 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 47799 0 0 0 2531 9 0 0 20 0 1 0 5178171 207319040 46664 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 50615 46664 2774 3035 0 47011 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 202460 KiB
Current children cumulated memory: 186656 KiB

[startup+51.1059 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 34221
/proc/meminfo: memFree=109657528/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=203408 memory=187440 CPUtime=50.91 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 48036 0 0 0 5082 9 0 0 20 0 1 0 5178171 208289792 46860 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 50852 46860 2774 3035 0 47248 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 203408 KiB
Current children cumulated memory: 187440 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 34235
/proc/meminfo: memFree=108967560/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=676392 memory=515244 CPUtime=101.95 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 226428 0 0 0 10167 28 0 0 20 0 3 0 5178171 692625408 128811 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 169098 128811 2966 3035 0 149821 0
[pid=34107/tid=34225] ppid=34104 vsize=676392 memory=431696 CPUtime=42.79 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 146520 0 0 0 4267 12 0 0 20 0 3 0 5184102 692625408 128811 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=676392 memory=1980 CPUtime=0 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 3 0 5184113 692625408 128811 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 676392 KiB
Current children cumulated memory: 515244 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 34245
/proc/meminfo: memFree=108957336/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=676392 memory=517844 CPUtime=161.76 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 242419 0 0 0 16147 29 0 0 20 0 3 0 5178171 692625408 129461 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 169098 129461 2966 3035 0 150863 0
[pid=34107/tid=34225] ppid=34104 vsize=676392 memory=431696 CPUtime=102.61 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 162487 0 0 0 10247 14 0 0 20 0 3 0 5184102 692625408 129461 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=676392 memory=12692 CPUtime=0 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 69 0 0 0 0 0 0 0 20 0 3 0 5184113 692625408 129461 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 676392 KiB
Current children cumulated memory: 517844 KiB

[startup+222.3 s]
/proc/loadavg: 4.21 4.12 4.10 5/266 34300
/proc/meminfo: memFree=113350332/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=676392 memory=520332 CPUtime=221.56 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 255220 0 0 0 22126 30 0 0 20 0 3 0 5178171 692625408 130083 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 169098 130083 2966 3035 0 151376 0
[pid=34107/tid=34225] ppid=34104 vsize=676392 memory=519560 CPUtime=162.41 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 175274 0 0 0 16226 15 0 0 20 0 3 0 5184102 692625408 130083 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=676392 memory=520332 CPUtime=0 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 3 0 5184113 692625408 130083 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 676392 KiB
Current children cumulated memory: 520332 KiB

[startup+282.3 s]
/proc/loadavg: 4.22 4.13 4.10 5/265 34311
/proc/meminfo: memFree=113312236/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=676392 memory=522092 CPUtime=281.38 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 261887 0 0 0 28107 31 0 0 20 0 3 0 5178171 692625408 130523 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 169098 130523 2966 3035 0 151586 0
[pid=34107/tid=34225] ppid=34104 vsize=676392 memory=519560 CPUtime=222.21 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 181934 0 0 0 22206 15 0 0 20 0 3 0 5184102 692625408 130523 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=676392 memory=520756 CPUtime=0 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 90 0 0 0 0 0 0 0 20 0 3 0 5184113 692625408 130523 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 676392 KiB
Current children cumulated memory: 522092 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 34418
/proc/meminfo: memFree=122212000/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=729000 memory=604204 CPUtime=341.19 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 307163 0 0 0 34083 36 0 0 20 0 3 0 5178171 746496000 151051 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 182250 151051 2982 3035 0 171878 0
[pid=34107/tid=34225] ppid=34104 vsize=729000 memory=519560 CPUtime=282.03 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 227205 0 0 0 28183 20 0 0 20 0 3 0 5184102 746496000 151051 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=729000 memory=601256 CPUtime=0 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 95 0 0 0 0 0 0 0 20 0 3 0 5184113 746496000 151051 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0

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

Current children cumulated CPU time: 3392.08 s
Current children cumulated vsize: 864860 KiB
Current children cumulated memory: 791424 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 35971
/proc/meminfo: memFree=117350096/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=864860 memory=791424 CPUtime=3451.86 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 609780 0 0 0 345123 63 0 0 20 0 3 0 5178171 885616640 197856 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 216215 197856 3286 3035 0 207970 0
[pid=34107/tid=34225] ppid=34104 vsize=864860 memory=11524 CPUtime=3392.66 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 529370 0 0 0 339222 44 0 0 20 0 3 0 5184102 885616640 197856 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=864860 memory=12652 CPUtime=0.04 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 547 0 0 0 1 3 0 0 20 0 3 0 5184113 885616640 197856 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 3451.86 s
Current children cumulated vsize: 864860 KiB
Current children cumulated memory: 791424 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 35982
/proc/meminfo: memFree=117330532/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=864860 memory=791424 CPUtime=3511.65 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 611716 0 0 0 351102 63 0 0 20 0 3 0 5178171 885616640 197856 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 216215 197856 3286 3035 0 207970 0
[pid=34107/tid=34225] ppid=34104 vsize=864860 memory=12652 CPUtime=3452.45 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 531299 0 0 0 345201 44 0 0 20 0 3 0 5184102 885616640 197856 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=864860 memory=12692 CPUtime=0.04 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 554 0 0 0 1 3 0 0 20 0 3 0 5184113 885616640 197856 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 3511.65 s
Current children cumulated vsize: 864860 KiB
Current children cumulated memory: 791424 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/266 36162
/proc/meminfo: memFree=117318564/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=864860 memory=791428 CPUtime=3571.44 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 613909 0 0 0 357081 63 0 0 20 0 3 0 5178171 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 216215 197857 3286 3035 0 207970 0
[pid=34107/tid=34225] ppid=34104 vsize=864860 memory=5536 CPUtime=3512.24 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 533481 0 0 0 351180 44 0 0 20 0 3 0 5184102 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=864860 memory=12692 CPUtime=0.04 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 565 0 0 0 1 3 0 0 20 0 3 0 5184113 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 3571.44 s
Current children cumulated vsize: 864860 KiB
Current children cumulated memory: 791428 KiB

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

# cumulated CPU time of all completed processes:  user=3586.74 s, system=0.663969 s

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

[startup+3584 s]*
/proc/loadavg: 4.16 4.12 4.09 5/266 36162
/proc/meminfo: memFree=117318572/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=864860 memory=791428 CPUtime=3573.14 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 613909 0 0 0 357251 63 0 0 20 0 3 0 5178171 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 216215 197857 3286 3035 0 207970 0
[pid=34107/tid=34225] ppid=34104 vsize=864860 memory=-7379266206031767167 CPUtime=3513.94 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 533481 0 0 0 351350 44 0 0 20 0 3 0 5184102 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=864860 memory=-4050210904893800853 CPUtime=0.04 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 565 0 0 0 1 3 0 0 20 0 3 0 5184113 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 3573.14 s
Current children cumulated vsize: 864860 KiB
Current children cumulated memory: 791428 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.12 4.09 5/266 36164
/proc/meminfo: memFree=117318160/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=864860 memory=791428 CPUtime=3579.52 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 613909 0 0 0 357889 63 0 0 20 0 3 0 5178171 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 216215 197857 3286 3035 0 207970 0
[pid=34107/tid=34225] ppid=34104 vsize=864860 memory=791428 CPUtime=3520.31 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 533481 0 0 0 351987 44 0 0 20 0 3 0 5184102 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=864860 memory=791428 CPUtime=0.04 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 565 0 0 0 1 3 0 0 20 0 3 0 5184113 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 3579.52 s
Current children cumulated vsize: 864860 KiB
Current children cumulated memory: 791428 KiB

[startup+3593.6 s]
/proc/loadavg: 4.14 4.12 4.09 5/266 36164
/proc/meminfo: memFree=117317556/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=864860 memory=791428 CPUtime=3582.71 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 613909 0 0 0 358208 63 0 0 20 0 3 0 5178171 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 216215 197857 3286 3035 0 207970 0
[pid=34107/tid=34225] ppid=34104 vsize=864860 memory=791428 CPUtime=3523.5 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 533481 0 0 0 352306 44 0 0 20 0 3 0 5184102 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=864860 memory=11524 CPUtime=0.04 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 565 0 0 0 1 3 0 0 20 0 3 0 5184113 885616640 197857 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 3582.71 s
Current children cumulated vsize: 864860 KiB
Current children cumulated memory: 791428 KiB

[startup+3596.8 s]
/proc/loadavg: 4.12 4.12 4.09 5/266 36164
/proc/meminfo: memFree=117317264/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=864860 memory=791436 CPUtime=3585.89 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 615483 0 0 0 358526 63 0 0 20 0 3 0 5178171 885616640 197859 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 216215 197859 3286 3035 0 207970 0
[pid=34107/tid=34225] ppid=34104 vsize=864860 memory=7812166903118061912 CPUtime=3526.69 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 535052 0 0 0 352625 44 0 0 20 0 3 0 5184102 885616640 197859 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=864860 memory=791428 CPUtime=0.04 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 568 0 0 0 1 3 0 0 20 0 3 0 5184113 885616640 197859 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 3585.89 s
Current children cumulated vsize: 864860 KiB
Current children cumulated memory: 791436 KiB

[startup+3597.6 s]
/proc/loadavg: 4.12 4.12 4.09 5/266 36165
/proc/meminfo: memFree=117317284/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=864860 memory=791436 CPUtime=3586.69 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 615588 0 0 0 358606 63 0 0 20 0 3 0 5178171 885616640 197859 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 216215 197859 3286 3035 0 207970 0
[pid=34107/tid=34225] ppid=34104 vsize=864860 memory=5536 CPUtime=3527.49 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 535157 0 0 0 352705 44 0 0 20 0 3 0 5184102 885616640 197859 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=864860 memory=15860 CPUtime=0.04 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 568 0 0 0 1 3 0 0 20 0 3 0 5184113 885616640 197859 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 3586.69 s
Current children cumulated vsize: 864860 KiB
Current children cumulated memory: 791436 KiB

[startup+3598 s]*
/proc/loadavg: 4.12 4.12 4.09 5/266 36165
/proc/meminfo: memFree=117317148/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=864860 memory=791436 CPUtime=3587.1 cores=4,6
/proc/34107/stat : 34107 (fscip) S 34104 34107 29765 0 -1 1077936128 620521 0 0 0 358646 64 0 0 20 0 3 0 5178171 885616640 197859 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 216215 197859 3286 3035 0 207970 0
[pid=34107/tid=34225] ppid=34104 vsize=864860 memory=-7379266206031767167 CPUtime=3527.9 cores=4,6
/proc/34107/task/34225/stat : 34225 (fscip) R 34104 34107 29765 0 -1 4194368 540147 0 0 0 352745 45 0 0 20 0 3 0 5184102 885616640 197859 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
[pid=34107/tid=34226] ppid=34104 vsize=864860 memory=-4050210904893800853 CPUtime=0.04 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 568 0 0 0 1 3 0 0 20 0 3 0 5184113 885616640 197859 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 3587.1 s
Current children cumulated vsize: 864860 KiB
Current children cumulated memory: 791436 KiB

[startup+3598.22 s]
/proc/loadavg: 4.12 4.12 4.09 5/266 36165
/proc/meminfo: memFree=117317148/131524600 swapFree=131071728/131071996
[pid=34107] ppid=34104 vsize=807464 memory=733548 CPUtime=3587.32 cores=4,6
/proc/34107/stat : 34107 (fscip) R 34104 34107 29765 0 -1 4194304 635907 0 0 0 358667 65 0 0 20 0 2 0 5178171 826843136 183387 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
/proc/34107/statm: 201866 183387 3334 3035 0 193621 0
[pid=34107/tid=34226] ppid=34104 vsize=807464 memory=27824 CPUtime=0.04 cores=4,6
/proc/34107/task/34226/stat : 34226 (fscip) S 34104 34107 29765 0 -1 1077936192 568 0 0 0 1 3 0 0 20 0 2 0 5184113 826843136 183387 134679101440 4194304 16623229 140731880616224 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 24793088 140731880621078 140731880621194 140731880621194 140731880628208 0
Current children cumulated CPU time: 3587.32 s
Current children cumulated vsize: 807464 KiB
Current children cumulated memory: 733548 KiB

[startup+3598.3 s]*
/proc/loadavg: 4.12 4.12 4.09 5/265 36165
/proc/meminfo: memFree=117750236/131524600 swapFree=131071728/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3598.31
CPU time (s): 3587.41
CPU user time (s): 3586.74
CPU system time (s): 0.663969
CPU usage (%): 99.697
Max. virtual memory (cumulated for all children) (KiB): 864860
Max. memory (cumulated for all children) (KiB): 791436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.74
system time used= 0.663969
maximum resident set size= 791436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 637633
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= 3585
involuntary context switches= 5289


# summary of solver processes directly reported to runsolver:
#   pid: 34107
#   total CPU time (s): 3587.41
#   total CPU user time (s): 3586.74
#   total CPU system time (s): 0.663969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.2921 second user time and 18.688 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-31 02:29:52
IDJOB=4464491
IDBENCH=158312
IDSOLVER=3092
FILE ID=nodeC024/4464491-1722385792
RUNJOBID= nodeC024-1722378594-29776
SLURM_JOB_ID= 8249847
Free space on /tmp= 889936 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K172.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-4464491-1722385792/watcher-4464491-1722385792 -o /tmp/evaluation-result-4464491-1722385792/solver-4464491-1722385792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1722378594-29776 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464491-1722385792.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 44b1adf4a7e5c26b78f2dbc134a2606f
RANDOM SEED=1367756045

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        109082080 kB
MemAvailable:   111557912 kB
Buffers:           97424 kB
Cached:          3194836 kB
SwapCached:           36 kB
Active:           331076 kB
Inactive:       21561200 kB
Active(anon):       1568 kB
Inactive(anon): 18619728 kB
Active(file):     329508 kB
Inactive(file):  2941472 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:             29580 kB
Writeback:            40 kB
AnonPages:      18598156 kB
Mapped:           125940 kB
Shmem:             21292 kB
KReclaimable:      89348 kB
Slab:             173868 kB
SReclaimable:      89348 kB
SUnreclaim:        84520 kB
KernelStack:        4144 kB
PageTables:        46444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10769656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9312 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6488064 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:      178900 kB
DirectMap2M:    11128832 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 889944 MiB
End job on nodeC024 at 2024-07-31 03:29:50