Trace number 4446620

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? 3593.34 3602.04

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K157.opb
MD5SUM1aa29222329f307e3e004dcb472df849
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 benchmark2164.15
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18683
Total number of constraints18999
Number of constraints which are clauses18842
Number of constraints which are cardinality constraints (but not clauses)157
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint157
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 158
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.12	c Default LC presolving (default).
0.09/0.12	c ** Before presolving: virtualMemUsedAtLc = 110015246, getVmSize() = 97607680, SCIPgetMemUsed() = 66980045, SCIPgetMemTotal() = 73708245, SCIPgetMemExternEstim() = 36307001
0.09/0.12	c ** set memory limit for presolving in LC to 8.79606e+12 for SCIP **
46.86/47.02	c ** Estimated virtualMemUsedAtSolver = 228762183, getVmSize() = 339705856, SCIPgetMemUsed() = 230168538, SCIPgetMemTotal() = 306836274, SCIPgetMemExternEstim() = 36307001
46.86/47.02	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
46.86/47.02	c Original Problem   :
46.86/47.02	c   Problem name     : instance-4446620-1721340559
46.86/47.02	c   Variables        : 18683 (18683 binary, 0 integer, 0 implicit integer, 0 continuous)
46.86/47.02	c   Constraints      : 18999
46.86/47.02	c   Objective sense  : minimize
46.86/47.02	c Presolved Problem  :
46.86/47.02	c   Variables        : 17148 (17148 binary, 0 integer, 0 implicit integer, 0 continuous)
46.86/47.02	c   Constraints      : 17419
46.86/47.02	c Constraints        : Number
46.86/47.02	c   setppc           : 2130 
46.86/47.02	c   orbitope         : 1 
46.86/47.02	c   logicor          : 15288 
46.86/47.02	c ** Instance transfer method used: 0
46.86/47.06	c ** ParaScipInstance copy increased the number of variables. **
46.96/47.11	c LC is working with racing ramp-up and with rebuilding tree after racing.
46.96/47.11	c                                Nodes    Active                                            
46.96/47.11	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
875.10/877.42	c       877              2           1         1                -           0.0000          -
885.18/887.56	c       888              3           2         1                -           0.0000          -
902.94/905.38	c       905              4           3         1                -           0.0000          -
908.73/911.15	c       911              5           4         1                -           0.0000          -
1336.44/1339.87	c      1340              6           5         1                -           0.0000          -
1500.85/1504.68	c      1505              7           6         1                -           0.0000          -
1730.10/1734.40	c      1734              8           7         1                -           0.0000          -
2030.00/2035.07	c      2035              9           8         1                -           0.0000          -
2283.59/2289.20	c      2289             10           9         1                -           0.0000          -
2307.53/2313.23	c      2313             11          10         1                -           0.0000          -
2335.47/2341.29	c      2341             12          11         1                -           0.0000          -
2346.04/2351.86	c      2352             13          12         1                -           0.0000          -
2370.78/2376.65	c      2377             14          13         1                -           0.0000          -
2402.11/2408.10	c      2408             17          16         1                -           0.0000          -
3593.10/3601.84	c      3602             19          18         0                -           0.0000          -
3593.20/3601.96	c SCIP Status        : c solving was interrupted [hard time limit reached]
3593.20/3601.96	c Total Time         : 3601.9500
3593.20/3601.96	c   solving          : 3601.9500
3593.20/3601.96	c   presolving       : 46.8926 (included in solving)
3593.20/3601.96	c B&B Tree           :
3593.20/3601.96	c   nodes (total)    : 1
3593.20/3601.96	c Solution           :
3593.20/3601.96	c   Solutions found  : 0
3593.20/3601.96	c   Primal Bound     :          -
3593.20/3601.96	c   Dual Bound       : +0.00000000000000e+00
3593.20/3601.96	c Gap                :          -
3593.31/3602.03	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-4446620-1721340559/watcher-4446620-1721340559 -o /tmp/evaluation-result-4446620-1721340559/solver-4446620-1721340559 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721340572-980430 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4446620-1721340559.opb -qsol -t 3600 -sth 1 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=980488, runsolver pid=980476

[startup+0.100437 s]*
/proc/loadavg: 1.08 1.20 2.13 9/260 980492
/proc/meminfo: memFree=128232244/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=84136 memory=73124 CPUtime=0.09 cores=1,3
/proc/980488/stat : 980488 (fscip) R 980476 980488 980418 0 -1 4194304 16085 0 0 0 7 2 0 0 20 0 1 0 186216174 86155264 18281 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 21034 18281 2542 3032 0 17434 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 84136 KiB
Current children cumulated memory: 73124 KiB

[startup+0.206624 s]*
/proc/loadavg: 1.08 1.20 2.13 6/260 980492
/proc/meminfo: memFree=128143360/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=113016 memory=97976 CPUtime=0.19 cores=1,3
/proc/980488/stat : 980488 (fscip) R 980476 980488 980418 0 -1 4194304 21736 0 0 0 16 3 0 0 20 0 1 0 186216174 115728384 24494 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 28254 24494 2606 3032 0 24654 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 113016 KiB
Current children cumulated memory: 97976 KiB

[startup+0.307122 s]*
/proc/loadavg: 1.08 1.20 2.13 8/260 980492
/proc/meminfo: memFree=128073808/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=127744 memory=114192 CPUtime=0.3 cores=1,3
/proc/980488/stat : 980488 (fscip) R 980476 980488 980418 0 -1 4194304 27434 0 0 0 26 4 0 0 20 0 1 0 186216174 130809856 28548 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 31936 28548 2638 3032 0 28336 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 127744 KiB
Current children cumulated memory: 114192 KiB

[startup+0.700249 s]
/proc/loadavg: 1.08 1.20 2.13 8/260 980492
/proc/meminfo: memFree=128074724/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=133304 memory=120324 CPUtime=0.68 cores=1,3
/proc/980488/stat : 980488 (fscip) R 980476 980488 980418 0 -1 4194304 32028 0 0 0 63 5 0 0 20 0 1 0 186216174 136503296 30081 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 33326 30081 2686 3032 0 29726 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 133304 KiB
Current children cumulated memory: 120324 KiB

[startup+1.50024 s]
/proc/loadavg: 1.31 1.25 2.14 8/260 980492
/proc/meminfo: memFree=128002980/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=176964 memory=160420 CPUtime=1.48 cores=1,3
/proc/980488/stat : 980488 (fscip) R 980476 980488 980418 0 -1 4194304 40284 0 0 0 142 6 0 0 20 0 1 0 186216174 181211136 40105 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 44241 40105 2734 3032 0 40641 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 176964 KiB
Current children cumulated memory: 160420 KiB

[startup+3.10668 s]
/proc/loadavg: 1.31 1.25 2.14 8/260 980494
/proc/meminfo: memFree=127877080/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=179704 memory=163060 CPUtime=3.09 cores=1,3
/proc/980488/stat : 980488 (fscip) R 980476 980488 980418 0 -1 4194304 40920 0 0 0 302 7 0 0 20 0 1 0 186216174 184016896 40765 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 44926 40765 2734 3032 0 41326 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 179704 KiB
Current children cumulated memory: 163060 KiB

[startup+6.30023 s]
/proc/loadavg: 1.53 1.30 2.15 8/260 980494
/proc/meminfo: memFree=127868648/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=181840 memory=164888 CPUtime=6.27 cores=1,3
/proc/980488/stat : 980488 (fscip) R 980476 980488 980418 0 -1 4194304 41358 0 0 0 620 7 0 0 20 0 1 0 186216174 186204160 41222 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 45460 41222 2734 3032 0 41860 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 181840 KiB
Current children cumulated memory: 164888 KiB

[startup+12.7002 s]
/proc/loadavg: 1.72 1.34 2.16 8/260 980495
/proc/meminfo: memFree=127849064/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=186720 memory=169420 CPUtime=12.64 cores=1,3
/proc/980488/stat : 980488 (fscip) R 980476 980488 980418 0 -1 4194304 42585 0 0 0 1257 7 0 0 20 0 1 0 186216174 191201280 42355 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 46680 42355 2734 3032 0 43080 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 186720 KiB
Current children cumulated memory: 169420 KiB

[startup+25.5002 s]
/proc/loadavg: 2.16 1.44 2.19 8/260 980497
/proc/meminfo: memFree=127844792/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=187992 memory=170736 CPUtime=25.42 cores=1,3
/proc/980488/stat : 980488 (fscip) R 980476 980488 980418 0 -1 4194304 42922 0 0 0 2534 8 0 0 20 0 1 0 186216174 192503808 42684 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 46998 42684 2734 3032 0 43398 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 187992 KiB
Current children cumulated memory: 170736 KiB

[startup+51.1067 s]
/proc/loadavg: 3.00 1.72 2.26 8/271 980799
/proc/meminfo: memFree=126908528/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=507912 memory=410016 CPUtime=50.94 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 117368 0 0 0 5077 17 0 0 20 0 3 0 186216174 520101888 102504 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 126978 102504 2782 3032 0 121442 0
[pid=980488/tid=980796] ppid=980476 vsize=507912 memory=409636 CPUtime=4.01 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 44993 0 0 0 396 5 0 0 20 0 3 0 186220876 520101888 102504 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=507912 memory=171776 CPUtime=0 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 186220886 520101888 102504 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 507912 KiB
Current children cumulated memory: 410016 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 2.09 2.36 8/271 980810
/proc/meminfo: memFree=126699720/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=574040 memory=473052 CPUtime=102 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 198815 0 0 0 10175 25 0 0 20 0 3 0 186216174 587816960 118263 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 143510 118263 2926 3032 0 138117 0
[pid=980488/tid=980796] ppid=980476 vsize=574040 memory=473032 CPUtime=55.07 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 126391 0 0 0 5494 13 0 0 20 0 3 0 186220876 587816960 118263 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=574040 memory=11400 CPUtime=0 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 3 0 186220886 587816960 118263 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 574040 KiB
Current children cumulated memory: 473052 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 2.47 2.47 8/271 980820
/proc/meminfo: memFree=126671812/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=574040 memory=473052 CPUtime=161.84 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 214033 0 0 0 16158 26 0 0 20 0 3 0 186216174 587816960 118263 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 143510 118263 2926 3032 0 138117 0
[pid=980488/tid=980796] ppid=980476 vsize=574040 memory=1904 CPUtime=114.9 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 141592 0 0 0 11477 13 0 0 20 0 3 0 186220876 587816960 118263 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=574040 memory=11400 CPUtime=0 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 73 0 0 0 0 0 0 0 20 0 3 0 186220886 587816960 118263 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 574040 KiB
Current children cumulated memory: 473052 KiB

[startup+222.3 s]
/proc/loadavg: 3.99 2.75 2.57 8/268 980831
/proc/meminfo: memFree=126590720/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=682876 memory=539952 CPUtime=221.68 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 247447 0 0 0 22138 30 0 0 20 0 3 0 186216174 699265024 134988 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 170719 134988 2942 3032 0 156065 0
[pid=980488/tid=980796] ppid=980476 vsize=682876 memory=475904 CPUtime=174.74 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 174995 0 0 0 17457 17 0 0 20 0 3 0 186220876 699265024 134988 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=682876 memory=11400 CPUtime=0 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 84 0 0 0 0 0 0 0 20 0 3 0 186220886 699265024 134988 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 682876 KiB
Current children cumulated memory: 539952 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.01 2.67 8/267 980842
/proc/meminfo: memFree=126453400/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=683012 memory=551364 CPUtime=281.52 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 279240 0 0 0 28120 32 0 0 20 0 3 0 186216174 699404288 137841 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 170753 137841 2942 3032 0 159692 0
[pid=980488/tid=980796] ppid=980476 vsize=683012 memory=44308 CPUtime=234.58 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 206785 0 0 0 23439 19 0 0 20 0 3 0 186220876 699404288 137841 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=683012 memory=551364 CPUtime=0 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 87 0 0 0 0 0 0 0 20 0 3 0 186220886 699404288 137841 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 683012 KiB
Current children cumulated memory: 551364 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.21 2.76 8/264 980853
/proc/meminfo: memFree=126336820/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=683012 memory=557060 CPUtime=341.36 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 310866 0 0 0 34102 34 0 0 20 0 3 0 186216174 699404288 139265 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 170753 139265 2942 3032 0 161663 0

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

[pid=980488] ppid=980476 vsize=819120 memory=726284 CPUtime=3394.17 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 537431 0 0 0 339361 56 0 0 20 0 3 0 186216174 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 204780 181571 2990 3032 0 189245 0
[pid=980488/tid=980796] ppid=980476 vsize=819120 memory=726284 CPUtime=3347.2 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 464453 0 0 0 334680 40 0 0 20 0 3 0 186220876 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=819120 memory=726284 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 438 0 0 0 0 3 0 0 20 0 3 0 186220886 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3394.17 s
Current children cumulated vsize: 819120 KiB
Current children cumulated memory: 726284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.61 4.38 4.20 8/263 982607
/proc/meminfo: memFree=125577600/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=819120 memory=726284 CPUtime=3454.01 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 538225 0 0 0 345344 57 0 0 20 0 3 0 186216174 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 204780 181571 2990 3032 0 189245 0
[pid=980488/tid=980796] ppid=980476 vsize=819120 memory=726284 CPUtime=3407.03 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 465240 0 0 0 340663 40 0 0 20 0 3 0 186220876 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=819120 memory=726284 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 445 0 0 0 0 3 0 0 20 0 3 0 186220886 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3454.01 s
Current children cumulated vsize: 819120 KiB
Current children cumulated memory: 726284 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.32 4.19 8/262 982618
/proc/meminfo: memFree=125576232/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=819120 memory=726284 CPUtime=3513.84 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 539001 0 0 0 351327 57 0 0 20 0 3 0 186216174 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 204780 181571 2990 3032 0 189245 0
[pid=980488/tid=980796] ppid=980476 vsize=819120 memory=726284 CPUtime=3466.86 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 466009 0 0 0 346646 40 0 0 20 0 3 0 186220876 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=819120 memory=726284 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 452 0 0 0 0 3 0 0 20 0 3 0 186220886 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3513.84 s
Current children cumulated vsize: 819120 KiB
Current children cumulated memory: 726284 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.28 4.18 8/262 982628
/proc/meminfo: memFree=125575536/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=819120 memory=726284 CPUtime=3573.66 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 539801 0 0 0 357309 57 0 0 20 0 3 0 186216174 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 204780 181571 2990 3032 0 189245 0
[pid=980488/tid=980796] ppid=980476 vsize=819120 memory=44432 CPUtime=3526.68 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 466803 0 0 0 352628 40 0 0 20 0 3 0 186220876 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=819120 memory=0 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 458 0 0 0 0 3 0 0 20 0 3 0 186220886 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3573.66 s
Current children cumulated vsize: 819120 KiB
Current children cumulated memory: 726284 KiB

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

# cumulated CPU time of all completed processes:  user=3592.76 s, system=0.578471 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 8/262 982628
/proc/meminfo: memFree=125575508/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=819120 memory=726284 CPUtime=3575.36 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 539801 0 0 0 357479 57 0 0 20 0 3 0 186216174 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 204780 181571 2990 3032 0 189245 0
[pid=980488/tid=980796] ppid=980476 vsize=819120 memory=6720665458640437874 CPUtime=3528.38 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 466803 0 0 0 352798 40 0 0 20 0 3 0 186220876 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=819120 memory=-7592636480274063739 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 458 0 0 0 0 3 0 0 20 0 3 0 186220886 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3575.36 s
Current children cumulated vsize: 819120 KiB
Current children cumulated memory: 726284 KiB

[startup+3590.4 s]
/proc/loadavg: 4.14 4.27 4.18 8/262 982628
/proc/meminfo: memFree=125575516/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=819120 memory=726284 CPUtime=3581.74 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 539802 0 0 0 358117 57 0 0 20 0 3 0 186216174 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 204780 181571 2990 3032 0 189245 0
[pid=980488/tid=980796] ppid=980476 vsize=819120 memory=11400 CPUtime=3534.76 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 466804 0 0 0 353436 40 0 0 20 0 3 0 186220876 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=819120 memory=726284 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 458 0 0 0 0 3 0 0 20 0 3 0 186220886 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3581.74 s
Current children cumulated vsize: 819120 KiB
Current children cumulated memory: 726284 KiB

[startup+3596.8 s]
/proc/loadavg: 4.13 4.27 4.18 8/262 982630
/proc/meminfo: memFree=125575492/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=819120 memory=726284 CPUtime=3588.12 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 539802 0 0 0 358755 57 0 0 20 0 3 0 186216174 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 204780 181571 2990 3032 0 189245 0
[pid=980488/tid=980796] ppid=980476 vsize=819120 memory=726284 CPUtime=3541.14 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 466804 0 0 0 354074 40 0 0 20 0 3 0 186220876 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=819120 memory=726284 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 458 0 0 0 0 3 0 0 20 0 3 0 186220886 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3588.12 s
Current children cumulated vsize: 819120 KiB
Current children cumulated memory: 726284 KiB

[startup+3600 s]*
/proc/loadavg: 4.20 4.28 4.18 8/262 982630
/proc/meminfo: memFree=125575484/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=819120 memory=726284 CPUtime=3591.31 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 539895 0 0 0 359074 57 0 0 20 0 3 0 186216174 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 204780 181571 2990 3032 0 189245 0
[pid=980488/tid=980796] ppid=980476 vsize=819120 memory=6720665458640437874 CPUtime=3544.33 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 466893 0 0 0 354393 40 0 0 20 0 3 0 186220876 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=819120 memory=3704 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 462 0 0 0 0 3 0 0 20 0 3 0 186220886 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3591.31 s
Current children cumulated vsize: 819120 KiB
Current children cumulated memory: 726284 KiB

[startup+3600.8 s]
/proc/loadavg: 4.20 4.28 4.18 8/262 982630
/proc/meminfo: memFree=125575484/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=819120 memory=726284 CPUtime=3592.11 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 539895 0 0 0 359154 57 0 0 20 0 3 0 186216174 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 204780 181571 2990 3032 0 189245 0
[pid=980488/tid=980796] ppid=980476 vsize=819120 memory=726284 CPUtime=3545.12 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 466893 0 0 0 354472 40 0 0 20 0 3 0 186220876 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=819120 memory=40508 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 462 0 0 0 0 3 0 0 20 0 3 0 186220886 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3592.11 s
Current children cumulated vsize: 819120 KiB
Current children cumulated memory: 726284 KiB

[startup+3601.6 s]
/proc/loadavg: 4.20 4.28 4.18 5/256 982768
/proc/meminfo: memFree=127498976/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=819120 memory=726284 CPUtime=3592.9 cores=1,3
/proc/980488/stat : 980488 (fscip) S 980476 980488 980418 0 -1 1077936128 539895 0 0 0 359233 57 0 0 20 0 3 0 186216174 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 204780 181571 2990 3032 0 189245 0
[pid=980488/tid=980796] ppid=980476 vsize=819120 memory=1904 CPUtime=3545.92 cores=1,3
/proc/980488/task/980796/stat : 980796 (fscip) R 980476 980488 980418 0 -1 4194368 466893 0 0 0 354552 40 0 0 20 0 3 0 186220876 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
[pid=980488/tid=980797] ppid=980476 vsize=819120 memory=726284 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 462 0 0 0 0 3 0 0 20 0 3 0 186220886 838778880 181571 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3592.9 s
Current children cumulated vsize: 819120 KiB
Current children cumulated memory: 726284 KiB

[startup+3602.01 s]*
/proc/loadavg: 4.18 4.27 4.18 6/255 982769
/proc/meminfo: memFree=127464480/131524600 swapFree=131071996/131071996
[pid=980488] ppid=980476 vsize=764880 memory=658884 CPUtime=3593.31 cores=1,3
/proc/980488/stat : 980488 (fscip) R 980476 980488 980418 0 -1 4194304 542319 0 0 0 359274 57 0 0 20 0 2 0 186216174 783237120 164721 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
/proc/980488/statm: 191220 164721 2990 3032 0 175685 0
[pid=980488/tid=980797] ppid=980476 vsize=764880 memory=-8887681698273469116 CPUtime=0.03 cores=1,3
/proc/980488/task/980797/stat : 980797 (fscip) S 980476 980488 980418 0 -1 1077936192 462 0 0 0 0 3 0 0 20 0 2 0 186220886 783237120 164721 134679101440 4194304 16613245 140736756595776 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 51699712 140736756601876 140736756601992 140736756601992 140736756609008 0
Current children cumulated CPU time: 3593.31 s
Current children cumulated vsize: 764880 KiB
Current children cumulated memory: 658884 KiB

Child status: 0

Real time (s): 3602.04
CPU time (s): 3593.34
CPU user time (s): 3592.76
CPU system time (s): 0.578471
CPU usage (%): 99.7586
Max. virtual memory (cumulated for all children) (KiB): 819120
Max. memory (cumulated for all children) (KiB): 726284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.76
system time used= 0.578471
maximum resident set size= 726284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 544132
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= 3622
involuntary context switches= 1384


# summary of solver processes directly reported to runsolver:
#   pid: 980488
#   total CPU time (s): 3593.34
#   total CPU user time (s): 3592.76
#   total CPU system time (s): 0.578471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.84774 second user time and 21.3254 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-19 00:09:32
IDJOB=4446620
IDBENCH=158283
IDSOLVER=3064
FILE ID=nodeC015/4446620-1721340559
RUNJOBID= nodeC015-1721340572-980430
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_K157.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-4446620-1721340559/watcher-4446620-1721340559 -o /tmp/evaluation-result-4446620-1721340559/solver-4446620-1721340559 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721340572-980430 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4446620-1721340559.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 1aa29222329f307e3e004dcb472df849
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:        3920 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:34