Trace number 4446710

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? 3588.38 3600.25

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K162.opb
MD5SUM3691972eca5819945d0aaf6ae8165cd0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3001.01
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19278
Total number of constraints19604
Number of constraints which are clauses19442
Number of constraints which are cardinality constraints (but not clauses)162
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint162
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 163
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.10/0.12	c Default LC presolving (default).
0.10/0.12	c ** Before presolving: virtualMemUsedAtLc = 111807725, getVmSize() = 98287616, SCIPgetMemUsed() = 69024205, SCIPgetMemTotal() = 74344013, SCIPgetMemExternEstim() = 37463712
0.10/0.12	c ** set memory limit for presolving in LC to 8.79606e+12 for SCIP **
34.27/34.41	c ** Estimated virtualMemUsedAtSolver = 234153241, getVmSize() = 346681344, SCIPgetMemUsed() = 236126774, SCIPgetMemTotal() = 313766150, SCIPgetMemExternEstim() = 37463712
34.27/34.41	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
34.27/34.41	c Original Problem   :
34.27/34.41	c   Problem name     : instance-4446710-1721340559
34.27/34.41	c   Variables        : 19278 (19278 binary, 0 integer, 0 implicit integer, 0 continuous)
34.27/34.41	c   Constraints      : 19604
34.27/34.41	c   Objective sense  : minimize
34.27/34.41	c Presolved Problem  :
34.27/34.41	c   Variables        : 17758 (17758 binary, 0 integer, 0 implicit integer, 0 continuous)
34.27/34.41	c   Constraints      : 18034
34.27/34.41	c Constraints        : Number
34.27/34.41	c   setppc           : 2200 
34.27/34.41	c   orbitope         : 1 
34.27/34.41	c   logicor          : 15833 
34.27/34.41	c ** Instance transfer method used: 0
34.27/34.45	c ** ParaScipInstance copy increased the number of variables. **
34.36/34.51	c LC is working with racing ramp-up and with rebuilding tree after racing.
34.36/34.51	c                                Nodes    Active                                            
34.36/34.51	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3588.13/3600.05	c      3600              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3588.23/3600.16	c SCIP Status        : c solving was interrupted [hard time limit reached]
3588.23/3600.16	c Total Time         : 3600.1600
3588.23/3600.16	c   solving          : 3600.1600
3588.23/3600.16	c   presolving       : 34.2853 (included in solving)
3588.23/3600.16	c B&B Tree           :
3588.23/3600.16	c   nodes (total)    : 1
3588.23/3600.16	c Solution           :
3588.23/3600.16	c   Solutions found  : 0
3588.23/3600.16	c   Primal Bound     :          -
3588.23/3600.16	c   Dual Bound       :          -
3588.23/3600.16	c Gap                :          -
3588.32/3600.24	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 (62136 MiB free)
  memory of node 1: 64510 MiB (63335 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100094 s]*
/proc/loadavg: 1.08 1.20 2.13 6/260 980492
/proc/meminfo: memFree=128233588/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=85668 memory=74712 CPUtime=0.1 cores=0,2
/proc/980481/stat : 980481 (fscip) R 980473 980481 980418 0 -1 4194304 16463 0 0 0 8 2 0 0 20 0 1 0 186216174 87724032 18678 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 21417 18678 2542 3032 0 17817 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 85668 KiB
Current children cumulated memory: 74712 KiB

[startup+0.206903 s]*
/proc/loadavg: 1.08 1.20 2.13 8/260 980492
/proc/meminfo: memFree=128143360/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=113664 memory=96988 CPUtime=0.2 cores=0,2
/proc/980481/stat : 980481 (fscip) R 980473 980481 980418 0 -1 4194304 22020 0 0 0 18 2 0 0 20 0 1 0 186216174 116391936 24247 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 28416 24247 2606 3032 0 24816 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 113664 KiB
Current children cumulated memory: 96988 KiB

[startup+0.307035 s]*
/proc/loadavg: 1.08 1.20 2.13 6/260 980492
/proc/meminfo: memFree=128073808/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=128852 memory=115028 CPUtime=0.3 cores=0,2
/proc/980481/stat : 980481 (fscip) R 980473 980481 980418 0 -1 4194304 28302 0 0 0 27 3 0 0 20 0 1 0 186216174 131944448 28757 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 32213 28757 2638 3032 0 28613 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 128852 KiB
Current children cumulated memory: 115028 KiB

[startup+0.700231 s]
/proc/loadavg: 1.08 1.20 2.13 6/260 980492
/proc/meminfo: memFree=128074724/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=135788 memory=122824 CPUtime=0.68 cores=0,2
/proc/980481/stat : 980481 (fscip) R 980473 980481 980418 0 -1 4194304 33318 0 0 0 64 4 0 0 20 0 1 0 186216174 139046912 30706 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 33947 30706 2686 3032 0 30347 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 135788 KiB
Current children cumulated memory: 122824 KiB

[startup+1.50023 s]
/proc/loadavg: 1.31 1.25 2.14 6/260 980492
/proc/meminfo: memFree=128002980/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=179260 memory=163552 CPUtime=1.49 cores=0,2
/proc/980481/stat : 980481 (fscip) R 980473 980481 980418 0 -1 4194304 42109 0 0 0 143 6 0 0 20 0 1 0 186216174 183562240 40888 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 44815 40888 2734 3032 0 41215 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 179260 KiB
Current children cumulated memory: 163552 KiB

[startup+3.10684 s]
/proc/loadavg: 1.31 1.25 2.14 6/260 980494
/proc/meminfo: memFree=127877080/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=182980 memory=166984 CPUtime=3.08 cores=0,2
/proc/980481/stat : 980481 (fscip) R 980473 980481 980418 0 -1 4194304 42996 0 0 0 302 6 0 0 20 0 1 0 186216174 187371520 41746 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 45745 41746 2734 3032 0 42145 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 182980 KiB
Current children cumulated memory: 166984 KiB

[startup+6.30021 s]
/proc/loadavg: 1.53 1.30 2.15 6/260 980494
/proc/meminfo: memFree=127868648/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=188180 memory=171604 CPUtime=6.27 cores=0,2
/proc/980481/stat : 980481 (fscip) R 980473 980481 980418 0 -1 4194304 44175 0 0 0 620 7 0 0 20 0 1 0 186216174 192696320 42901 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 47045 42901 2734 3032 0 43445 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 188180 KiB
Current children cumulated memory: 171604 KiB

[startup+12.7002 s]
/proc/loadavg: 1.72 1.34 2.16 6/260 980495
/proc/meminfo: memFree=127849064/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=190024 memory=173616 CPUtime=12.65 cores=0,2
/proc/980481/stat : 980481 (fscip) R 980473 980481 980418 0 -1 4194304 44697 0 0 0 1258 7 0 0 20 0 1 0 186216174 194584576 43404 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 47506 43404 2734 3032 0 43906 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 190024 KiB
Current children cumulated memory: 173616 KiB

[startup+25.5002 s]
/proc/loadavg: 2.16 1.44 2.19 6/260 980497
/proc/meminfo: memFree=127844792/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=191464 memory=175264 CPUtime=25.4 cores=0,2
/proc/980481/stat : 980481 (fscip) R 980473 980481 980418 0 -1 4194304 45068 0 0 0 2533 7 0 0 20 0 1 0 186216174 196059136 43816 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 47866 43816 2734 3032 0 44266 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 191464 KiB
Current children cumulated memory: 175264 KiB

[startup+51.1067 s]
/proc/loadavg: 3.00 1.72 2.26 9/271 980799
/proc/meminfo: memFree=126908528/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=581812 memory=485456 CPUtime=50.81 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 169490 0 0 0 5060 21 0 0 20 0 3 0 186216174 595775488 121364 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 145453 121364 2942 3032 0 140768 0
[pid=980481/tid=980791] ppid=980473 vsize=581812 memory=482044 CPUtime=16.46 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 94387 0 0 0 1638 8 0 0 20 0 3 0 186219615 595775488 121364 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=581812 memory=423440 CPUtime=0 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 186219625 595775488 121364 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 50.81 s
Current children cumulated vsize: 581812 KiB
Current children cumulated memory: 485456 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 2.09 2.36 6/271 980810
/proc/meminfo: memFree=126699720/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=586808 memory=503572 CPUtime=101.69 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 211410 0 0 0 10145 24 0 0 20 0 3 0 186216174 600891392 125893 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 146702 125893 2958 3032 0 142948 0
[pid=980481/tid=980791] ppid=980473 vsize=586808 memory=11400 CPUtime=67.36 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 136273 0 0 0 6724 12 0 0 20 0 3 0 186219615 600891392 125893 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=586808 memory=-6225782721648704361 CPUtime=0 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 3 0 186219625 600891392 125893 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 101.69 s
Current children cumulated vsize: 586808 KiB
Current children cumulated memory: 503572 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 2.47 2.47 6/271 980820
/proc/meminfo: memFree=126671812/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=587992 memory=527172 CPUtime=161.5 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 228641 0 0 0 16124 26 0 0 20 0 3 0 186216174 602103808 131793 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 146998 131793 2958 3032 0 143244 0
[pid=980481/tid=980791] ppid=980473 vsize=587992 memory=525504 CPUtime=127.16 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 153487 0 0 0 12703 13 0 0 20 0 3 0 186219615 602103808 131793 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=587992 memory=526616 CPUtime=0 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 79 0 0 0 0 0 0 0 20 0 3 0 186219625 602103808 131793 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 161.5 s
Current children cumulated vsize: 587992 KiB
Current children cumulated memory: 527172 KiB

[startup+222.3 s]
/proc/loadavg: 3.99 2.75 2.57 6/268 980831
/proc/meminfo: memFree=126590720/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=589368 memory=532572 CPUtime=221.31 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 241449 0 0 0 22104 27 0 0 20 0 3 0 186216174 603512832 133143 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 147342 133143 2958 3032 0 143588 0
[pid=980481/tid=980791] ppid=980473 vsize=589368 memory=526616 CPUtime=186.96 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 166284 0 0 0 18682 14 0 0 20 0 3 0 186219615 603512832 133143 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=589368 memory=532572 CPUtime=0 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 90 0 0 0 0 0 0 0 20 0 3 0 186219625 603512832 133143 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 221.31 s
Current children cumulated vsize: 589368 KiB
Current children cumulated memory: 532572 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.01 2.67 5/267 980842
/proc/meminfo: memFree=126453400/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=701112 memory=604672 CPUtime=281.11 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 263909 0 0 0 28079 32 0 0 20 0 3 0 186216174 717938688 151168 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 175278 151168 2974 3032 0 162025 0
[pid=980481/tid=980791] ppid=980473 vsize=701112 memory=11400 CPUtime=246.77 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 188735 0 0 0 24658 19 0 0 20 0 3 0 186219615 717938688 151168 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=701112 memory=11400 CPUtime=0 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 99 0 0 0 0 0 0 0 20 0 3 0 186219625 717938688 151168 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 281.11 s
Current children cumulated vsize: 701112 KiB
Current children cumulated memory: 604672 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.21 2.76 6/264 980853
/proc/meminfo: memFree=126336820/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=701112 memory=623868 CPUtime=340.93 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 272993 0 0 0 34060 33 0 0 20 0 3 0 186216174 717938688 155967 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 175278 155967 2974 3032 0 165828 0

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

[pid=980481] ppid=980473 vsize=903240 memory=801852 CPUtime=3391 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 443140 0 0 0 339052 48 0 0 20 0 3 0 186216174 924917760 200463 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 225810 200463 3294 3032 0 208799 0
[pid=980481/tid=980791] ppid=980473 vsize=903240 memory=801852 CPUtime=3356.63 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 367468 0 0 0 335630 33 0 0 20 0 3 0 186219615 924917760 200463 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=903240 memory=801852 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 597 0 0 0 1 2 0 0 20 0 3 0 186219625 924917760 200463 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3391 s
Current children cumulated vsize: 903240 KiB
Current children cumulated memory: 801852 KiB

[startup+3462.3 s]
/proc/loadavg: 4.61 4.38 4.20 6/263 982607
/proc/meminfo: memFree=125577600/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=903240 memory=801852 CPUtime=3450.83 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 443878 0 0 0 345035 48 0 0 20 0 3 0 186216174 924917760 200463 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 225810 200463 3294 3032 0 208799 0
[pid=980481/tid=980791] ppid=980473 vsize=903240 memory=801852 CPUtime=3416.45 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 368192 0 0 0 341612 33 0 0 20 0 3 0 186219615 924917760 200463 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=903240 memory=801852 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 611 0 0 0 1 2 0 0 20 0 3 0 186219625 924917760 200463 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3450.83 s
Current children cumulated vsize: 903240 KiB
Current children cumulated memory: 801852 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.32 4.19 6/262 982618
/proc/meminfo: memFree=125576232/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=903240 memory=801852 CPUtime=3510.65 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 444988 0 0 0 351017 48 0 0 20 0 3 0 186216174 924917760 200463 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 225810 200463 3294 3032 0 208799 0
[pid=980481/tid=980791] ppid=980473 vsize=903240 memory=801852 CPUtime=3476.27 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 369292 0 0 0 347594 33 0 0 20 0 3 0 186219615 924917760 200463 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=903240 memory=801852 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 621 0 0 0 1 2 0 0 20 0 3 0 186219625 924917760 200463 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3510.65 s
Current children cumulated vsize: 903240 KiB
Current children cumulated memory: 801852 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.28 4.18 6/262 982628
/proc/meminfo: memFree=125575536/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=903240 memory=801860 CPUtime=3570.48 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 445537 0 0 0 356999 49 0 0 20 0 3 0 186216174 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 225810 200465 3294 3032 0 208799 0
[pid=980481/tid=980791] ppid=980473 vsize=903240 memory=11400 CPUtime=3536.11 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 369830 0 0 0 353577 34 0 0 20 0 3 0 186219615 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=903240 memory=44432 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 632 0 0 0 1 2 0 0 20 0 3 0 186219625 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3570.48 s
Current children cumulated vsize: 903240 KiB
Current children cumulated memory: 801860 KiB

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

# cumulated CPU time of all completed processes:  user=3587.88 s, system=0.501198 s

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

[startup+3584 s]*
/proc/loadavg: 4.15 4.28 4.18 5/262 982628
/proc/meminfo: memFree=125575508/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=903240 memory=801860 CPUtime=3572.18 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 445537 0 0 0 357169 49 0 0 20 0 3 0 186216174 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 225810 200465 3294 3032 0 208799 0
[pid=980481/tid=980791] ppid=980473 vsize=903240 memory=6720665458640437874 CPUtime=3537.81 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 369830 0 0 0 353747 34 0 0 20 0 3 0 186219615 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=903240 memory=-7592636480274063739 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 632 0 0 0 1 2 0 0 20 0 3 0 186219625 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3572.18 s
Current children cumulated vsize: 903240 KiB
Current children cumulated memory: 801860 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.27 4.18 6/262 982628
/proc/meminfo: memFree=125575516/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=903240 memory=801860 CPUtime=3578.55 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 445914 0 0 0 357806 49 0 0 20 0 3 0 186216174 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 225810 200465 3294 3032 0 208799 0
[pid=980481/tid=980791] ppid=980473 vsize=903240 memory=11400 CPUtime=3544.18 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 370206 0 0 0 354384 34 0 0 20 0 3 0 186219615 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=903240 memory=801860 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 633 0 0 0 1 2 0 0 20 0 3 0 186219625 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3578.55 s
Current children cumulated vsize: 903240 KiB
Current children cumulated memory: 801860 KiB

[startup+3596.8 s]
/proc/loadavg: 4.13 4.27 4.18 5/262 982630
/proc/meminfo: memFree=125575492/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=903240 memory=801860 CPUtime=3584.93 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 446004 0 0 0 358444 49 0 0 20 0 3 0 186216174 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 225810 200465 3294 3032 0 208799 0
[pid=980481/tid=980791] ppid=980473 vsize=903240 memory=801860 CPUtime=3550.56 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 370296 0 0 0 355022 34 0 0 20 0 3 0 186219615 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=903240 memory=801860 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 633 0 0 0 1 2 0 0 20 0 3 0 186219625 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3584.93 s
Current children cumulated vsize: 903240 KiB
Current children cumulated memory: 801860 KiB

[startup+3598.4 s]
/proc/loadavg: 4.20 4.28 4.18 5/262 982630
/proc/meminfo: memFree=125575476/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=903240 memory=801860 CPUtime=3586.53 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 446018 0 0 0 358604 49 0 0 20 0 3 0 186216174 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 225810 200465 3294 3032 0 208799 0
[pid=980481/tid=980791] ppid=980473 vsize=903240 memory=11400 CPUtime=3552.16 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 370310 0 0 0 355182 34 0 0 20 0 3 0 186219615 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=903240 memory=44432 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 633 0 0 0 1 2 0 0 20 0 3 0 186219625 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3586.53 s
Current children cumulated vsize: 903240 KiB
Current children cumulated memory: 801860 KiB

[startup+3599.2 s]
/proc/loadavg: 4.20 4.28 4.18 6/262 982630
/proc/meminfo: memFree=125575492/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=903240 memory=801860 CPUtime=3587.33 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 446018 0 0 0 358684 49 0 0 20 0 3 0 186216174 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 225810 200465 3294 3032 0 208799 0
[pid=980481/tid=980791] ppid=980473 vsize=903240 memory=16160 CPUtime=3552.95 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 370310 0 0 0 355261 34 0 0 20 0 3 0 186219615 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=903240 memory=2248 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 633 0 0 0 1 2 0 0 20 0 3 0 186219625 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3587.33 s
Current children cumulated vsize: 903240 KiB
Current children cumulated memory: 801860 KiB

[startup+3600 s]*
/proc/loadavg: 4.20 4.28 4.18 6/262 982630
/proc/meminfo: memFree=125575484/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=903240 memory=801860 CPUtime=3588.13 cores=0,2
/proc/980481/stat : 980481 (fscip) S 980473 980481 980418 0 -1 1077936128 446018 0 0 0 358764 49 0 0 20 0 3 0 186216174 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 225810 200465 3294 3032 0 208799 0
[pid=980481/tid=980791] ppid=980473 vsize=903240 memory=6720665458640437874 CPUtime=3553.76 cores=0,2
/proc/980481/task/980791/stat : 980791 (fscip) R 980473 980481 980418 0 -1 4194368 370310 0 0 0 355342 34 0 0 20 0 3 0 186219615 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
[pid=980481/tid=980792] ppid=980473 vsize=903240 memory=-7592636480274063739 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 633 0 0 0 1 2 0 0 20 0 3 0 186219625 924917760 200465 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3588.13 s
Current children cumulated vsize: 903240 KiB
Current children cumulated memory: 801860 KiB

[startup+3600.2 s]
/proc/loadavg: 4.20 4.28 4.18 6/262 982630
/proc/meminfo: memFree=125575484/131524600 swapFree=131071996/131071996
[pid=980481] ppid=980473 vsize=851512 memory=750212 CPUtime=3588.32 cores=0,2
/proc/980481/stat : 980481 (fscip) R 980473 980481 980418 0 -1 4194304 449316 0 0 0 358783 49 0 0 20 0 2 0 186216174 871948288 187553 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
/proc/980481/statm: 212878 187553 3310 3032 0 195867 0
[pid=980481/tid=980792] ppid=980473 vsize=851512 memory=40508 CPUtime=0.03 cores=0,2
/proc/980481/task/980792/stat : 980792 (fscip) S 980473 980481 980418 0 -1 1077936192 633 0 0 0 1 2 0 0 20 0 2 0 186219625 871948288 187553 134679101440 4194304 16613245 140731586551024 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 45162496 140731586556948 140731586557064 140731586557064 140731586564080 0
Current children cumulated CPU time: 3588.32 s
Current children cumulated vsize: 851512 KiB
Current children cumulated memory: 750212 KiB

Child status: 0

Real time (s): 3600.25
CPU time (s): 3588.38
CPU user time (s): 3587.88
CPU system time (s): 0.501198
CPU usage (%): 99.6703
Max. virtual memory (cumulated for all children) (KiB): 903240
Max. memory (cumulated for all children) (KiB): 801860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.88
system time used= 0.501198
maximum resident set size= 801860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451309
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= 3615
involuntary context switches= 24812


# summary of solver processes directly reported to runsolver:
#   pid: 980481
#   total CPU time (s): 3588.38
#   total CPU user time (s): 3587.88
#   total CPU system time (s): 0.501198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43221 second user time and 19.5346 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-19 00:09:32
IDJOB=4446710
IDBENCH=158293
IDSOLVER=3064
FILE ID=nodeC015/4446710-1721340559
RUNJOBID= nodeC015-1721340572-980428
SLURM_JOB_ID= 7542724
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= 3691972eca5819945d0aaf6ae8165cd0
RANDOM SEED=22247647

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		: 3797.473
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		: 3853.237
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		: 3710.445
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		: 3668.230
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		: 3703.760
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		: 3611.684
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		: 3727.270
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		: 3745.741
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:        128484468 kB
MemAvailable:   129674344 kB
Buffers:          506884 kB
Cached:          1510364 kB
SwapCached:            0 kB
Active:          1640624 kB
Inactive:         766452 kB
Active(anon):       1476 kB
Inactive(anon):   426388 kB
Active(file):    1639148 kB
Inactive(file):   340064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            116536 kB
Writeback:             0 kB
AnonPages:        388408 kB
Mapped:           106996 kB
Shmem:             37720 kB
KReclaimable:     100620 kB
Slab:             213016 kB
SReclaimable:     100620 kB
SUnreclaim:       112396 kB
KernelStack:        4004 kB
PageTables:        10260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     768208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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 01:09:32