Trace number 4464576

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-30UNSAT 188.283 188.999

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l040-r039-n1.opb
MD5SUM96e2a5c3c03fdb4a4e45b0158ae682a4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.835655
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2196
Total number of constraints4698
Number of constraints which are clauses3966
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
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.00/0.01	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 36007936, getVmSize() = 36007936, SCIPgetMemUsed() = 10012682, SCIPgetMemTotal() = 14019602, SCIPgetMemExternEstim() = 6309009
0.00/0.02	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.00/0.08	c ** Estimated virtualMemUsedAtSolver = 31950165, getVmSize() = 59842560, SCIPgetMemUsed() = 24023805, SCIPgetMemTotal() = 36274021, SCIPgetMemExternEstim() = 6309009
0.00/0.08	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.08	c Original Problem   :
0.00/0.08	c   Problem name     : instance-4464576-1722386653
0.00/0.08	c   Variables        : 2196 (2196 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.08	c   Constraints      : 4698
0.00/0.08	c   Objective sense  : minimize
0.00/0.08	c Presolved Problem  :
0.00/0.08	c   Variables        : 2179 (2179 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.08	c   Constraints      : 4655
0.00/0.08	c Constraints        : Number
0.00/0.08	c   setppc           : 4654 
0.00/0.08	c   orbitope         : 1 
0.00/0.08	c ** Instance transfer method used: 0
0.00/0.09	c ** ParaScipInstance copy increased the number of variables. **
0.00/0.10	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.10	c                                Nodes    Active                                            
0.00/0.10	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.36/5.47	c         5            216         115         1                -           0.0000          -
10.54/10.61	c        11           1005         133         1                -           0.0000          -
16.03/16.16	c        16           1181          34         1                -           0.0000          -
21.20/21.30	c        21           2333          74         1                -           0.0000          -
26.18/26.35	c        26           4311          67         1                -           0.0000          -
31.26/31.44	c        31           6157          59         1                -           0.0000          -
36.34/36.54	c        37           7757          53         1                -           0.0000          -
41.42/41.64	c        42           9512          44         1                -           0.0000          -
46.40/46.68	c        47          11086          34         1                -           0.0000          -
51.48/51.74	c        52          12373          41         1                -           0.0000          -
56.46/56.79	c        57          13894          34         1                -           0.0000          -
61.65/61.98	c        62          15371          17         1                -           0.0000          -
66.73/67.03	c        67          16513          18         1                -           0.0000          -
71.81/72.11	c        72          17698          19         1                -           0.0000          -
76.88/77.29	c        77          19054          11         1                -           0.0000          -
82.07/82.41	c        82          20221          15         1                -           0.0000          -
87.05/87.46	c        87          21240          13         1                -           0.0000          -
92.33/92.71	c        93          22150          22         1                -           0.0000          -
97.41/97.82	c        98          23233          15         1                -           0.0000          -
102.49/102.96	c       103          24305          22         1                -           0.0000          -
107.57/108.03	c       108          25581          28         1                -           0.0000          -
112.56/113.09	c       113          26910          33         1                -           0.0000          -
117.63/118.14	c       118          28279          16         1                -           0.0000          -
122.82/123.35	c       123          29574          11         1                -           0.0000          -
127.90/128.41	c       128          30894          18         1                -           0.0000          -
132.98/133.51	c       134          32216           9         1                -           0.0000          -
137.96/138.58	c       139          33401          13         1                -           0.0000          -
143.13/143.75	c       144          34465          21         1                -           0.0000          -
148.42/149.07	c       149          35429          18         1                -           0.0000          -
153.51/154.12	c       154          36456          20         1                -           0.0000          -
158.58/159.26	c       159          37564          17         1                -           0.0000          -
163.67/164.32	c       164          38478          18         1                -           0.0000          -
168.65/169.39	c       169          39576          26         1                -           0.0000          -
173.82/174.54	c       175          40715          16         1                -           0.0000          -
179.01/179.70	c       180          41840          10         1                -           0.0000          -
184.09/184.83	c       185          42921          10         1                -           0.0000          -
188.18/188.94	c       189          43699           0         0                -           0.0000          -
188.18/188.99	c       189          43699           0         0                -           0.0000          -
188.18/188.99	c SCIP Status        : c problem is solved [infeasible]
188.18/188.99	c Total Time         : 188.9800
188.18/188.99	c   solving          : 188.9800
188.18/188.99	c   presolving       : 0.0688 (included in solving)
188.18/188.99	c B&B Tree           :
188.18/188.99	c   nodes (total)    : 43699
188.18/188.99	c Solution           :
188.18/188.99	c   Solutions found  : 0
188.18/188.99	c   Primal Bound     :          -
188.18/188.99	c   Dual Bound       :          -
188.18/188.99	c Gap                :          -
188.18/188.99	s UNSATISFIABLE

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: 63968 MiB (59666 MiB free)
  memory of node 1: 64473 MiB (62091 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464576-1722386653/watcher-4464576-1722386653 -o /tmp/evaluation-result-4464576-1722386653/solver-4464576-1722386653 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1722378597-35200 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464576-1722386653.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
solver pid=40150, runsolver pid=40147
Current StackSize limit: 8192 KiB


[startup+0.106513 s]*
/proc/loadavg: 4.13 4.12 4.10 6/260 40153
/proc/meminfo: memFree=124631876/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=153604 memory=57700 CPUtime=0.1 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 12755 0 0 0 8 2 0 0 20 0 3 0 5267170 157290496 14425 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 38401 14425 2758 3035 0 19446 0
[pid=40150/tid=40152] ppid=40147 vsize=153604 memory=4026561586 CPUtime=0 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 1077936192 2129 0 0 0 0 0 0 0 20 0 3 0 5267178 157290496 14425 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=153604 memory=228556276070 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) R 40147 40150 35189 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 3 0 5267180 157290496 14425 134679101440 4194304 16623229 140724312420704 0 0 0 2147221247 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 153604 KiB
Current children cumulated memory: 57700 KiB

[startup+0.206659 s]*
/proc/loadavg: 4.13 4.12 4.10 5/260 40153
/proc/meminfo: memFree=124614056/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=159980 memory=75884 CPUtime=0.19 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 17356 0 0 0 17 2 0 0 20 0 3 0 5267170 163819520 18971 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 39995 18971 2854 3035 0 24325 0
[pid=40150/tid=40152] ppid=40147 vsize=159980 memory=664970838410264707 CPUtime=0.09 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 6730 0 0 0 9 0 0 0 20 0 3 0 5267178 163819520 18971 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=159980 memory=17998 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5267180 163819520 18971 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 159980 KiB
Current children cumulated memory: 75884 KiB

[startup+0.305678 s]*
/proc/loadavg: 4.13 4.12 4.10 5/260 40153
/proc/meminfo: memFree=124612040/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=159980 memory=77752 CPUtime=0.28 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 17805 0 0 0 26 2 0 0 20 0 3 0 5267170 163819520 19438 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 39995 19438 2934 3035 0 24677 0
[pid=40150/tid=40152] ppid=40147 vsize=159980 memory=-5155627998848510597 CPUtime=0.18 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 7179 0 0 0 18 0 0 0 20 0 3 0 5267178 163819520 19438 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=159980 memory=0 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5267180 163819520 19438 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 159980 KiB
Current children cumulated memory: 77752 KiB

[startup+0.700246 s]
/proc/loadavg: 4.13 4.12 4.10 5/260 40153
/proc/meminfo: memFree=124592896/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=160572 memory=90676 CPUtime=0.67 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 22645 0 0 0 64 3 0 0 20 0 3 0 5267170 164425728 22669 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 40143 22669 2950 3035 0 28326 0
[pid=40150/tid=40152] ppid=40147 vsize=160572 memory=0 CPUtime=0.57 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 12019 0 0 0 56 1 0 0 20 0 3 0 5267178 164425728 22669 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=160572 memory=0 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5267180 164425728 22669 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 160572 KiB
Current children cumulated memory: 90676 KiB

[startup+1.50026 s]
/proc/loadavg: 4.13 4.12 4.10 5/260 40153
/proc/meminfo: memFree=124598108/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=160704 memory=93596 CPUtime=1.47 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 29558 0 0 0 144 3 0 0 20 0 3 0 5267170 164560896 23399 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 40176 23399 2950 3035 0 28956 0
[pid=40150/tid=40152] ppid=40147 vsize=160704 memory=0 CPUtime=1.38 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 18926 0 0 0 136 2 0 0 20 0 3 0 5267178 164560896 23399 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=160704 memory=0 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 5267180 164560896 23399 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 160704 KiB
Current children cumulated memory: 93596 KiB

[startup+3.10548 s]
/proc/loadavg: 4.13 4.12 4.10 5/260 40153
/proc/meminfo: memFree=124572716/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=160704 memory=115524 CPUtime=3.07 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 35355 0 0 0 303 4 0 0 20 0 3 0 5267170 164560896 28881 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 40176 28881 2998 3035 0 34984 0
[pid=40150/tid=40152] ppid=40147 vsize=160704 memory=0 CPUtime=2.97 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 24704 0 0 0 295 2 0 0 20 0 3 0 5267178 164560896 28881 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=160704 memory=0 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 5267180 164560896 28881 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 160704 KiB
Current children cumulated memory: 115524 KiB

[startup+6.30026 s]
/proc/loadavg: 4.12 4.12 4.10 5/260 40155
/proc/meminfo: memFree=124562184/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=160704 memory=123908 CPUtime=6.25 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 49996 0 0 0 620 5 0 0 20 0 3 0 5267170 164560896 30977 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 40176 30977 2998 3035 0 36556 0
[pid=40150/tid=40152] ppid=40147 vsize=160704 memory=-5155627998848510597 CPUtime=6.15 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 39326 0 0 0 612 3 0 0 20 0 3 0 5267178 164560896 30977 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=160704 memory=-5155627998848510597 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 5267180 164560896 30977 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 160704 KiB
Current children cumulated memory: 123908 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.10 5/260 40155
/proc/meminfo: memFree=124544220/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=224800 memory=143312 CPUtime=12.63 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 93378 0 0 0 1253 10 0 0 20 0 3 0 5267170 230195200 35828 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 56200 35828 2998 3035 0 41494 0
[pid=40150/tid=40152] ppid=40147 vsize=224800 memory=-5155627998848510597 CPUtime=12.54 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 82674 0 0 0 1245 9 0 0 20 0 3 0 5267178 230195200 35828 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=224800 memory=139700 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 5267180 230195200 35828 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 224800 KiB
Current children cumulated memory: 143312 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.11 4.09 5/260 40158
/proc/meminfo: memFree=124517516/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=224800 memory=154240 CPUtime=25.38 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 131274 0 0 0 2523 15 0 0 20 0 3 0 5267170 230195200 38560 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 56200 38560 2998 3035 0 44195 0
[pid=40150/tid=40152] ppid=40147 vsize=224800 memory=154236 CPUtime=25.29 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 120526 0 0 0 2515 14 0 0 20 0 3 0 5267178 230195200 38560 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=224800 memory=11596 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 16 0 0 0 0 0 0 0 20 0 3 0 5267180 230195200 38560 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 224800 KiB
Current children cumulated memory: 154240 KiB

[startup+51.1057 s]
/proc/loadavg: 4.17 4.13 4.10 5/260 40161
/proc/meminfo: memFree=124495924/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=228388 memory=160020 CPUtime=50.89 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 163711 0 0 0 5066 23 0 0 20 0 3 0 5267170 233869312 40005 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 57097 40005 2998 3035 0 47800 0
[pid=40150/tid=40152] ppid=40147 vsize=228388 memory=157932 CPUtime=50.79 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 152909 0 0 0 5058 21 0 0 20 0 3 0 5267178 233869312 40005 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=228388 memory=13120 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 5267180 233869312 40005 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 228388 KiB
Current children cumulated memory: 160020 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.10 5/257 40169
/proc/meminfo: memFree=124431188/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=301864 memory=178328 CPUtime=101.89 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 206861 0 0 0 10155 34 0 0 20 0 3 0 5267170 309108736 44582 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 75466 44582 2998 3035 0 56029 0
[pid=40150/tid=40152] ppid=40147 vsize=301864 memory=175140 CPUtime=101.78 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 195992 0 0 0 10146 32 0 0 20 0 3 0 5267178 309108736 44582 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=301864 memory=13120 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5267180 309108736 44582 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 301864 KiB
Current children cumulated memory: 178328 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/257 40179
/proc/meminfo: memFree=124322608/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=309440 memory=211008 CPUtime=161.67 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 246598 0 0 0 16122 45 0 0 20 0 3 0 5267170 316866560 52752 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 77360 52752 2998 3035 0 64993 0
[pid=40150/tid=40152] ppid=40147 vsize=309440 memory=211000 CPUtime=161.56 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 235688 0 0 0 16113 43 0 0 20 0 3 0 5267178 316866560 52752 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=309440 memory=-7596563788540764028 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5267180 316866560 52752 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 309440 KiB
Current children cumulated memory: 211008 KiB

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

# cumulated CPU time of all completed processes:  user=187.758 s, system=0.524981 s

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

[startup+166.4 s]
/proc/loadavg: 4.16 4.13 4.10 5/257 40181
/proc/meminfo: memFree=124318108/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=309440 memory=212372 CPUtime=165.75 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 247207 0 0 0 16530 45 0 0 20 0 3 0 5267170 316866560 53093 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 77360 53093 2998 3035 0 64993 0
[pid=40150/tid=40152] ppid=40147 vsize=309440 memory=13120 CPUtime=165.65 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 236296 0 0 0 16522 43 0 0 20 0 3 0 5267178 316866560 53093 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=309440 memory=12272 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5267180 316866560 53093 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 165.75 s
Current children cumulated vsize: 309440 KiB
Current children cumulated memory: 212372 KiB

[startup+179.2 s]
/proc/loadavg: 4.12 4.12 4.09 5/257 40183
/proc/meminfo: memFree=124300832/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=310616 memory=219300 CPUtime=178.51 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 254264 0 0 0 17803 48 0 0 20 0 3 0 5267170 318070784 54825 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 77654 54825 2998 3035 0 66675 0
[pid=40150/tid=40152] ppid=40147 vsize=310616 memory=208144 CPUtime=178.4 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 243353 0 0 0 17794 46 0 0 20 0 3 0 5267178 318070784 54825 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=310616 memory=211008 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 5267180 318070784 54825 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 178.51 s
Current children cumulated vsize: 310616 KiB
Current children cumulated memory: 219300 KiB

[startup+185.6 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 40186
/proc/meminfo: memFree=124298364/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=313048 memory=219908 CPUtime=184.88 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 269591 0 0 0 18438 50 0 0 20 0 3 0 5267170 320561152 54977 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 78262 54977 2998 3035 0 67283 0
[pid=40150/tid=40152] ppid=40147 vsize=313048 memory=13120 CPUtime=184.77 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 258663 0 0 0 18429 48 0 0 20 0 3 0 5267178 320561152 54977 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=313048 memory=11596 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5267180 320561152 54977 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 184.88 s
Current children cumulated vsize: 313048 KiB
Current children cumulated memory: 219908 KiB

[startup+187.2 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 40186
/proc/meminfo: memFree=124297772/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=313048 memory=219920 CPUtime=186.48 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 270322 0 0 0 18597 51 0 0 20 0 3 0 5267170 320561152 54980 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 78262 54980 2998 3035 0 67283 0
[pid=40150/tid=40152] ppid=40147 vsize=313048 memory=12272 CPUtime=186.37 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 259393 0 0 0 18588 49 0 0 20 0 3 0 5267178 320561152 54980 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=313048 memory=2160 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5267180 320561152 54980 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 186.48 s
Current children cumulated vsize: 313048 KiB
Current children cumulated memory: 219920 KiB

[startup+188 s]*
/proc/loadavg: 4.11 4.12 4.09 5/257 40186
/proc/meminfo: memFree=124297292/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=313048 memory=219920 CPUtime=187.29 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 270586 0 0 0 18678 51 0 0 20 0 3 0 5267170 320561152 54980 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 78262 54980 2998 3035 0 67283 0
[pid=40150/tid=40152] ppid=40147 vsize=313048 memory=-7596563788540764028 CPUtime=187.18 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 259657 0 0 0 18669 49 0 0 20 0 3 0 5267178 320561152 54980 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=313048 memory=17855 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5267180 320561152 54980 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 187.29 s
Current children cumulated vsize: 313048 KiB
Current children cumulated memory: 219920 KiB

[startup+188.4 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 40186
/proc/meminfo: memFree=124297292/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=313048 memory=219952 CPUtime=187.68 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 271048 0 0 0 18717 51 0 0 20 0 3 0 5267170 320561152 54988 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 78262 54988 2998 3035 0 67283 0
[pid=40150/tid=40152] ppid=40147 vsize=313048 memory=5600 CPUtime=187.57 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 260119 0 0 0 18708 49 0 0 20 0 3 0 5267178 320561152 54988 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=313048 memory=1836 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5267180 320561152 54988 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 187.68 s
Current children cumulated vsize: 313048 KiB
Current children cumulated memory: 219952 KiB

[startup+188.8 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 40186
/proc/meminfo: memFree=124297292/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=313048 memory=219952 CPUtime=188.08 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 271140 0 0 0 18757 51 0 0 20 0 3 0 5267170 320561152 54988 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 78262 54988 2998 3035 0 67283 0
[pid=40150/tid=40152] ppid=40147 vsize=313048 memory=219300 CPUtime=187.97 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 260211 0 0 0 18748 49 0 0 20 0 3 0 5267178 320561152 54988 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=313048 memory=219908 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5267180 320561152 54988 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 188.08 s
Current children cumulated vsize: 313048 KiB
Current children cumulated memory: 219952 KiB

[startup+188.9 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 40186
/proc/meminfo: memFree=124297292/131524600 swapFree=131071996/131071996
[pid=40150] ppid=40147 vsize=313048 memory=219952 CPUtime=188.18 cores=4,6
/proc/40150/stat : 40150 (fscip) S 40147 40150 35189 0 -1 1077936128 271157 0 0 0 18767 51 0 0 20 0 3 0 5267170 320561152 54988 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
/proc/40150/statm: 78262 54988 2998 3035 0 67283 0
[pid=40150/tid=40152] ppid=40147 vsize=313048 memory=13120 CPUtime=188.07 cores=4,6
/proc/40150/task/40152/stat : 40152 (fscip) R 40147 40150 35189 0 -1 4194368 260228 0 0 0 18758 49 0 0 20 0 3 0 5267178 320561152 54988 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
[pid=40150/tid=40153] ppid=40147 vsize=313048 memory=5600 CPUtime=0 cores=4,6
/proc/40150/task/40153/stat : 40153 (fscip) S 40147 40150 35189 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5267180 320561152 54988 134679101440 4194304 16623229 140724312420704 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40734720 140724312429594 140724312429710 140724312429710 140724312436720 0
Current children cumulated CPU time: 188.18 s
Current children cumulated vsize: 313048 KiB
Current children cumulated memory: 219952 KiB

Child status: 0

Real time (s): 188.999
CPU time (s): 188.283
CPU user time (s): 187.758
CPU system time (s): 0.524981
CPU usage (%): 99.6215
Max. virtual memory (cumulated for all children) (KiB): 313048
Max. memory (cumulated for all children) (KiB): 219952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.758
system time used= 0.524981
maximum resident set size= 219952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279989
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= 568
involuntary context switches= 225


# summary of solver processes directly reported to runsolver:
#   pid: 40150
#   total CPU time (s): 188.283
#   total CPU user time (s): 187.758
#   total CPU system time (s): 0.524981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.428134 second user time and 0.891673 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-31 02:44:13
IDJOB=4464576
IDBENCH=162575
IDSOLVER=3092
FILE ID=nodeC030/4464576-1722386653
RUNJOBID= nodeC030-1722378597-35200
SLURM_JOB_ID= 8249853
Free space on /tmp= 889972 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l040-r039-n1.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-4464576-1722386653/watcher-4464576-1722386653 -o /tmp/evaluation-result-4464576-1722386653/solver-4464576-1722386653 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1722378597-35200 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464576-1722386653.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 96e2a5c3c03fdb4a4e45b0158ae682a4
RANDOM SEED=1078368009

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124679724 kB
MemAvailable:   125079564 kB
Buffers:           98928 kB
Cached:          1134800 kB
SwapCached:            0 kB
Active:           299880 kB
Inactive:        6052852 kB
Active(anon):       1568 kB
Inactive(anon):  5138772 kB
Active(file):     298312 kB
Inactive(file):   914080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             27924 kB
Writeback:             4 kB
AnonPages:       5117036 kB
Mapped:           124328 kB
Shmem:             21328 kB
KReclaimable:      54544 kB
Slab:             137196 kB
SReclaimable:      54544 kB
SUnreclaim:        82652 kB
KernelStack:        4128 kB
PageTables:        19216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5248484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9408 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1134592 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:      221908 kB
DirectMap2M:     6891520 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 889944 MiB
End job on nodeC030 at 2024-07-31 02:47:22