Trace number 4464454

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? 3591.23 3602.16

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-133.opb
MD5SUMbf76f01107fc6e0f0d7316d8818a221b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48253
Total number of constraints1119563
Number of constraints which are clauses1005877
Number of constraints which are cardinality constraints (but not clauses)3541
Number of constraints which are nor clauses,nor cardinality constraints110145
Minimum length of a constraint1
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
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)
3.58/3.64	c Default LC presolving (default).
3.58/3.66	c ** Before presolving: virtualMemUsedAtLc = 2714012009, getVmSize() = 1621856256, SCIPgetMemUsed() = 1440524001, SCIPgetMemTotal() = 1519477161, SCIPgetMemExternEstim() = 1194534848
3.58/3.66	c ** set memory limit for presolving in LC to 8.79528e+12 for SCIP **
33.61/33.71	c ** Estimated virtualMemUsedAtSolver = 3256120729, getVmSize() = 3974262784, SCIPgetMemUsed() = 2379108894, SCIPgetMemTotal() = 3689646246, SCIPgetMemExternEstim() = 1194534848
33.61/33.71	c ** set memory limit for solvers to 4.39795e+12 for each SCIP **
33.61/33.71	c Original Problem   :
33.61/33.71	c   Problem name     : instance-4464454-1722382202
33.61/33.71	c   Variables        : 48253 (48253 binary, 0 integer, 0 implicit integer, 0 continuous)
33.61/33.71	c   Constraints      : 1119563
33.61/33.71	c   Objective sense  : minimize
33.61/33.71	c Presolved Problem  :
33.61/33.71	c   Variables        : 47387 (47387 binary, 0 integer, 0 implicit integer, 0 continuous)
33.61/33.71	c   Constraints      : 1082039
33.61/33.71	c Constraints        : Number
33.61/33.71	c   knapsack         : 111893 
33.61/33.71	c   setppc           : 227931 
33.61/33.71	c   linear           : 1 
33.61/33.71	c   logicor          : 742214 
33.61/33.71	c ** Instance transfer method used: 0
35.30/35.49	c ** ParaScipInstance copy does not increase the number of variables. **
36.70/36.90	c LC is working with racing ramp-up and with rebuilding tree after racing.
36.70/36.90	c                                Nodes    Active                                            
36.70/36.90	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3587.09/3598.01	c      3598              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3589.67/3600.64	c SCIP Status        : c solving was interrupted [hard time limit reached]
3589.67/3600.64	c Total Time         : 3600.6400
3589.67/3600.64	c   solving          : 3600.6400
3589.67/3600.64	c   presolving       : 30.0478 (included in solving)
3589.67/3600.64	c B&B Tree           :
3589.67/3600.64	c   nodes (total)    : 1
3589.67/3600.64	c Solution           :
3589.67/3600.64	c   Solutions found  : 0
3589.67/3600.64	c   Primal Bound     :          -
3589.67/3600.64	c   Dual Bound       :          -
3589.67/3600.64	c Gap                :          -
3591.06/3602.08	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: 63931 MiB (62345 MiB free)
  memory of node 1: 64510 MiB (62712 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100089 s]*
/proc/loadavg: 4.17 4.13 4.05 5/261 32211
/proc/meminfo: memFree=128014344/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=59876 memory=47520 CPUtime=0.1 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 9782 0 0 0 9 1 0 0 20 0 1 0 4819567 61313024 11880 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 14969 11880 2347 3035 0 11365 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 59876 KiB
Current children cumulated memory: 47520 KiB

[startup+0.205588 s]*
/proc/loadavg: 4.17 4.13 4.05 5/261 32211
/proc/meminfo: memFree=127969824/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=93120 memory=80736 CPUtime=0.2 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 18075 0 0 0 18 2 0 0 20 0 1 0 4819567 95354880 20184 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 23280 20184 2347 3035 0 19676 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 93120 KiB
Current children cumulated memory: 80736 KiB

[startup+0.305472 s]*
/proc/loadavg: 4.17 4.13 4.05 5/261 32211
/proc/meminfo: memFree=127926340/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=121852 memory=109396 CPUtime=0.3 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 25256 0 0 0 28 2 0 0 20 0 1 0 4819567 124776448 27349 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 30463 27349 2347 3035 0 26859 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 121852 KiB
Current children cumulated memory: 109396 KiB

[startup+0.700216 s]
/proc/loadavg: 4.17 4.13 4.05 5/261 32211
/proc/meminfo: memFree=127864644/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=236276 memory=224000 CPUtime=0.68 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 53359 0 0 0 61 7 0 0 20 0 1 0 4819567 241946624 56000 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 59069 56000 2347 3035 0 55465 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 236276 KiB
Current children cumulated memory: 224000 KiB

[startup+1.50022 s]
/proc/loadavg: 4.17 4.13 4.05 5/261 32211
/proc/meminfo: memFree=127633552/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=471148 memory=458716 CPUtime=1.49 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 110038 0 0 0 135 14 0 0 20 0 1 0 4819567 482455552 114679 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 117787 114679 2347 3035 0 114183 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 471148 KiB
Current children cumulated memory: 458716 KiB

[startup+3.10543 s]
/proc/loadavg: 4.17 4.13 4.05 5/261 32211
/proc/meminfo: memFree=126803172/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=1239584 memory=1228572 CPUtime=3.09 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 273490 0 0 0 269 40 0 0 20 0 1 0 4819567 1269334016 307143 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 309896 307143 2539 3035 0 306292 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1239584 KiB
Current children cumulated memory: 1228572 KiB

[startup+6.30022 s]
/proc/loadavg: 4.16 4.13 4.05 5/265 32271
/proc/meminfo: memFree=125776276/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=2170288 memory=2130432 CPUtime=6.28 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 367122 0 0 0 564 64 0 0 20 0 1 0 4819567 2222374912 532608 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 542572 532608 2662 3035 0 538968 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2170288 KiB
Current children cumulated memory: 2130432 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.13 4.05 5/265 32273
/proc/meminfo: memFree=125399380/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=2366780 memory=2326060 CPUtime=12.66 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 505652 0 0 0 1163 103 0 0 20 0 1 0 4819567 2423582720 581515 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 591695 581515 2710 3035 0 588091 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2366780 KiB
Current children cumulated memory: 2326060 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.14 4.05 5/265 32274
/proc/meminfo: memFree=125269216/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=2420916 memory=2370316 CPUtime=25.43 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 507112 0 0 0 2439 104 0 0 20 0 1 0 4819567 2479017984 592579 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 605229 592579 2758 3035 0 601625 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2420916 KiB
Current children cumulated memory: 2370316 KiB

[startup+51.1056 s]
/proc/loadavg: 4.26 4.16 4.06 5/267 32282
/proc/meminfo: memFree=121583716/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=6302348 memory=5996292 CPUtime=50.95 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 1226580 0 0 0 4839 256 0 0 20 0 3 0 4819567 6453604352 1499073 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 1575587 1499073 2822 3035 0 1552292 0
[pid=32210/tid=32277] ppid=32207 vsize=6302348 memory=5854388 CPUtime=15.54 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 567369 0 0 0 1453 101 0 0 20 0 3 0 4822938 6453604352 1499073 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=6302348 memory=5995860 CPUtime=0 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 4823257 6453604352 1499073 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 6302348 KiB
Current children cumulated memory: 5996292 KiB

[startup+102.3 s]
/proc/loadavg: 4.26 4.16 4.07 5/267 32291
/proc/meminfo: memFree=118684356/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=8758472 memory=8309176 CPUtime=102.01 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 1714373 0 0 0 9861 340 0 0 20 0 3 0 4819567 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2189618 2077294 2982 3035 0 2166082 0
[pid=32210/tid=32277] ppid=32207 vsize=8758472 memory=8309176 CPUtime=66.61 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 1055149 0 0 0 6476 185 0 0 20 0 3 0 4822938 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=8758472 memory=8309176 CPUtime=0 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 3 0 4823257 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 8758472 KiB
Current children cumulated memory: 8309176 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.15 4.07 5/269 32303
/proc/meminfo: memFree=117345796/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=8758472 memory=8309176 CPUtime=161.87 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 1747596 0 0 0 15839 348 0 0 20 0 3 0 4819567 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2189618 2077294 2982 3035 0 2166082 0
[pid=32210/tid=32277] ppid=32207 vsize=8758472 memory=8309176 CPUtime=126.46 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 1088360 0 0 0 12453 193 0 0 20 0 3 0 4822938 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=8758472 memory=8309176 CPUtime=0 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 3 0 4823257 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 8758472 KiB
Current children cumulated memory: 8309176 KiB

[startup+222.3 s]
/proc/loadavg: 4.43 4.23 4.10 5/266 32313
/proc/meminfo: memFree=117305060/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=8758472 memory=8309176 CPUtime=221.7 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 1780171 0 0 0 21814 356 0 0 20 0 3 0 4819567 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2189618 2077294 2982 3035 0 2166082 0
[pid=32210/tid=32277] ppid=32207 vsize=8758472 memory=8309176 CPUtime=186.29 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 1120923 0 0 0 18428 201 0 0 20 0 3 0 4822938 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=8758472 memory=8309176 CPUtime=0 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 4823257 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 8758472 KiB
Current children cumulated memory: 8309176 KiB

[startup+282.3 s]
/proc/loadavg: 4.25 4.21 4.10 5/267 32325
/proc/meminfo: memFree=117286316/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=8758472 memory=8309176 CPUtime=281.54 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 1812829 0 0 0 27790 364 0 0 20 0 3 0 4819567 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2189618 2077294 2982 3035 0 2166082 0
[pid=32210/tid=32277] ppid=32207 vsize=8758472 memory=8309176 CPUtime=246.13 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 1153569 0 0 0 24404 209 0 0 20 0 3 0 4822938 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=8758472 memory=8309176 CPUtime=0 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 3 0 4823257 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 8758472 KiB
Current children cumulated memory: 8309176 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.19 4.09 5/263 32335
/proc/meminfo: memFree=117277612/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=8758472 memory=8309176 CPUtime=341.38 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 1845297 0 0 0 33766 372 0 0 20 0 3 0 4819567 8968675328 2077294 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2189618 2077294 2982 3035 0 2166082 0

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

[startup+3402.3 s]
/proc/loadavg: 4.09 4.16 4.13 5/264 33993
/proc/meminfo: memFree=114399064/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=9531480 memory=8523472 CPUtime=3391.94 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 4184454 0 0 0 338477 717 0 0 20 0 3 0 4819567 9760235520 2130868 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2382870 2130868 2982 3035 0 2362790 0
[pid=32210/tid=32277] ppid=32207 vsize=9531480 memory=11592 CPUtime=3356.48 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 3524616 0 0 0 335090 558 0 0 20 0 3 0 4822938 9760235520 2130868 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=9531480 memory=8523120 CPUtime=0.04 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 629 0 0 0 1 3 0 0 20 0 3 0 4823257 9760235520 2130868 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 3391.94 s
Current children cumulated vsize: 9531480 KiB
Current children cumulated memory: 8523472 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.16 4.13 5/264 34005
/proc/meminfo: memFree=114381252/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=9531480 memory=8524792 CPUtime=3451.76 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 4212404 0 0 0 344453 723 0 0 20 0 3 0 4819567 9760235520 2131198 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2382870 2131198 2982 3035 0 2362790 0
[pid=32210/tid=32277] ppid=32207 vsize=9531480 memory=11592 CPUtime=3416.31 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 3552559 0 0 0 341066 565 0 0 20 0 3 0 4822938 9760235520 2131198 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=9531480 memory=11592 CPUtime=0.04 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 636 0 0 0 1 3 0 0 20 0 3 0 4823257 9760235520 2131198 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 3451.76 s
Current children cumulated vsize: 9531480 KiB
Current children cumulated memory: 8524792 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.16 4.13 5/266 34186
/proc/meminfo: memFree=114375884/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=9531480 memory=8525264 CPUtime=3511.6 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 4241160 0 0 0 350429 731 0 0 20 0 3 0 4819567 9760235520 2131316 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2382870 2131316 2982 3035 0 2362790 0
[pid=32210/tid=32277] ppid=32207 vsize=9531480 memory=8525264 CPUtime=3476.14 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 3581305 0 0 0 347042 572 0 0 20 0 3 0 4822938 9760235520 2131316 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=9531480 memory=8525264 CPUtime=0.04 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 646 0 0 0 1 3 0 0 20 0 3 0 4823257 9760235520 2131316 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 3511.6 s
Current children cumulated vsize: 9531480 KiB
Current children cumulated memory: 8525264 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.16 4.13 5/266 34196
/proc/meminfo: memFree=114371708/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=9531480 memory=8528296 CPUtime=3571.43 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 4270384 0 0 0 356405 738 0 0 20 0 3 0 4819567 9760235520 2132074 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2382870 2132074 2982 3035 0 2362790 0
[pid=32210/tid=32277] ppid=32207 vsize=9531480 memory=12976 CPUtime=3535.98 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 3610519 0 0 0 353018 580 0 0 20 0 3 0 4822938 9760235520 2132074 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=9531480 memory=8526992 CPUtime=0.04 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 656 0 0 0 1 3 0 0 20 0 3 0 4823257 9760235520 2132074 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 3571.43 s
Current children cumulated vsize: 9531480 KiB
Current children cumulated memory: 8528296 KiB

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

# cumulated CPU time of all completed processes:  user=3583.43 s, system=7.79425 s

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

[startup+3584 s]*
/proc/loadavg: 4.18 4.16 4.13 5/266 34196
/proc/meminfo: memFree=114371384/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=9531480 memory=8528296 CPUtime=3573.12 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 4271108 0 0 0 356574 738 0 0 20 0 3 0 4819567 9760235520 2132074 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2382870 2132074 2982 3035 0 2362790 0
[pid=32210/tid=32277] ppid=32207 vsize=9531480 memory=3691043153553868725 CPUtime=3537.67 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 3611243 0 0 0 353187 580 0 0 20 0 3 0 4822938 9760235520 2132074 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=9531480 memory=7222722251732327956 CPUtime=0.04 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 656 0 0 0 1 3 0 0 20 0 3 0 4823257 9760235520 2132074 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 3573.12 s
Current children cumulated vsize: 9531480 KiB
Current children cumulated memory: 8528296 KiB

[startup+3590.4 s]
/proc/loadavg: 4.15 4.15 4.13 5/266 34197
/proc/meminfo: memFree=114369688/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=9531480 memory=8529004 CPUtime=3579.51 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 4274527 0 0 0 357212 739 0 0 20 0 3 0 4819567 9760235520 2132251 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2382870 2132251 2982 3035 0 2362790 0
[pid=32210/tid=32277] ppid=32207 vsize=9531480 memory=5424 CPUtime=3544.05 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 3614662 0 0 0 353825 580 0 0 20 0 3 0 4822938 9760235520 2132251 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=9531480 memory=8528296 CPUtime=0.04 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 656 0 0 0 1 3 0 0 20 0 3 0 4823257 9760235520 2132251 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 3579.51 s
Current children cumulated vsize: 9531480 KiB
Current children cumulated memory: 8529004 KiB

[startup+3596.8 s]
/proc/loadavg: 4.14 4.15 4.13 5/266 34197
/proc/meminfo: memFree=114341240/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=9531480 memory=8529004 CPUtime=3585.89 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 4277042 0 0 0 357849 740 0 0 20 0 3 0 4819567 9760235520 2132251 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2382870 2132251 2982 3035 0 2362790 0
[pid=32210/tid=32277] ppid=32207 vsize=9531480 memory=0 CPUtime=3550.43 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 3617172 0 0 0 354462 581 0 0 20 0 3 0 4822938 9760235520 2132251 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=9531480 memory=8529004 CPUtime=0.04 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 661 0 0 0 1 3 0 0 20 0 3 0 4823257 9760235520 2132251 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 3585.89 s
Current children cumulated vsize: 9531480 KiB
Current children cumulated memory: 8529004 KiB

[startup+3600 s]*
/proc/loadavg: 4.13 4.15 4.13 4/261 34309
/proc/meminfo: memFree=118456160/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=9531480 memory=8529068 CPUtime=3589.08 cores=4,6
/proc/32210/stat : 32210 (fscip) S 32207 32210 29584 0 -1 1077936128 4571235 0 0 0 358155 753 0 0 20 0 3 0 4819567 9760235520 2132267 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 2382870 2132267 2998 3035 0 2362790 0
[pid=32210/tid=32277] ppid=32207 vsize=9531480 memory=-5155632414041074565 CPUtime=3553.63 cores=4,6
/proc/32210/task/32277/stat : 32277 (fscip) R 32207 32210 29584 0 -1 4194368 3911445 0 0 0 354768 595 0 0 20 0 3 0 4822938 9760235520 2132267 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
[pid=32210/tid=32279] ppid=32207 vsize=9531480 memory=4852 CPUtime=0.04 cores=4,6
/proc/32210/task/32279/stat : 32279 (fscip) S 32207 32210 29584 0 -1 1077936192 661 0 0 0 1 3 0 0 20 0 3 0 4823257 9760235520 2132267 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
Current children cumulated CPU time: 3589.08 s
Current children cumulated vsize: 9531480 KiB
Current children cumulated memory: 8529068 KiB

[startup+3600.8 s]
/proc/loadavg: 4.13 4.15 4.13 4/261 34309
/proc/meminfo: memFree=118456160/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=6948052 memory=6548304 CPUtime=3589.87 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 4738498 0 0 0 358226 761 0 0 20 0 1 0 4819567 7114805248 1637076 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 1737013 1637076 2998 3035 0 1700709 0
Current children cumulated CPU time: 3589.87 s
Current children cumulated vsize: 6948052 KiB
Current children cumulated memory: 6548304 KiB

[startup+3601.6 s]
/proc/loadavg: 4.13 4.15 4.13 5/264 34343
/proc/meminfo: memFree=120433040/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=6891488 memory=6492408 CPUtime=3590.66 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 4755905 0 0 0 358304 762 0 0 20 0 1 0 4819567 7056883712 1623102 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 1722872 1623102 2998 3035 0 1686568 0
Current children cumulated CPU time: 3590.66 s
Current children cumulated vsize: 6891488 KiB
Current children cumulated memory: 6492408 KiB

[startup+3602 s]*
/proc/loadavg: 4.13 4.15 4.13 5/264 34343
/proc/meminfo: memFree=120895564/131524600 swapFree=131071996/131071996
[pid=32210] ppid=32207 vsize=6483824 memory=6084744 CPUtime=3591.06 cores=4,6
/proc/32210/stat : 32210 (fscip) R 32207 32210 29584 0 -1 4194304 4859064 0 0 0 358337 769 0 0 20 0 1 0 4819567 6639435776 1521186 134679101440 4194304 16623229 140726188461936 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 47595520 140726188471318 140726188471434 140726188471434 140726188478448 0
/proc/32210/statm: 1620956 1521186 2998 3035 0 1584652 0
Current children cumulated CPU time: 3591.06 s
Current children cumulated vsize: 6483824 KiB
Current children cumulated memory: 6084744 KiB

[startup+3602.11 s]*
/proc/loadavg: 4.13 4.15 4.13 5/264 34343
/proc/meminfo: memFree=124915368/131524600 swapFree=131071996/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): 3602.16
CPU time (s): 3591.23
CPU user time (s): 3583.43
CPU system time (s): 7.79425
CPU usage (%): 99.6964
Max. virtual memory (cumulated for all children) (KiB): 9531480
Max. memory (cumulated for all children) (KiB): 8529068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.43
system time used= 7.79425
maximum resident set size= 8575516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4876984
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= 3673
involuntary context switches= 1084


# summary of solver processes directly reported to runsolver:
#   pid: 32210
#   total CPU time (s): 3591.23
#   total CPU user time (s): 3583.43
#   total CPU system time (s): 7.79425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.36518 second user time and 18.2106 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-31 01:30:03
IDJOB=4464454
IDBENCH=155423
IDSOLVER=3092
FILE ID=nodeC023/4464454-1722382202
RUNJOBID= nodeC023-1722378594-29595
SLURM_JOB_ID= 8249846
Free space on /tmp= 889944 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-133.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-4464454-1722382202/watcher-4464454-1722382202 -o /tmp/evaluation-result-4464454-1722382202/solver-4464454-1722382202 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1722378594-29595 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464454-1722382202.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= bf76f01107fc6e0f0d7316d8818a221b
RANDOM SEED=1765878430

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128060344 kB
MemAvailable:   128540516 kB
Buffers:           97644 kB
Cached:          1217040 kB
SwapCached:            0 kB
Active:           275464 kB
Inactive:        2712720 kB
Active(anon):       1552 kB
Inactive(anon):  1693316 kB
Active(file):     273912 kB
Inactive(file):  1019404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            143488 kB
Writeback:            12 kB
AnonPages:       1673636 kB
Mapped:           123184 kB
Shmem:             21336 kB
KReclaimable:      53004 kB
Slab:             133256 kB
SReclaimable:      53004 kB
SUnreclaim:        80252 kB
KernelStack:        4192 kB
PageTables:        12164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1660616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9824 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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:      164564 kB
DirectMap2M:    10094592 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 889904 MiB
End job on nodeC023 at 2024-07-31 02:30:05