Trace number 4446860

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-02? 3590.47 3600.21

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
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 variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 151
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: 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)
0.09/0.11	c Default LC presolving (default).
0.09/0.11	c ** Before presolving: virtualMemUsedAtLc = 106103660, getVmSize() = 94982144, SCIPgetMemUsed() = 64118221, SCIPgetMemTotal() = 71416053, SCIPgetMemExternEstim() = 34687607
0.09/0.11	c ** set memory limit for presolving in LC to 8.79606e+12 for SCIP **
40.76/40.97	c ** Estimated virtualMemUsedAtSolver = 220078751, getVmSize() = 327385088, SCIPgetMemUsed() = 220901552, SCIPgetMemTotal() = 295430520, SCIPgetMemExternEstim() = 34687607
40.76/40.97	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
40.76/40.97	c Original Problem   :
40.76/40.97	c   Problem name     : instance-4446860-1721344160
40.76/40.97	c   Variables        : 17850 (17850 binary, 0 integer, 0 implicit integer, 0 continuous)
40.76/40.97	c   Constraints      : 18152
40.76/40.97	c   Objective sense  : minimize
40.76/40.97	c Presolved Problem  :
40.76/40.97	c   Variables        : 16321 (16321 binary, 0 integer, 0 implicit integer, 0 continuous)
40.76/40.97	c   Constraints      : 16585
40.76/40.97	c Constraints        : Number
40.76/40.97	c   setppc           : 2032 
40.76/40.97	c   orbitope         : 1 
40.76/40.97	c   logicor          : 14552 
40.76/40.97	c ** Instance transfer method used: 0
40.86/41.01	c ** ParaScipInstance copy increased the number of variables. **
40.86/41.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
40.86/41.05	c                                Nodes    Active                                            
40.86/41.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3590.26/3600.04	c      3600              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3590.37/3600.14	c SCIP Status        : c solving was interrupted [hard time limit reached]
3590.37/3600.14	c Total Time         : 3600.1300
3590.37/3600.14	c   solving          : 3600.1300
3590.37/3600.14	c   presolving       : 40.8642 (included in solving)
3590.37/3600.14	c B&B Tree           :
3590.37/3600.14	c   nodes (total)    : 1
3590.37/3600.14	c Solution           :
3590.37/3600.14	c   Solutions found  : 0
3590.37/3600.14	c   Primal Bound     :          -
3590.37/3600.14	c   Dual Bound       :          -
3590.37/3600.14	c Gap                :          -
3590.46/3600.20	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 (62159 MiB free)
  memory of node 1: 64510 MiB (62648 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=982748, runsolver pid=982744

[startup+0.100123 s]*
/proc/loadavg: 4.20 4.28 4.18 5/256 982768
/proc/meminfo: memFree=127666976/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=88564 memory=77704 CPUtime=0.09 cores=5,7
/proc/982748/stat : 982748 (fscip) R 982744 982748 980418 0 -1 4194304 17239 0 0 0 7 2 0 0 20 0 1 0 186576236 90689536 19426 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 22141 19426 2542 3032 0 18541 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 88564 KiB
Current children cumulated memory: 77704 KiB

[startup+0.205555 s]*
/proc/loadavg: 4.20 4.28 4.18 5/256 982768
/proc/meminfo: memFree=127556852/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=117128 memory=103700 CPUtime=0.19 cores=5,7
/proc/982748/stat : 982748 (fscip) R 982744 982748 980418 0 -1 4194304 23819 0 0 0 17 2 0 0 20 0 1 0 186576236 119939072 25925 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 29282 25925 2622 3032 0 25682 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 117128 KiB
Current children cumulated memory: 103700 KiB

[startup+0.305543 s]*
/proc/loadavg: 4.20 4.28 4.18 5/256 982768
/proc/meminfo: memFree=127523248/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=123184 memory=109696 CPUtime=0.3 cores=5,7
/proc/982748/stat : 982748 (fscip) R 982744 982748 980418 0 -1 4194304 25687 0 0 0 27 3 0 0 20 0 1 0 186576236 126140416 27424 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 30796 27424 2638 3032 0 27196 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 123184 KiB
Current children cumulated memory: 109696 KiB

[startup+0.700232 s]
/proc/loadavg: 4.20 4.28 4.18 5/256 982768
/proc/meminfo: memFree=127500820/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=136228 memory=122016 CPUtime=0.68 cores=5,7
/proc/982748/stat : 982748 (fscip) R 982744 982748 980418 0 -1 4194304 31488 0 0 0 65 3 0 0 20 0 1 0 186576236 139497472 30504 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 34057 30504 2718 3032 0 30457 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 136228 KiB
Current children cumulated memory: 122016 KiB

[startup+1.5002 s]
/proc/loadavg: 4.18 4.27 4.18 5/256 982769
/proc/meminfo: memFree=127442100/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=174924 memory=158212 CPUtime=1.48 cores=5,7
/proc/982748/stat : 982748 (fscip) R 982744 982748 980418 0 -1 4194304 38582 0 0 0 143 5 0 0 20 0 1 0 186576236 179122176 39553 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 43731 39553 2734 3032 0 40131 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 174924 KiB
Current children cumulated memory: 158212 KiB

[startup+3.10548 s]
/proc/loadavg: 4.18 4.27 4.18 5/254 982815
/proc/meminfo: memFree=128046060/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=175604 memory=158728 CPUtime=3.08 cores=5,7
/proc/982748/stat : 982748 (fscip) R 982744 982748 980418 0 -1 4194304 38735 0 0 0 303 5 0 0 20 0 1 0 186576236 179818496 39682 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 43901 39682 2734 3032 0 40301 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 175604 KiB
Current children cumulated memory: 158728 KiB

[startup+6.30023 s]
/proc/loadavg: 4.17 4.27 4.18 5/254 982815
/proc/meminfo: memFree=128041180/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=177960 memory=160568 CPUtime=6.27 cores=5,7
/proc/982748/stat : 982748 (fscip) R 982744 982748 980418 0 -1 4194304 39188 0 0 0 622 5 0 0 20 0 1 0 186576236 182231040 40142 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 44490 40142 2734 3032 0 40890 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 177960 KiB
Current children cumulated memory: 160568 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.26 4.18 5/258 982821
/proc/meminfo: memFree=127836036/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=182052 memory=164908 CPUtime=12.64 cores=5,7
/proc/982748/stat : 982748 (fscip) R 982744 982748 980418 0 -1 4194304 40282 0 0 0 1259 5 0 0 20 0 1 0 186576236 186421248 41227 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 45513 41227 2734 3032 0 41913 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 182052 KiB
Current children cumulated memory: 164908 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.26 4.18 5/258 982822
/proc/meminfo: memFree=127826900/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=183172 memory=168384 CPUtime=25.41 cores=5,7
/proc/982748/stat : 982748 (fscip) R 982744 982748 980418 0 -1 4194304 40576 0 0 0 2535 6 0 0 20 0 1 0 186576236 187568128 42096 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 45793 42096 2734 3032 0 42193 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 183172 KiB
Current children cumulated memory: 168384 KiB

[startup+51.1055 s]
/proc/loadavg: 4.22 4.26 4.18 5/262 982833
/proc/meminfo: memFree=127372288/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=560036 memory=448348 CPUtime=50.93 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 160922 0 0 0 5074 19 0 0 20 0 3 0 186576236 573476864 112087 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 140009 112087 2910 3032 0 129819 0
[pid=982748/tid=982830] ppid=982744 vsize=560036 memory=-6441108879809100648 CPUtime=10.05 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 92261 0 0 0 997 8 0 0 20 0 3 0 186580334 573476864 112087 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=560036 memory=435216 CPUtime=0 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 186580342 573476864 112087 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 560036 KiB
Current children cumulated memory: 448348 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.24 4.18 5/264 982844
/proc/meminfo: memFree=126983852/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=560228 memory=458304 CPUtime=101.99 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 204788 0 0 0 10176 23 0 0 20 0 3 0 186576236 573673472 114576 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 140057 114576 2926 3032 0 132247 0
[pid=982748/tid=982830] ppid=982744 vsize=560228 memory=458152 CPUtime=61.11 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 136091 0 0 0 6099 12 0 0 20 0 3 0 186580334 573673472 114576 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=560228 memory=11400 CPUtime=0 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 3 0 186580342 573673472 114576 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 560228 KiB
Current children cumulated memory: 458304 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.20 4.17 5/264 982854
/proc/meminfo: memFree=126957112/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=560228 memory=462032 CPUtime=161.83 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 219935 0 0 0 16159 24 0 0 20 0 3 0 186576236 573673472 115508 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 140057 115508 2926 3032 0 133286 0
[pid=982748/tid=982830] ppid=982744 vsize=560228 memory=460824 CPUtime=120.93 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 151224 0 0 0 12081 12 0 0 20 0 3 0 186580334 573673472 115508 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=560228 memory=462000 CPUtime=0 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 3 0 186580342 573673472 115508 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 560228 KiB
Current children cumulated memory: 462032 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.20 4.17 5/264 982864
/proc/meminfo: memFree=126928964/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=564792 memory=464772 CPUtime=221.67 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 234110 0 0 0 22142 25 0 0 20 0 3 0 186576236 578347008 116193 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 141198 116193 2926 3032 0 134427 0
[pid=982748/tid=982830] ppid=982744 vsize=564792 memory=462108 CPUtime=180.78 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 165389 0 0 0 18064 14 0 0 20 0 3 0 186580334 578347008 116193 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=564792 memory=464772 CPUtime=0 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 78 0 0 0 0 0 0 0 20 0 3 0 186580342 578347008 116193 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 564792 KiB
Current children cumulated memory: 464772 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.17 4.16 5/264 982877
/proc/meminfo: memFree=126851724/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=669768 memory=532152 CPUtime=281.48 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 269132 0 0 0 28119 29 0 0 20 0 3 0 186576236 685842432 133038 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 167442 133038 2942 3032 0 152270 0
[pid=982748/tid=982830] ppid=982744 vsize=669768 memory=531288 CPUtime=240.6 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 200405 0 0 0 24042 18 0 0 20 0 3 0 186580334 685842432 133038 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=669768 memory=531288 CPUtime=0 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 84 0 0 0 0 0 0 0 20 0 3 0 186580342 685842432 133038 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 669768 KiB
Current children cumulated memory: 532152 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.17 4.16 5/264 982887
/proc/meminfo: memFree=126736688/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=669768 memory=544976 CPUtime=341.29 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 297834 0 0 0 34098 31 0 0 20 0 3 0 186576236 685842432 136244 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 167442 136244 2942 3032 0 156191 0

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

[pid=982748] ppid=982744 vsize=800840 memory=711280 CPUtime=3393.05 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 565216 0 0 0 339254 51 0 0 20 0 3 0 186576236 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 200210 177820 3262 3032 0 184947 0
[pid=982748/tid=982830] ppid=982744 vsize=800840 memory=711280 CPUtime=3352.13 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 496140 0 0 0 335175 38 0 0 20 0 3 0 186580334 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=800840 memory=711280 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 433 0 0 0 1 2 0 0 20 0 3 0 186580342 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3393.05 s
Current children cumulated vsize: 800840 KiB
Current children cumulated memory: 711280 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/262 984638
/proc/meminfo: memFree=126138584/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=800840 memory=711280 CPUtime=3452.9 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 565287 0 0 0 345239 51 0 0 20 0 3 0 186576236 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 200210 177820 3262 3032 0 184947 0
[pid=982748/tid=982830] ppid=982744 vsize=800840 memory=711280 CPUtime=3411.98 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 496201 0 0 0 341160 38 0 0 20 0 3 0 186580334 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=800840 memory=711280 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 443 0 0 0 1 2 0 0 20 0 3 0 186580342 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3452.9 s
Current children cumulated vsize: 800840 KiB
Current children cumulated memory: 711280 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/262 984649
/proc/meminfo: memFree=126137788/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=800840 memory=711280 CPUtime=3512.75 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 565393 0 0 0 351224 51 0 0 20 0 3 0 186576236 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 200210 177820 3262 3032 0 184947 0
[pid=982748/tid=982830] ppid=982744 vsize=800840 memory=44432 CPUtime=3471.83 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 496299 0 0 0 347145 38 0 0 20 0 3 0 186580334 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=800840 memory=711280 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 451 0 0 0 1 2 0 0 20 0 3 0 186580342 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3512.75 s
Current children cumulated vsize: 800840 KiB
Current children cumulated memory: 711280 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 984659
/proc/meminfo: memFree=126136932/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=800840 memory=711280 CPUtime=3572.6 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 565461 0 0 0 357209 51 0 0 20 0 3 0 186576236 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 200210 177820 3262 3032 0 184947 0
[pid=982748/tid=982830] ppid=982744 vsize=800840 memory=11400 CPUtime=3531.68 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 496357 0 0 0 353130 38 0 0 20 0 3 0 186580334 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=800840 memory=2248 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 461 0 0 0 1 2 0 0 20 0 3 0 186580342 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3572.6 s
Current children cumulated vsize: 800840 KiB
Current children cumulated memory: 711280 KiB

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

# cumulated CPU time of all completed processes:  user=3589.95 s, system=0.528417 s

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

[startup+3584 s]*
/proc/loadavg: 4.08 4.11 4.09 5/262 984659
/proc/meminfo: memFree=126136980/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=800840 memory=711280 CPUtime=3574.3 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 565496 0 0 0 357379 51 0 0 20 0 3 0 186576236 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 200210 177820 3262 3032 0 184947 0
[pid=982748/tid=982830] ppid=982744 vsize=800840 memory=6720661034891362925 CPUtime=3533.38 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 496390 0 0 0 353300 38 0 0 20 0 3 0 186580334 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=800840 memory=8041354745950281120 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 463 0 0 0 1 2 0 0 20 0 3 0 186580342 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3574.3 s
Current children cumulated vsize: 800840 KiB
Current children cumulated memory: 711280 KiB

[startup+3590.4 s]
/proc/loadavg: 4.07 4.11 4.09 5/262 984659
/proc/meminfo: memFree=126136980/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=800840 memory=711280 CPUtime=3580.68 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 565509 0 0 0 358017 51 0 0 20 0 3 0 186576236 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 200210 177820 3262 3032 0 184947 0
[pid=982748/tid=982830] ppid=982744 vsize=800840 memory=11400 CPUtime=3539.76 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 496403 0 0 0 353938 38 0 0 20 0 3 0 186580334 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=800840 memory=0 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 463 0 0 0 1 2 0 0 20 0 3 0 186580342 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3580.68 s
Current children cumulated vsize: 800840 KiB
Current children cumulated memory: 711280 KiB

[startup+3596.8 s]
/proc/loadavg: 4.06 4.11 4.09 5/262 984660
/proc/meminfo: memFree=126136952/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=800840 memory=711280 CPUtime=3587.06 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 565509 0 0 0 358655 51 0 0 20 0 3 0 186576236 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 200210 177820 3262 3032 0 184947 0
[pid=982748/tid=982830] ppid=982744 vsize=800840 memory=44432 CPUtime=3546.14 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 496403 0 0 0 354576 38 0 0 20 0 3 0 186580334 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=800840 memory=11400 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 463 0 0 0 1 2 0 0 20 0 3 0 186580342 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3587.06 s
Current children cumulated vsize: 800840 KiB
Current children cumulated memory: 711280 KiB

[startup+3598.4 s]
/proc/loadavg: 4.06 4.11 4.09 5/262 984660
/proc/meminfo: memFree=126136952/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=800840 memory=711280 CPUtime=3588.66 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 565509 0 0 0 358815 51 0 0 20 0 3 0 186576236 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 200210 177820 3262 3032 0 184947 0
[pid=982748/tid=982830] ppid=982744 vsize=800840 memory=711280 CPUtime=3547.74 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 496403 0 0 0 354736 38 0 0 20 0 3 0 186580334 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=800840 memory=12740 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 463 0 0 0 1 2 0 0 20 0 3 0 186580342 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3588.66 s
Current children cumulated vsize: 800840 KiB
Current children cumulated memory: 711280 KiB

[startup+3599.2 s]
/proc/loadavg: 4.06 4.11 4.09 5/262 984660
/proc/meminfo: memFree=126136980/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=800840 memory=711280 CPUtime=3589.46 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 565509 0 0 0 358895 51 0 0 20 0 3 0 186576236 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 200210 177820 3262 3032 0 184947 0
[pid=982748/tid=982830] ppid=982744 vsize=800840 memory=4876 CPUtime=3548.54 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 496403 0 0 0 354816 38 0 0 20 0 3 0 186580334 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=800840 memory=33020 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 463 0 0 0 1 2 0 0 20 0 3 0 186580342 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3589.46 s
Current children cumulated vsize: 800840 KiB
Current children cumulated memory: 711280 KiB

[startup+3600 s]*
/proc/loadavg: 4.06 4.11 4.09 5/262 984660
/proc/meminfo: memFree=126136980/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=800840 memory=711280 CPUtime=3590.26 cores=5,7
/proc/982748/stat : 982748 (fscip) S 982744 982748 980418 0 -1 1077936128 565509 0 0 0 358975 51 0 0 20 0 3 0 186576236 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 200210 177820 3262 3032 0 184947 0
[pid=982748/tid=982830] ppid=982744 vsize=800840 memory=929480 CPUtime=3549.34 cores=5,7
/proc/982748/task/982830/stat : 982830 (fscip) R 982744 982748 980418 0 -1 4194368 496403 0 0 0 354896 38 0 0 20 0 3 0 186580334 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
[pid=982748/tid=982831] ppid=982744 vsize=800840 memory=2840 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 463 0 0 0 1 2 0 0 20 0 3 0 186580342 820060160 177820 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3590.26 s
Current children cumulated vsize: 800840 KiB
Current children cumulated memory: 711280 KiB

[startup+3600.2 s]
/proc/loadavg: 4.06 4.11 4.09 5/262 984660
/proc/meminfo: memFree=126136980/131524600 swapFree=131071996/131071996
[pid=982748] ppid=982744 vsize=711892 memory=622084 CPUtime=3590.46 cores=5,7
/proc/982748/stat : 982748 (fscip) R 982744 982748 980418 0 -1 4194304 569022 0 0 0 358994 52 0 0 20 0 2 0 186576236 728977408 155521 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
/proc/982748/statm: 177973 155521 3310 3032 0 162710 0
[pid=982748/tid=982831] ppid=982744 vsize=711892 memory=23288 CPUtime=0.03 cores=5,7
/proc/982748/task/982831/stat : 982831 (fscip) S 982744 982748 980418 0 -1 1077936192 463 0 0 0 1 2 0 0 20 0 2 0 186580342 728977408 155521 134679101440 4194304 16613245 140720500141808 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 42881024 140720500147220 140720500147336 140720500147336 140720500154352 0
Current children cumulated CPU time: 3590.46 s
Current children cumulated vsize: 711892 KiB
Current children cumulated memory: 622084 KiB

Child status: 0

Real time (s): 3600.21
CPU time (s): 3590.47
CPU user time (s): 3589.95
CPU system time (s): 0.528417
CPU usage (%): 99.7297
Max. virtual memory (cumulated for all children) (KiB): 800840
Max. memory (cumulated for all children) (KiB): 711280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.95
system time used= 0.528417
maximum resident set size= 711712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569041
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= 3597
involuntary context switches= 3014


# summary of solver processes directly reported to runsolver:
#   pid: 982748
#   total CPU time (s): 3590.47
#   total CPU user time (s): 3589.95
#   total CPU system time (s): 0.528417

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76943 second user time and 14.6799 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-19 01:09:32
IDJOB=4446860
IDBENCH=158322
IDSOLVER=3064
FILE ID=nodeC015/4446860-1721344160
RUNJOBID= nodeC015-1721340572-980431
SLURM_JOB_ID= 7542724
Free space on /tmp= 890024 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K150.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-4446860-1721344160/watcher-4446860-1721344160 -o /tmp/evaluation-result-4446860-1721344160/solver-4446860-1721344160 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721340572-980431 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4446860-1721344160.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=1321663380

nodeC015.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		: 3601.228
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		: 3683.809
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.25
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		: 3616.081
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		: 3600.183
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.25
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		: 3601.766
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		: 3599.809
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.25
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		: 3671.475
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		: 3683.554
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127811336 kB
MemAvailable:   128966656 kB
Buffers:          508964 kB
Cached:          1474372 kB
SwapCached:            0 kB
Active:          1644868 kB
Inactive:        1434100 kB
Active(anon):       1540 kB
Inactive(anon):  1132776 kB
Active(file):    1643328 kB
Inactive(file):   301324 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             58392 kB
Writeback:            36 kB
AnonPages:       1094608 kB
Mapped:           119316 kB
Shmem:             37720 kB
KReclaimable:     100628 kB
Slab:             213108 kB
SReclaimable:     100628 kB
SUnreclaim:       112480 kB
KernelStack:        3976 kB
PageTables:        11444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1133508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1118208 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC015 at 2024-07-19 02:09:33