Trace number 4464484

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30? 3590.59 3598.24

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K139.opb
MD5SUM89642dc5a75d3fc73d0ef8fe6dbde459
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
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: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.10/0.10	c Default LC presolving (default).
0.10/0.10	c ** Before presolving: virtualMemUsedAtLc = 98450525, getVmSize() = 90177536, SCIPgetMemUsed() = 59594121, SCIPgetMemTotal() = 66307681, SCIPgetMemExternEstim() = 32142844
0.10/0.10	c ** set memory limit for presolving in LC to 8.79606e+12 for SCIP **
32.21/32.32	c ** Estimated virtualMemUsedAtSolver = 201438854, getVmSize() = 301858816, SCIPgetMemUsed() = 202454045, SCIPgetMemTotal() = 270015437, SCIPgetMemExternEstim() = 32142844
32.21/32.32	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
32.21/32.32	c Original Problem   :
32.21/32.32	c   Problem name     : instance-4464484-1722385792
32.21/32.32	c   Variables        : 16541 (16541 binary, 0 integer, 0 implicit integer, 0 continuous)
32.21/32.32	c   Constraints      : 16821
32.21/32.32	c   Objective sense  : minimize
32.21/32.32	c Presolved Problem  :
32.21/32.32	c   Variables        : 15024 (15024 binary, 0 integer, 0 implicit integer, 0 continuous)
32.21/32.32	c   Constraints      : 15277
32.21/32.32	c Constraints        : Number
32.21/32.32	c   knapsack         : 1 
32.21/32.32	c   setppc           : 1878 
32.21/32.32	c   orbitope         : 1 
32.21/32.32	c   logicor          : 13397 
32.21/32.32	c ** Instance transfer method used: 0
32.21/32.36	c ** ParaScipInstance copy increased the number of variables. **
32.31/32.41	c LC is working with racing ramp-up and with rebuilding tree after racing.
32.31/32.41	c                                Nodes    Active                                            
32.31/32.41	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
726.15/727.94	c       728              2           1         1                -           0.0000          -
745.71/747.57	c       748              5           4         1                -           0.0000          -
771.65/773.55	c       774              7           6         1                -           0.0000          -
795.79/797.71	c       798              9           8         1                -           0.0000          -
815.74/817.71	c       818             11          10         1                -           0.0000          -
836.01/838.08	c       838             15          12         1                -           0.0000          -
974.29/976.61	c       977             18          13         1                -           0.0000          -
1030.96/1033.47	c      1033             19          14         1                -           0.0000          -
1056.90/1059.48	c      1059             20          15         1                -           0.0000          -
1064.08/1066.61	c      1067             21          16         1                -           0.0000          -
1192.79/1195.69	c      1196             22          17         1                -           0.0000          -
1228.40/1231.33	c      1231             23          18         1                -           0.0000          -
1343.43/1346.68	c      1347             24          19         1                -           0.0000          -
3590.35/3598.09	c      3598             24          19         0                -           0.0000          -
3590.44/3598.17	c SCIP Status        : c solving was interrupted [hard time limit reached]
3590.44/3598.17	c Total Time         : 3598.1800
3590.44/3598.17	c   solving          : 3598.1800
3590.44/3598.17	c   presolving       : 32.2201 (included in solving)
3590.44/3598.17	c B&B Tree           :
3590.44/3598.17	c   nodes (total)    : 1
3590.44/3598.17	c Solution           :
3590.44/3598.17	c   Solutions found  : 0
3590.44/3598.17	c   Primal Bound     :          -
3590.44/3598.17	c   Dual Bound       : +0.00000000000000e+00
3590.44/3598.17	c Gap                :          -
3590.54/3598.23	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 (61376 MiB free)
  memory of node 1: 64510 MiB (58531 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=33363, runsolver pid=33360

[startup+0.100094 s]*
/proc/loadavg: 4.11 4.14 4.12 5/261 33364
/proc/meminfo: memFree=122718456/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=86548 memory=75800 CPUtime=0.1 cores=4,6
/proc/33363/stat : 33363 (fscip) R 33360 33363 29025 0 -1 4194304 16722 0 0 0 8 2 0 0 20 0 1 0 5176353 88625152 18950 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 21637 18950 2539 3035 0 18033 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 86548 KiB
Current children cumulated memory: 75800 KiB

[startup+0.205777 s]*
/proc/loadavg: 4.11 4.14 4.12 6/261 33364
/proc/meminfo: memFree=122688460/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=113296 memory=99532 CPUtime=0.2 cores=4,6
/proc/33363/stat : 33363 (fscip) R 33360 33363 29025 0 -1 4194304 24464 0 0 0 17 3 0 0 20 0 1 0 5176353 116015104 24883 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 28324 24883 2662 3035 0 24720 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 113296 KiB
Current children cumulated memory: 99532 KiB

[startup+0.305732 s]*
/proc/loadavg: 4.11 4.14 4.12 5/261 33364
/proc/meminfo: memFree=122683448/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=115744 memory=102700 CPUtime=0.3 cores=4,6
/proc/33363/stat : 33363 (fscip) R 33360 33363 29025 0 -1 4194304 25257 0 0 0 27 3 0 0 20 0 1 0 5176353 118521856 25675 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 28936 25675 2662 3035 0 25332 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 115744 KiB
Current children cumulated memory: 102700 KiB

[startup+0.700229 s]
/proc/loadavg: 4.11 4.14 4.12 5/261 33364
/proc/meminfo: memFree=122689128/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=125824 memory=112360 CPUtime=0.68 cores=4,6
/proc/33363/stat : 33363 (fscip) R 33360 33363 29025 0 -1 4194304 30176 0 0 0 65 3 0 0 20 0 1 0 5176353 128843776 28090 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 31456 28090 2758 3035 0 27852 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 125824 KiB
Current children cumulated memory: 112360 KiB

[startup+1.50023 s]
/proc/loadavg: 4.11 4.14 4.12 5/261 33364
/proc/meminfo: memFree=122652360/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=161588 memory=145576 CPUtime=1.49 cores=4,6
/proc/33363/stat : 33363 (fscip) R 33360 33363 29025 0 -1 4194304 37164 0 0 0 144 5 0 0 20 0 1 0 5176353 165466112 36394 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 40397 36394 2774 3035 0 36793 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 161588 KiB
Current children cumulated memory: 145576 KiB

[startup+3.10551 s]
/proc/loadavg: 4.10 4.14 4.12 5/261 33364
/proc/meminfo: memFree=122639908/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=161984 memory=146140 CPUtime=3.09 cores=4,6
/proc/33363/stat : 33363 (fscip) R 33360 33363 29025 0 -1 4194304 37546 0 0 0 304 5 0 0 20 0 1 0 5176353 165871616 36535 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 40496 36535 2774 3035 0 36892 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 161984 KiB
Current children cumulated memory: 146140 KiB

[startup+6.30023 s]
/proc/loadavg: 4.10 4.14 4.12 5/261 33366
/proc/meminfo: memFree=122631796/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=167280 memory=151296 CPUtime=6.27 cores=4,6
/proc/33363/stat : 33363 (fscip) R 33360 33363 29025 0 -1 4194304 38902 0 0 0 622 5 0 0 20 0 1 0 5176353 171294720 37824 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 41820 37824 2774 3035 0 38216 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 167280 KiB
Current children cumulated memory: 151296 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.13 4.12 5/261 33366
/proc/meminfo: memFree=122627384/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=168588 memory=152568 CPUtime=12.65 cores=4,6
/proc/33363/stat : 33363 (fscip) R 33360 33363 29025 0 -1 4194304 39191 0 0 0 1260 5 0 0 20 0 1 0 5176353 172634112 38142 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 42147 38142 2774 3035 0 38543 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 168588 KiB
Current children cumulated memory: 152568 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.13 4.12 5/261 33369
/proc/meminfo: memFree=122625320/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=169768 memory=153620 CPUtime=25.42 cores=4,6
/proc/33363/stat : 33363 (fscip) R 33360 33363 29025 0 -1 4194304 39469 0 0 0 2537 5 0 0 20 0 1 0 5176353 173842432 38405 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 42442 38405 2774 3035 0 38838 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 169768 KiB
Current children cumulated memory: 153620 KiB

[startup+51.1054 s]
/proc/loadavg: 4.05 4.12 4.11 5/263 33432
/proc/meminfo: memFree=122361308/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=533852 memory=413376 CPUtime=50.96 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 156858 0 0 0 5078 18 0 0 20 0 3 0 5176353 546664448 103344 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 133463 103344 2950 3035 0 121702 0
[pid=33363/tid=33370] ppid=33360 vsize=533852 memory=411376 CPUtime=18.68 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 91535 0 0 0 1860 8 0 0 20 0 3 0 5179586 546664448 103344 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=533852 memory=11576 CPUtime=0 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5179594 546664448 103344 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 533852 KiB
Current children cumulated memory: 413376 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.13 4.11 5/265 33443
/proc/meminfo: memFree=122047312/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=537184 memory=419816 CPUtime=102.02 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 194484 0 0 0 10182 20 0 0 20 0 3 0 5176353 550076416 104954 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 134296 104954 2966 3035 0 123352 0
[pid=33363/tid=33370] ppid=33360 vsize=537184 memory=419776 CPUtime=69.74 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 129129 0 0 0 6964 10 0 0 20 0 3 0 5179586 550076416 104954 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=537184 memory=419744 CPUtime=0 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 66 0 0 0 0 0 0 0 20 0 3 0 5179594 550076416 104954 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 537184 KiB
Current children cumulated memory: 419816 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/265 33453
/proc/meminfo: memFree=121940384/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=537184 memory=419904 CPUtime=161.87 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 203670 0 0 0 16167 20 0 0 20 0 3 0 5176353 550076416 104976 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 134296 104976 2966 3035 0 123352 0
[pid=33363/tid=33370] ppid=33360 vsize=537184 memory=11576 CPUtime=129.58 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 138298 0 0 0 12948 10 0 0 20 0 3 0 5179586 550076416 104976 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=537184 memory=419888 CPUtime=0 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 83 0 0 0 0 0 0 0 20 0 3 0 5179594 550076416 104976 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 537184 KiB
Current children cumulated memory: 419904 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/264 33463
/proc/meminfo: memFree=121760208/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=639436 memory=486824 CPUtime=221.73 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 255518 0 0 0 22149 24 0 0 20 0 3 0 5176353 654782464 121706 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 159859 121706 2982 3035 0 140846 0
[pid=33363/tid=33370] ppid=33360 vsize=639436 memory=12888 CPUtime=189.45 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 190139 0 0 0 18931 14 0 0 20 0 3 0 5179586 654782464 121706 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=639436 memory=475452 CPUtime=0 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 90 0 0 0 0 0 0 0 20 0 3 0 5179594 654782464 121706 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 639436 KiB
Current children cumulated memory: 486824 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 33474
/proc/meminfo: memFree=121684692/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=639436 memory=497320 CPUtime=281.58 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 283694 0 0 0 28133 25 0 0 20 0 3 0 5176353 654782464 124330 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 159859 124330 2982 3035 0 143387 0
[pid=33363/tid=33370] ppid=33360 vsize=639436 memory=11576 CPUtime=249.3 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 218308 0 0 0 24915 15 0 0 20 0 3 0 5179586 654782464 124330 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=639436 memory=12888 CPUtime=0 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 97 0 0 0 0 0 0 0 20 0 3 0 5179594 654782464 124330 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 639436 KiB
Current children cumulated memory: 497320 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 33486
/proc/meminfo: memFree=121658664/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=639436 memory=504276 CPUtime=341.45 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 316548 0 0 0 34117 28 0 0 20 0 3 0 5176353 654782464 126069 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 159859 126069 2982 3035 0 145521 0

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

[pid=33363] ppid=33360 vsize=707384 memory=641736 CPUtime=3395.02 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 833244 0 0 0 339443 59 0 0 20 0 3 0 5176353 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 176846 160434 3334 3035 0 170111 0
[pid=33363/tid=33370] ppid=33360 vsize=707384 memory=641736 CPUtime=3362.7 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 767319 0 0 0 336223 47 0 0 20 0 3 0 5179586 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=707384 memory=641736 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 433 0 0 0 1 1 0 0 20 0 3 0 5179594 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3395.02 s
Current children cumulated vsize: 707384 KiB
Current children cumulated memory: 641736 KiB

[startup+3462.3 s]
/proc/loadavg: 2.12 2.25 2.95 3/247 35085
/proc/meminfo: memFree=123064232/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=707384 memory=641736 CPUtime=3454.9 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 833904 0 0 0 345431 59 0 0 20 0 3 0 5176353 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 176846 160434 3334 3035 0 170111 0
[pid=33363/tid=33370] ppid=33360 vsize=707384 memory=641736 CPUtime=3422.58 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 767973 0 0 0 342211 47 0 0 20 0 3 0 5179586 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=707384 memory=641736 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 439 0 0 0 1 1 0 0 20 0 3 0 5179594 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3454.9 s
Current children cumulated vsize: 707384 KiB
Current children cumulated memory: 641736 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.22 2.89 3/248 35097
/proc/meminfo: memFree=123063548/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=707384 memory=641736 CPUtime=3514.79 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 834529 0 0 0 351420 59 0 0 20 0 3 0 5176353 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 176846 160434 3334 3035 0 170111 0
[pid=33363/tid=33370] ppid=33360 vsize=707384 memory=641736 CPUtime=3482.47 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 768592 0 0 0 348200 47 0 0 20 0 3 0 5179586 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=707384 memory=641736 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 445 0 0 0 1 1 0 0 20 0 3 0 5179594 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3514.79 s
Current children cumulated vsize: 707384 KiB
Current children cumulated memory: 641736 KiB

[startup+3582.3 s]
/proc/loadavg: 2.07 2.19 2.84 3/248 35275
/proc/meminfo: memFree=123062788/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=707384 memory=641736 CPUtime=3574.67 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 835214 0 0 0 357408 59 0 0 20 0 3 0 5176353 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 176846 160434 3334 3035 0 170111 0
[pid=33363/tid=33370] ppid=33360 vsize=707384 memory=641736 CPUtime=3542.36 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 769271 0 0 0 354188 48 0 0 20 0 3 0 5179586 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=707384 memory=641736 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 451 0 0 0 1 1 0 0 20 0 3 0 5179594 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3574.67 s
Current children cumulated vsize: 707384 KiB
Current children cumulated memory: 641736 KiB

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

# cumulated CPU time of all completed processes:  user=3589.99 s, system=0.603425 s

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

[startup+3584 s]*
/proc/loadavg: 2.07 2.19 2.84 3/248 35275
/proc/meminfo: memFree=123062788/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=707384 memory=641736 CPUtime=3576.37 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 835215 0 0 0 357578 59 0 0 20 0 3 0 5176353 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 176846 160434 3334 3035 0 170111 0
[pid=33363/tid=33370] ppid=33360 vsize=707384 memory=7686721470247706567 CPUtime=3544.06 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 769272 0 0 0 354358 48 0 0 20 0 3 0 5179586 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=707384 memory=7080338772165495406 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 451 0 0 0 1 1 0 0 20 0 3 0 5179594 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3576.37 s
Current children cumulated vsize: 707384 KiB
Current children cumulated memory: 641736 KiB

[startup+3590.4 s]
/proc/loadavg: 2.14 2.20 2.84 3/248 35277
/proc/meminfo: memFree=123062624/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=707384 memory=641736 CPUtime=3582.76 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 835668 0 0 0 358217 59 0 0 20 0 3 0 5176353 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 176846 160434 3334 3035 0 170111 0
[pid=33363/tid=33370] ppid=33360 vsize=707384 memory=11576 CPUtime=3550.45 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 769725 0 0 0 354997 48 0 0 20 0 3 0 5179586 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=707384 memory=13000 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 451 0 0 0 1 1 0 0 20 0 3 0 5179594 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3582.76 s
Current children cumulated vsize: 707384 KiB
Current children cumulated memory: 641736 KiB

[startup+3593.6 s]
/proc/loadavg: 2.13 2.20 2.83 3/248 35277
/proc/meminfo: memFree=123062624/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=707384 memory=641736 CPUtime=3585.95 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 835668 0 0 0 358536 59 0 0 20 0 3 0 5176353 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 176846 160434 3334 3035 0 170111 0
[pid=33363/tid=33370] ppid=33360 vsize=707384 memory=641736 CPUtime=3553.64 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 769725 0 0 0 355316 48 0 0 20 0 3 0 5179586 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=707384 memory=641736 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 451 0 0 0 1 1 0 0 20 0 3 0 5179594 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3585.95 s
Current children cumulated vsize: 707384 KiB
Current children cumulated memory: 641736 KiB

[startup+3596.8 s]
/proc/loadavg: 2.13 2.20 2.83 3/248 35278
/proc/meminfo: memFree=123062540/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=707384 memory=641736 CPUtime=3589.14 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 835670 0 0 0 358855 59 0 0 20 0 3 0 5176353 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 176846 160434 3334 3035 0 170111 0
[pid=33363/tid=33370] ppid=33360 vsize=707384 memory=11576 CPUtime=3556.83 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 769727 0 0 0 355635 48 0 0 20 0 3 0 5179586 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=707384 memory=641736 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 451 0 0 0 1 1 0 0 20 0 3 0 5179594 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3589.14 s
Current children cumulated vsize: 707384 KiB
Current children cumulated memory: 641736 KiB

[startup+3597.6 s]
/proc/loadavg: 2.13 2.20 2.83 2/240 35309
/proc/meminfo: memFree=123826968/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=707384 memory=641736 CPUtime=3589.94 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 835752 0 0 0 358935 59 0 0 20 0 3 0 5176353 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 176846 160434 3334 3035 0 170111 0
[pid=33363/tid=33370] ppid=33360 vsize=707384 memory=13000 CPUtime=3557.63 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 769809 0 0 0 355715 48 0 0 20 0 3 0 5179586 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=707384 memory=12408 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 451 0 0 0 1 1 0 0 20 0 3 0 5179594 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3589.94 s
Current children cumulated vsize: 707384 KiB
Current children cumulated memory: 641736 KiB

[startup+3598 s]*
/proc/loadavg: 2.04 2.18 2.82 2/239 35309
/proc/meminfo: memFree=123827508/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=707384 memory=641736 CPUtime=3590.35 cores=4,6
/proc/33363/stat : 33363 (fscip) S 33360 33363 29025 0 -1 1077936128 835752 0 0 0 358976 59 0 0 20 0 3 0 5176353 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 176846 160434 3334 3035 0 170111 0
[pid=33363/tid=33370] ppid=33360 vsize=707384 memory=7686721470247706567 CPUtime=3558.04 cores=4,6
/proc/33363/task/33370/stat : 33370 (fscip) R 33360 33363 29025 0 -1 4194368 769809 0 0 0 355756 48 0 0 20 0 3 0 5179586 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
[pid=33363/tid=33371] ppid=33360 vsize=707384 memory=-4421386521917351524 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 451 0 0 0 1 1 0 0 20 0 3 0 5179594 724361216 160434 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3590.35 s
Current children cumulated vsize: 707384 KiB
Current children cumulated memory: 641736 KiB

[startup+3598.2 s]
/proc/loadavg: 2.04 2.18 2.82 2/239 35309
/proc/meminfo: memFree=123827508/131524592 swapFree=131071996/131071996
[pid=33363] ppid=33360 vsize=665280 memory=598624 CPUtime=3590.54 cores=4,6
/proc/33363/stat : 33363 (fscip) R 33360 33363 29025 0 -1 4194304 837210 0 0 0 358995 59 0 0 20 0 2 0 5176353 681246720 149656 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
/proc/33363/statm: 166320 149656 3334 3035 0 159585 0
[pid=33363/tid=33371] ppid=33360 vsize=665280 memory=11636 CPUtime=0.02 cores=4,6
/proc/33363/task/33371/stat : 33371 (fscip) S 33360 33363 29025 0 -1 1077936192 451 0 0 0 1 1 0 0 20 0 2 0 5179594 681246720 149656 134679101440 4194304 16623229 140724484534128 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 30601216 140724484543510 140724484543626 140724484543626 140724484550640 0
Current children cumulated CPU time: 3590.54 s
Current children cumulated vsize: 665280 KiB
Current children cumulated memory: 598624 KiB

Child status: 0

Real time (s): 3598.24
CPU time (s): 3590.59
CPU user time (s): 3589.99
CPU system time (s): 0.603425
CPU usage (%): 99.7875
Max. virtual memory (cumulated for all children) (KiB): 707384
Max. memory (cumulated for all children) (KiB): 641736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.99
system time used= 0.603425
maximum resident set size= 641736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 838206
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= 3631
involuntary context switches= 1662


# summary of solver processes directly reported to runsolver:
#   pid: 33363
#   total CPU time (s): 3590.59
#   total CPU user time (s): 3589.99
#   total CPU system time (s): 0.603425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85292 second user time and 13.8489 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-31 02:29:52
IDJOB=4464484
IDBENCH=158320
IDSOLVER=3092
FILE ID=nodeC016/4464484-1722385792
RUNJOBID= nodeC016-1722378594-29036
SLURM_JOB_ID= 8249829
Free space on /tmp= 889996 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K139.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-4464484-1722385792/watcher-4464484-1722385792 -o /tmp/evaluation-result-4464484-1722385792/solver-4464484-1722385792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1722378594-29036 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464484-1722385792.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 89642dc5a75d3fc73d0ef8fe6dbde459
RANDOM SEED=1367756045

nodeC016.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		: 3671.200
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.92
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		: 3687.722
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.47
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		: 3614.389
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.302
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.47
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		: 3670.907
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.92
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		: 3687.769
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.47
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		: 3665.352
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.209
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524592 kB
MemFree:        122786804 kB
MemAvailable:   128243040 kB
Buffers:          108748 kB
Cached:          6152520 kB
SwapCached:            0 kB
Active:           282160 kB
Inactive:        7911012 kB
Active(anon):       1556 kB
Inactive(anon):  1951700 kB
Active(file):     280604 kB
Inactive(file):  5959312 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             59296 kB
Writeback:            16 kB
AnonPages:       1930168 kB
Mapped:           123484 kB
Shmem:             21336 kB
KReclaimable:     112248 kB
Slab:             199216 kB
SReclaimable:     112248 kB
SUnreclaim:        86968 kB
KernelStack:        4192 kB
PageTables:        12848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    1887372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10016 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1531904 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:      275156 kB
DirectMap2M:     7886848 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC016 at 2024-07-31 03:29:51