Trace number 4461813

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-02? 3592.93 3601.61

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i5_pp_93.opb
MD5SUM9d9e0a7da5715f208335c49466c86b7d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark750
Best CPU time to get the best result obtained on this benchmark4.29507
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables194375
Total number of constraints194376
Number of constraints which are clauses176895
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints14593
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.38/1.45	c Default LC presolving (default).
1.38/1.45	c ** Before presolving: virtualMemUsedAtLc = 1056256647, getVmSize() = 727732224, SCIPgetMemUsed() = 662429612, SCIPgetMemTotal() = 687975780, SCIPgetMemExternEstim() = 368280867
1.38/1.45	c ** set memory limit for presolving in LC to 8.79578e+12 for SCIP **
77.57/77.87	c ** Estimated virtualMemUsedAtSolver = 1615046418, getVmSize() = 2250039296, SCIPgetMemUsed() = 1308745697, SCIPgetMemTotal() = 2054288761, SCIPgetMemExternEstim() = 368280867
77.57/77.87	c ** set memory limit for solvers to 4.398e+12 for each SCIP **
77.57/77.87	c Original Problem   :
77.57/77.87	c   Problem name     : instance-4461813-1722204304
77.57/77.87	c   Variables        : 194375 (194375 binary, 0 integer, 0 implicit integer, 0 continuous)
77.57/77.87	c   Constraints      : 194376
77.57/77.87	c   Objective sense  : minimize
77.57/77.87	c Presolved Problem  :
77.57/77.87	c   Variables        : 192005 (192005 binary, 0 integer, 0 implicit integer, 0 continuous)
77.57/77.87	c   Constraints      : 187612
77.57/77.87	c Constraints        : Number
77.57/77.87	c   setppc           : 187610 
77.57/77.87	c   linear           : 2 
77.57/77.87	c ** Instance transfer method used: 0
78.17/78.44	c ** ParaScipInstance copy does not increase the number of variables. **
78.67/78.93	c LC is working with racing ramp-up and with rebuilding tree after racing.
78.67/78.93	c                                Nodes    Active                                            
78.67/78.93	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3591.41/3600.13	c      3600              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3592.32/3601.05	c SCIP Status        : c solving was interrupted [hard time limit reached]
3592.32/3601.05	c Total Time         : 3601.0500
3592.32/3601.05	c   solving          : 3601.0500
3592.32/3601.05	c   presolving       : 76.4161 (included in solving)
3592.32/3601.05	c B&B Tree           :
3592.32/3601.05	c   nodes (total)    : 1
3592.32/3601.05	c Solution           :
3592.32/3601.05	c   Solutions found  : 0
3592.32/3601.05	c   Primal Bound     :          -
3592.32/3601.05	c   Dual Bound       :          -
3592.32/3601.05	c Gap                :          -
3592.91/3601.60	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 (60784 MiB free)
  memory of node 1: 64510 MiB (62338 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=399448, runsolver pid=399442

[startup+0.10066 s]*
/proc/loadavg: 0.12 0.11 0.09 4/246 399451
/proc/meminfo: memFree=125887548/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=140284 memory=127136 CPUtime=0.1 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 29659 0 0 0 6 4 0 0 20 0 1 0 56959122 143650816 31718 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 35071 31718 2318 3032 0 31471 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 140284 KiB
Current children cumulated memory: 127136 KiB

[startup+0.216189 s]*
/proc/loadavg: 0.12 0.11 0.09 3/246 399451
/proc/meminfo: memFree=125791980/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=206220 memory=193660 CPUtime=0.21 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 45824 0 0 0 14 7 0 0 20 0 1 0 56959122 211169280 48415 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 51555 48415 2318 3032 0 47955 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 206220 KiB
Current children cumulated memory: 193660 KiB

[startup+0.3053 s]*
/proc/loadavg: 0.12 0.11 0.09 4/246 399451
/proc/meminfo: memFree=125764532/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=220752 memory=208172 CPUtime=0.29 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 49465 0 0 0 22 7 0 0 20 0 1 0 56959122 226050048 52043 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 55188 52043 2318 3032 0 51588 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 220752 KiB
Current children cumulated memory: 208172 KiB

[startup+0.700216 s]
/proc/loadavg: 0.12 0.11 0.09 4/246 399451
/proc/meminfo: memFree=125607320/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=309988 memory=297464 CPUtime=0.68 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 71758 0 0 0 57 11 0 0 20 0 1 0 56959122 317427712 74366 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 77497 74366 2318 3032 0 73897 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 309988 KiB
Current children cumulated memory: 297464 KiB

[startup+1.50023 s]
/proc/loadavg: 0.12 0.11 0.09 4/246 399451
/proc/meminfo: memFree=125226104/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=752188 memory=730720 CPUtime=1.48 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 180584 0 0 0 122 26 0 0 20 0 1 0 56959122 770240512 182680 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 188047 182680 2590 3032 0 184447 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 752188 KiB
Current children cumulated memory: 730720 KiB

[startup+3.10578 s]
/proc/loadavg: 0.27 0.14 0.10 4/246 399453
/proc/meminfo: memFree=124675812/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=1072112 memory=1033888 CPUtime=3.08 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 218938 0 0 0 270 38 0 0 20 0 1 0 56959122 1097842688 258472 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 268028 258472 2654 3032 0 264428 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1072112 KiB
Current children cumulated memory: 1033888 KiB

[startup+6.30021 s]
/proc/loadavg: 0.27 0.14 0.10 4/246 399453
/proc/meminfo: memFree=124638508/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=1072112 memory=1034212 CPUtime=6.26 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 219032 0 0 0 587 39 0 0 20 0 1 0 56959122 1097842688 258553 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 268028 258553 2686 3032 0 264428 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1072112 KiB
Current children cumulated memory: 1034212 KiB

[startup+12.7002 s]
/proc/loadavg: 0.41 0.17 0.11 4/248 399455
/proc/meminfo: memFree=124253552/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=1072112 memory=1034212 CPUtime=12.65 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 219116 0 0 0 1225 40 0 0 20 0 1 0 56959122 1097842688 258553 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 268028 258553 2686 3032 0 264428 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1072112 KiB
Current children cumulated memory: 1034212 KiB

[startup+25.5002 s]
/proc/loadavg: 0.76 0.26 0.14 4/247 399458
/proc/meminfo: memFree=124052112/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=1072112 memory=1034284 CPUtime=25.42 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 219219 0 0 0 2500 42 0 0 20 0 1 0 56959122 1097842688 258571 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 268028 258571 2702 3032 0 264428 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1072112 KiB
Current children cumulated memory: 1034284 KiB

[startup+51.1057 s]
/proc/loadavg: 1.32 0.43 0.20 4/247 399462
/proc/meminfo: memFree=124036384/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=1072112 memory=1034284 CPUtime=50.95 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 219349 0 0 0 5052 43 0 0 20 0 1 0 56959122 1097842688 258571 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 268028 258571 2702 3032 0 264428 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1072112 KiB
Current children cumulated memory: 1034284 KiB

[startup+102.3 s]
/proc/loadavg: 1.42 0.61 0.28 2/240 399503
/proc/meminfo: memFree=123015960/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=3420488 memory=3099704 CPUtime=102.02 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 561873 0 0 0 10088 114 0 0 20 0 3 0 56959122 3502579712 774926 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 855122 774926 2798 3032 0 835998 0
[pid=399448/tid=399499] ppid=399442 vsize=3420488 memory=11384 CPUtime=23.8 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 224811 0 0 0 2345 35 0 0 20 0 3 0 56966909 3502579712 774926 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=3420488 memory=-6441945603963534186 CPUtime=0 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 56967017 3502579712 774926 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 3420488 KiB
Current children cumulated memory: 3099704 KiB

[startup+162.3 s]
/proc/loadavg: 1.26 0.72 0.34 2/242 399529
/proc/meminfo: memFree=122072492/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4459264 memory=4039828 CPUtime=161.88 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 929783 0 0 0 16030 158 0 0 20 0 3 0 56959122 4566286336 1009957 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1114816 1009957 2798 3032 0 1097088 0
[pid=399448/tid=399499] ppid=399442 vsize=4459264 memory=3099704 CPUtime=83.66 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 592694 0 0 0 8287 79 0 0 20 0 3 0 56966909 4566286336 1009957 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4459264 memory=12316 CPUtime=0 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 56967017 4566286336 1009957 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 4459264 KiB
Current children cumulated memory: 4039828 KiB

[startup+222.3 s]
/proc/loadavg: 1.19 0.80 0.39 2/243 399766
/proc/meminfo: memFree=121724496/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4786944 memory=4386468 CPUtime=221.72 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1087822 0 0 0 21992 180 0 0 20 0 3 0 56959122 4901830656 1096617 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1196736 1096617 2910 3032 0 1187219 0
[pid=399448/tid=399499] ppid=399442 vsize=4786944 memory=4386396 CPUtime=143.5 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 750720 0 0 0 14249 101 0 0 20 0 3 0 56966909 4901830656 1096617 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4786944 memory=4342489072520795232 CPUtime=0 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 3 0 56967017 4901830656 1096617 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 4786944 KiB
Current children cumulated memory: 4386468 KiB

[startup+282.3 s]
/proc/loadavg: 1.11 0.85 0.44 2/242 399776
/proc/meminfo: memFree=121686988/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4423100 CPUtime=281.57 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1157193 0 0 0 27970 187 0 0 20 0 3 0 56959122 4968939520 1105775 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1105775 2910 3032 0 1197372 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=82696 CPUtime=203.35 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 820076 0 0 0 20227 108 0 0 20 0 3 0 56966909 4968939520 1105775 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=4423100 CPUtime=0 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 3 0 56967017 4968939520 1105775 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 4852480 KiB
Current children cumulated memory: 4423100 KiB

[startup+342.3 s]
/proc/loadavg: 1.19 0.93 0.49 2/240 400077
/proc/meminfo: memFree=121730532/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4423540 CPUtime=341.43 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1212619 0 0 0 33951 192 0 0 20 0 3 0 56959122 4968939520 1105885 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1105885 2910 3032 0 1197372 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=4420328 CPUtime=263.2 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 875480 0 0 0 26207 113 0 0 20 0 3 0 56966909 4968939520 1105885 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=4423540 CPUtime=0 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 89 0 0 0 0 0 0 0 20 0 3 0 56967017 4968939520 1105885 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0

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


[startup+3402.3 s]
/proc/loadavg: 1.12 1.10 1.06 2/240 401826
/proc/meminfo: memFree=121627632/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3394.09 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1887311 0 0 0 339163 246 0 0 20 0 3 0 56959122 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1120990 2910 3032 0 1199276 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=11384 CPUtime=3315.83 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 1549152 0 0 0 331419 164 0 0 20 0 3 0 56966909 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=82696 CPUtime=0.04 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 1109 0 0 0 1 3 0 0 20 0 3 0 56967017 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 3394.09 s
Current children cumulated vsize: 4852480 KiB
Current children cumulated memory: 4483960 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.11 1.07 2/239 401836
/proc/meminfo: memFree=121626544/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3453.95 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1892197 0 0 0 345148 247 0 0 20 0 3 0 56959122 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1120990 2910 3032 0 1199276 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3375.68 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 1554017 0 0 0 337404 164 0 0 20 0 3 0 56966909 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=11384 CPUtime=0.04 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 1130 0 0 0 1 3 0 0 20 0 3 0 56967017 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 3453.95 s
Current children cumulated vsize: 4852480 KiB
Current children cumulated memory: 4483960 KiB

[startup+3522.3 s]
/proc/loadavg: 1.16 1.12 1.08 2/238 401849
/proc/meminfo: memFree=121626084/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3513.8 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1897049 0 0 0 351133 247 0 0 20 0 3 0 56959122 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1120990 2910 3032 0 1199276 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3435.53 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 1558848 0 0 0 343389 164 0 0 20 0 3 0 56966909 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=4483960 CPUtime=0.04 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 1151 0 0 0 1 3 0 0 20 0 3 0 56967017 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 3513.8 s
Current children cumulated vsize: 4852480 KiB
Current children cumulated memory: 4483960 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.11 1.08 2/237 401859
/proc/meminfo: memFree=121625464/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3573.65 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1901895 0 0 0 357117 248 0 0 20 0 3 0 56959122 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1120990 2910 3032 0 1199276 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3495.39 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 1563673 0 0 0 349374 165 0 0 20 0 3 0 56966909 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=4483960 CPUtime=0.04 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 1172 0 0 0 1 3 0 0 20 0 3 0 56967017 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 3573.65 s
Current children cumulated vsize: 4852480 KiB
Current children cumulated memory: 4483960 KiB

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

# cumulated CPU time of all completed processes:  user=3590.39 s, system=2.53283 s

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

[startup+3584 s]*
/proc/loadavg: 1.11 1.11 1.07 2/237 401861
/proc/meminfo: memFree=121625352/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3575.35 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1901899 0 0 0 357287 248 0 0 20 0 3 0 56959122 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1120990 2910 3032 0 1199276 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=-6441945603963534186 CPUtime=3497.09 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 1563677 0 0 0 349544 165 0 0 20 0 3 0 56966909 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=6628 CPUtime=0.04 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 1172 0 0 0 1 3 0 0 20 0 3 0 56967017 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 3575.35 s
Current children cumulated vsize: 4852480 KiB
Current children cumulated memory: 4483960 KiB

[startup+3590.4 s]
/proc/loadavg: 1.10 1.11 1.07 2/237 401861
/proc/meminfo: memFree=121625352/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3581.73 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1903457 0 0 0 357925 248 0 0 20 0 3 0 56959122 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1120990 2910 3032 0 1199276 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=82696 CPUtime=3503.47 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 1565235 0 0 0 350182 165 0 0 20 0 3 0 56966909 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=4483960 CPUtime=0.04 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 1172 0 0 0 1 3 0 0 20 0 3 0 56967017 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 3581.73 s
Current children cumulated vsize: 4852480 KiB
Current children cumulated memory: 4483960 KiB

[startup+3596.8 s]
/proc/loadavg: 1.17 1.12 1.08 2/237 401862
/proc/meminfo: memFree=121625212/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3588.12 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1903494 0 0 0 358564 248 0 0 20 0 3 0 56959122 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1120990 2910 3032 0 1199276 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=4639074098508484694 CPUtime=3509.85 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 1565269 0 0 0 350820 165 0 0 20 0 3 0 56966909 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=11384 CPUtime=0.04 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 1175 0 0 0 1 3 0 0 20 0 3 0 56967017 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 3588.12 s
Current children cumulated vsize: 4852480 KiB
Current children cumulated memory: 4483960 KiB

[startup+3600 s]*
/proc/loadavg: 1.16 1.12 1.08 2/237 401862
/proc/meminfo: memFree=121625212/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3591.31 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1903505 0 0 0 358883 248 0 0 20 0 3 0 56959122 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1120990 2910 3032 0 1199276 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=-6441945603963534186 CPUtime=3513.05 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 1565277 0 0 0 351140 165 0 0 20 0 3 0 56966909 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=4414546666558723175 CPUtime=0.04 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 1178 0 0 0 1 3 0 0 20 0 3 0 56967017 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 3591.31 s
Current children cumulated vsize: 4852480 KiB
Current children cumulated memory: 4483960 KiB

[startup+3600.8 s]
/proc/loadavg: 1.16 1.12 1.08 2/237 401862
/proc/meminfo: memFree=121625212/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=4852480 memory=4483960 CPUtime=3592.11 cores=4,6
/proc/399448/stat : 399448 (fscip) S 399442 399448 399405 0 -1 1077936128 1908795 0 0 0 358962 249 0 0 20 0 3 0 56959122 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 1213120 1120990 2910 3032 0 1199276 0
[pid=399448/tid=399499] ppid=399442 vsize=4852480 memory=2308 CPUtime=3513.84 cores=4,6
/proc/399448/task/399499/stat : 399499 (fscip) R 399442 399448 399405 0 -1 4194368 1570548 0 0 0 351219 165 0 0 20 0 3 0 56966909 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
[pid=399448/tid=399500] ppid=399442 vsize=4852480 memory=16084 CPUtime=0.04 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 1178 0 0 0 1 3 0 0 20 0 3 0 56967017 4968939520 1120990 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 3592.11 s
Current children cumulated vsize: 4852480 KiB
Current children cumulated memory: 4483960 KiB

[startup+3601.2 s]
/proc/loadavg: 1.16 1.12 1.08 2/237 401862
/proc/meminfo: memFree=121733348/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=3879240 memory=3629148 CPUtime=3592.5 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 1915756 0 0 0 359001 249 0 0 20 0 2 0 56959122 3972341760 907287 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 969810 907287 2958 3032 0 960324 0
[pid=399448/tid=399500] ppid=399442 vsize=3879240 memory=26956 CPUtime=0.04 cores=4,6
/proc/399448/task/399500/stat : 399500 (fscip) S 399442 399448 399405 0 -1 1077936192 1178 0 0 0 1 3 0 0 20 0 2 0 56967017 3972341760 907287 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
Current children cumulated CPU time: 3592.5 s
Current children cumulated vsize: 3879240 KiB
Current children cumulated memory: 3629148 KiB

[startup+3601.6 s]
/proc/loadavg: 1.16 1.12 1.08 2/237 401862
/proc/meminfo: memFree=121733348/131524600 swapFree=131059112/131071996
[pid=399448] ppid=399442 vsize=2931676 memory=2792696 CPUtime=3592.91 cores=4,6
/proc/399448/stat : 399448 (fscip) R 399442 399448 399405 0 -1 4194304 1927403 0 0 0 359039 252 0 0 20 0 1 0 56959122 3002036224 698174 134679101440 4194304 16613245 140733617773424 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 31764480 140733617775636 140733617775752 140733617775752 140733617782768 0
/proc/399448/statm: 732919 698174 2958 3032 0 723433 0
Current children cumulated CPU time: 3592.91 s
Current children cumulated vsize: 2931676 KiB
Current children cumulated memory: 2792696 KiB

Child status: 0

Real time (s): 3601.61
CPU time (s): 3592.93
CPU user time (s): 3590.39
CPU system time (s): 2.53283
CPU usage (%): 99.7589
Max. virtual memory (cumulated for all children) (KiB): 4852480
Max. memory (cumulated for all children) (KiB): 4483960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.39
system time used= 2.53283
maximum resident set size= 4483960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1927422
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= 3556
involuntary context switches= 5342


# summary of solver processes directly reported to runsolver:
#   pid: 399448
#   total CPU time (s): 3592.93
#   total CPU user time (s): 3590.39
#   total CPU system time (s): 2.53283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.97658 second user time and 15.6573 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-29 00:05:04
IDJOB=4461813
IDBENCH=178870
IDSOLVER=3064
FILE ID=nodeC021/4461813-1722204304
RUNJOBID= nodeC021-1722204304-399416
SLURM_JOB_ID= 8248622
Free space on /tmp= 890068 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x2/Init-x2-i5_pp_93.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-4461813-1722204304/watcher-4461813-1722204304 -o /tmp/evaluation-result-4461813-1722204304/solver-4461813-1722204304 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1722204304-399416 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4461813-1722204304.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 9d9e0a7da5715f208335c49466c86b7d
RANDOM SEED=427336059

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126079148 kB
MemAvailable:   129712332 kB
Buffers:          402132 kB
Cached:          4052700 kB
SwapCached:          464 kB
Active:          2822444 kB
Inactive:        1991396 kB
Active(anon):       1604 kB
Inactive(anon):   418836 kB
Active(file):    2820840 kB
Inactive(file):  1572560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131059112 kB
Dirty:             74968 kB
Writeback:            12 kB
AnonPages:        358328 kB
Mapped:           109700 kB
Shmem:             61432 kB
KReclaimable:     158860 kB
Slab:             279844 kB
SReclaimable:     158860 kB
SUnreclaim:       120984 kB
KernelStack:        3840 kB
PageTables:         9432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     722540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:      324308 kB
DirectMap2M:    40343552 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC021 at 2024-07-29 01:05:06