Trace number 4451530

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-02UNSAT 175.764 176.347

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: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 35991552, getVmSize() = 35991552, SCIPgetMemUsed() = 10012602, SCIPgetMemTotal() = 14019602, SCIPgetMemExternEstim() = 6309009
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.00/0.08	c ** Estimated virtualMemUsedAtSolver = 31939242, getVmSize() = 59826176, SCIPgetMemUsed() = 24023725, 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-4451530-1721425305
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.09/0.12	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.09/0.12	c                                Nodes    Active                                            
0.09/0.12	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.41/5.58	c         6             49          48         1                -           0.0000          -
10.50/10.67	c        11            978         139         1                -           0.0000          -
15.58/15.75	c        16           1142          32         1                -           0.0000          -
20.67/20.82	c        21           2102          81         1                -           0.0000          -
25.66/25.88	c        26           4306          67         1                -           0.0000          -
30.74/30.93	c        31           6312          54         1                -           0.0000          -
35.73/35.97	c        36           7995          59         1                -           0.0000          -
40.83/41.10	c        41           9971          50         1                -           0.0000          -
45.92/46.17	c        46          11673          26         1                -           0.0000          -
50.98/51.25	c        51          13086          51         1                -           0.0000          -
56.16/56.42	c        56          14826          12         1                -           0.0000          -
61.25/61.53	c        62          16128          21         1                -           0.0000          -
66.33/66.65	c        67          17428          17         1                -           0.0000          -
71.42/71.71	c        72          18899          16         1                -           0.0000          -
76.41/76.77	c        77          20078          19         1                -           0.0000          -
81.49/81.84	c        82          21234          13         1                -           0.0000          -
86.68/87.01	c        87          22182          20         1                -           0.0000          -
91.67/92.07	c        92          23373          12         1                -           0.0000          -
96.84/97.20	c        97          24507          30         1                -           0.0000          -
101.83/102.26	c       102          25944          24         1                -           0.0000          -
106.91/107.37	c       107          27434          21         1                -           0.0000          -
111.99/112.42	c       112          28918           9         1                -           0.0000          -
116.98/117.49	c       118          30248          20         1                -           0.0000          -
122.07/122.54	c       123          31711          15         1                -           0.0000          -
127.15/127.60	c       128          32972          15         1                -           0.0000          -
132.14/132.67	c       133          34176          17         1                -           0.0000          -
137.32/137.81	c       138          35228          14         1                -           0.0000          -
142.31/142.88	c       143          36271          16         1                -           0.0000          -
147.39/147.97	c       148          37475          19         1                -           0.0000          -
152.48/153.06	c       153          38389          23         1                -           0.0000          -
157.58/158.16	c       158          39577          29         1                -           0.0000          -
162.75/163.34	c       163          40806          17         1                -           0.0000          -
167.73/168.39	c       168          41998          10         1                -           0.0000          -
172.91/173.52	c       174          43103          11         1                -           0.0000          -
175.61/176.27	c       176          43699           0         0                -           0.0000          -
175.70/176.30	c       176          43699           0         0                -           0.0000          -
175.70/176.30	c SCIP Status        : c problem is solved [infeasible]
175.70/176.30	c Total Time         : 176.3000
175.70/176.30	c   solving          : 176.3000
175.70/176.30	c   presolving       : 0.0684 (included in solving)
175.70/176.30	c B&B Tree           :
175.70/176.30	c   nodes (total)    : 43699
175.70/176.30	c Solution           :
175.70/176.30	c   Solutions found  : 0
175.70/176.30	c   Primal Bound     :          -
175.70/176.30	c   Dual Bound       :          -
175.70/176.30	c Gap                :          -
175.70/176.32	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: 64096 MiB (59526 MiB free)
  memory of node 1: 64473 MiB (61311 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451530-1721425305/watcher-4451530-1721425305 -o /tmp/evaluation-result-4451530-1721425305/solver-4451530-1721425305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721421610-1033550 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4451530-1721425305.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=1036272, runsolver pid=1036269

[startup+0.106363 s]*
/proc/loadavg: 4.09 4.30 4.28 5/251 1036274
/proc/meminfo: memFree=123693852/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=143652 memory=54768 CPUtime=0.09 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 12014 0 0 0 8 1 0 0 20 0 2 0 194689334 147099648 13692 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 35913 13692 2750 3032 0 16630 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=143652 memory=4026561586 CPUtime=0 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 1388 0 0 0 0 0 0 0 20 0 2 0 194689343 147099648 13692 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 143652 KiB
Current children cumulated memory: 54768 KiB

[startup+0.214356 s]*
/proc/loadavg: 4.09 4.30 4.28 5/252 1036275
/proc/meminfo: memFree=123680728/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=158588 memory=67492 CPUtime=0.19 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 15201 0 0 0 17 2 0 0 20 0 3 0 194689334 162394112 16873 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 39647 16873 2766 3032 0 22165 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=158588 memory=6876556183782621315 CPUtime=0.1 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 4572 0 0 0 9 1 0 0 20 0 3 0 194689343 162394112 16873 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=158588 memory=18025 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 194689347 162394112 16873 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 158588 KiB
Current children cumulated memory: 67492 KiB

[startup+0.314363 s]*
/proc/loadavg: 4.09 4.30 4.28 5/252 1036275
/proc/meminfo: memFree=123674344/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=160000 memory=74144 CPUtime=0.28 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 16977 0 0 0 25 3 0 0 20 0 3 0 194689334 163840000 18536 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 40000 18536 2814 3032 0 23836 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=160000 memory=-7736474891278705786 CPUtime=0.18 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 6348 0 0 0 17 1 0 0 20 0 3 0 194689343 163840000 18536 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=160000 memory=0 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 194689347 163840000 18536 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 160000 KiB
Current children cumulated memory: 74144 KiB

[startup+0.70039 s]
/proc/loadavg: 4.09 4.30 4.28 5/252 1036275
/proc/meminfo: memFree=123670456/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=160000 memory=77656 CPUtime=0.63 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 17758 0 0 0 60 3 0 0 20 0 3 0 194689334 163840000 19414 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 40000 19414 2910 3032 0 24645 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=160000 memory=0 CPUtime=0.54 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 7129 0 0 0 52 2 0 0 20 0 3 0 194689343 163840000 19414 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=160000 memory=0 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 194689347 163840000 19414 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 160000 KiB
Current children cumulated memory: 77656 KiB

[startup+1.5004 s]
/proc/loadavg: 4.08 4.29 4.28 5/252 1036275
/proc/meminfo: memFree=123668804/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=160592 memory=90656 CPUtime=1.43 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 30370 0 0 0 137 6 0 0 20 0 3 0 194689334 164446208 22664 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 40148 22664 2926 3032 0 28337 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=160592 memory=0 CPUtime=1.33 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 19741 0 0 0 129 4 0 0 20 0 3 0 194689343 164446208 22664 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=160592 memory=0 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 194689347 164446208 22664 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 160592 KiB
Current children cumulated memory: 90656 KiB

[startup+3.11302 s]
/proc/loadavg: 4.08 4.29 4.28 5/252 1036275
/proc/meminfo: memFree=123646880/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=160592 memory=98688 CPUtime=3.03 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 33763 0 0 0 297 6 0 0 20 0 3 0 194689334 164446208 24672 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 40148 24672 2926 3032 0 30524 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=160592 memory=0 CPUtime=2.94 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 23131 0 0 0 289 5 0 0 20 0 3 0 194689343 164446208 24672 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=160592 memory=77656 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 3 0 194689347 164446208 24672 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 160592 KiB
Current children cumulated memory: 98688 KiB

[startup+6.30038 s]
/proc/loadavg: 4.07 4.29 4.27 5/252 1036276
/proc/meminfo: memFree=123618972/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=160728 memory=123332 CPUtime=6.22 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 40263 0 0 0 614 8 0 0 20 0 3 0 194689334 164585472 30833 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 40182 30833 2974 3032 0 36533 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=160728 memory=12740 CPUtime=6.12 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 29607 0 0 0 606 6 0 0 20 0 3 0 194689343 164585472 30833 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=160728 memory=12740 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 3 0 194689347 164585472 30833 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 160728 KiB
Current children cumulated memory: 123332 KiB

[startup+12.7004 s]
/proc/loadavg: 4.07 4.28 4.27 5/252 1036276
/proc/meminfo: memFree=123585832/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=226112 memory=139440 CPUtime=12.59 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 76816 0 0 0 1248 11 0 0 20 0 3 0 194689334 231538688 34860 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 56528 34860 2974 3032 0 40511 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=226112 memory=141444 CPUtime=12.5 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 66131 0 0 0 1240 10 0 0 20 0 3 0 194689343 231538688 34860 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=226112 memory=93956 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 194689347 231538688 34860 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 226112 KiB
Current children cumulated memory: 139440 KiB

[startup+25.5004 s]
/proc/loadavg: 4.06 4.27 4.27 5/252 1036279
/proc/meminfo: memFree=123539376/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=226112 memory=155996 CPUtime=25.36 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 120927 0 0 0 2521 15 0 0 20 0 3 0 194689334 231538688 38999 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 56528 38999 2974 3032 0 44651 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=226112 memory=155992 CPUtime=25.27 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 110193 0 0 0 2513 14 0 0 20 0 3 0 194689343 231538688 38999 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=226112 memory=155980 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 3 0 194689347 231538688 38999 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 226112 KiB
Current children cumulated memory: 155996 KiB

[startup+51.1133 s]
/proc/loadavg: 4.09 4.26 4.27 5/252 1036284
/proc/meminfo: memFree=123479240/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=230184 memory=163904 CPUtime=50.9 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 154378 0 0 0 5071 19 0 0 20 0 3 0 194689334 235708416 40976 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 57546 40976 2974 3032 0 49009 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=230184 memory=161536 CPUtime=50.79 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 143580 0 0 0 5062 17 0 0 20 0 3 0 194689343 235708416 40976 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=230184 memory=158120 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 3 0 194689347 235708416 40976 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 230184 KiB
Current children cumulated memory: 163904 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.24 4.26 5/252 1036293
/proc/meminfo: memFree=123328980/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=302072 memory=206984 CPUtime=101.93 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 208200 0 0 0 10163 30 0 0 20 0 3 0 194689334 309321728 51746 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 75518 51746 2974 3032 0 63502 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=302072 memory=179296 CPUtime=101.82 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 197344 0 0 0 10154 28 0 0 20 0 3 0 194689343 309321728 51746 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=302072 memory=-7239955064154985318 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 3 0 194689347 309321728 51746 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 302072 KiB
Current children cumulated memory: 206984 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.20 4.25 7/252 1036304
/proc/meminfo: memFree=123153780/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=310824 memory=220660 CPUtime=161.75 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 249329 0 0 0 16138 37 0 0 20 0 3 0 194689334 318283776 55165 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 77706 55165 2974 3032 0 67083 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=310824 memory=12740 CPUtime=161.63 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 238435 0 0 0 16128 35 0 0 20 0 3 0 194689343 318283776 55165 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=310824 memory=29488 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 194689347 318283776 55165 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 310824 KiB
Current children cumulated memory: 220660 KiB

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

# cumulated CPU time of all completed processes:  user=175.345 s, system=0.419506 s

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

[startup+166.4 s]
/proc/loadavg: 4.07 4.20 4.24 5/252 1036305
/proc/meminfo: memFree=123146320/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=310824 memory=220924 CPUtime=165.84 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 249518 0 0 0 16547 37 0 0 20 0 3 0 194689334 318283776 55231 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 77706 55231 2974 3032 0 67083 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=310824 memory=214172 CPUtime=165.72 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 238624 0 0 0 16537 35 0 0 20 0 3 0 194689343 318283776 55231 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=310824 memory=208768 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 194689347 318283776 55231 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 165.84 s
Current children cumulated vsize: 310824 KiB
Current children cumulated memory: 220924 KiB

[startup+172.8 s]
/proc/loadavg: 4.06 4.20 4.24 5/252 1036305
/proc/meminfo: memFree=123132496/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=310824 memory=220932 CPUtime=172.21 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 249810 0 0 0 17184 37 0 0 20 0 3 0 194689334 318283776 55233 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 77706 55233 2974 3032 0 67083 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=310824 memory=220932 CPUtime=172.11 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 238916 0 0 0 17175 36 0 0 20 0 3 0 194689343 318283776 55233 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=310824 memory=50128 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 194689347 318283776 55233 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 172.21 s
Current children cumulated vsize: 310824 KiB
Current children cumulated memory: 220932 KiB

[startup+174.4 s]
/proc/loadavg: 4.06 4.20 4.24 5/252 1036307
/proc/meminfo: memFree=123128340/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=313256 memory=221540 CPUtime=173.82 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 250058 0 0 0 17344 38 0 0 20 0 3 0 194689334 320774144 55385 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 78314 55385 2974 3032 0 67691 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=313256 memory=11936 CPUtime=173.7 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 239164 0 0 0 17334 36 0 0 20 0 3 0 194689343 320774144 55385 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=313256 memory=12740 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 194689347 320774144 55385 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 173.82 s
Current children cumulated vsize: 313256 KiB
Current children cumulated memory: 221540 KiB

[startup+175.2 s]
/proc/loadavg: 4.06 4.20 4.24 5/252 1036307
/proc/meminfo: memFree=123126296/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=313256 memory=221552 CPUtime=174.61 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 250094 0 0 0 17423 38 0 0 20 0 3 0 194689334 320774144 55388 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 78314 55388 2974 3032 0 67691 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=313256 memory=11936 CPUtime=174.5 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 239200 0 0 0 17414 36 0 0 20 0 3 0 194689343 320774144 55388 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=313256 memory=5624 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 194689347 320774144 55388 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 174.61 s
Current children cumulated vsize: 313256 KiB
Current children cumulated memory: 221552 KiB

[startup+176 s]*
/proc/loadavg: 4.06 4.19 4.24 5/252 1036307
/proc/meminfo: memFree=123124504/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=313256 memory=221564 CPUtime=175.42 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 250191 0 0 0 17504 38 0 0 20 0 3 0 194689334 320774144 55391 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 78314 55391 2974 3032 0 67691 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=313256 memory=-7239955064154985318 CPUtime=175.31 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 239297 0 0 0 17495 36 0 0 20 0 3 0 194689343 320774144 55391 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=313256 memory=23768 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 194689347 320774144 55391 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 175.42 s
Current children cumulated vsize: 313256 KiB
Current children cumulated memory: 221564 KiB

[startup+176.2 s]
/proc/loadavg: 4.06 4.19 4.24 5/252 1036307
/proc/meminfo: memFree=123124504/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=313256 memory=221564 CPUtime=175.61 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 250205 0 0 0 17523 38 0 0 20 0 3 0 194689334 320774144 55391 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 78314 55391 2974 3032 0 67691 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=313256 memory=19816 CPUtime=175.5 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 239311 0 0 0 17514 36 0 0 20 0 3 0 194689343 320774144 55391 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=313256 memory=7080 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 194689347 320774144 55391 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 175.61 s
Current children cumulated vsize: 313256 KiB
Current children cumulated memory: 221564 KiB

[startup+176.3 s]
/proc/loadavg: 4.06 4.19 4.24 5/252 1036307
/proc/meminfo: memFree=123124504/131655788 swapFree=131071996/131071996
[pid=1036272] ppid=1036269 vsize=307412 memory=215308 CPUtime=175.7 cores=4,6
/proc/1036272/stat : 1036272 (fscip) S 1036269 1036272 1033539 0 -1 1077936128 252073 0 0 0 17532 38 0 0 20 0 3 0 194689334 314789888 54063 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
/proc/1036272/statm: 76853 53948 2974 3032 0 66230 0
[pid=1036272/tid=1036274] ppid=1036269 vsize=306468 memory=12740 CPUtime=175.59 cores=4,6
/proc/1036272/task/1036274/stat : 1036274 (fscip) R 1036269 1036272 1033539 0 -1 4194368 241198 0 0 0 17523 36 0 0 20 0 3 0 194689343 313823232 53827 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
[pid=1036272/tid=1036275] ppid=1036269 vsize=306468 memory=221540 CPUtime=0 cores=4,6
/proc/1036272/task/1036275/stat : 1036275 (fscip) S 1036269 1036272 1033539 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 194689347 313823232 53827 134679101440 4194304 16613245 140731407506304 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 42758144 140731407508499 140731407508615 140731407508615 140731407515632 0
Current children cumulated CPU time: 175.7 s
Current children cumulated vsize: 307412 KiB
Current children cumulated memory: 215308 KiB

Child status: 0

Real time (s): 176.347
CPU time (s): 175.764
CPU user time (s): 175.345
CPU system time (s): 0.419506
CPU usage (%): 99.6694
Max. virtual memory (cumulated for all children) (KiB): 313256
Max. memory (cumulated for all children) (KiB): 221564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.345
system time used= 0.419506
maximum resident set size= 221580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258594
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= 530
involuntary context switches= 234


# summary of solver processes directly reported to runsolver:
#   pid: 1036272
#   total CPU time (s): 175.764
#   total CPU user time (s): 175.345
#   total CPU system time (s): 0.419506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.93317 second user time and 1.86138 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-19 23:41:57
IDJOB=4451530
IDBENCH=162575
IDSOLVER=3064
FILE ID=nodeC005/4451530-1721425305
RUNJOBID= nodeC005-1721421610-1033550
SLURM_JOB_ID= 7545501
Free space on /tmp= 723700 MiB

SOLVER NAME= FiberSCIP 2024-07-02
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-4451530-1721425305/watcher-4451530-1721425305 -o /tmp/evaluation-result-4451530-1721425305/solver-4451530-1721425305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721421610-1033550 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4451530-1721425305.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 96e2a5c3c03fdb4a4e45b0158ae682a4
RANDOM SEED=611299347

nodeC005.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	: 0xb00001f
cpu MHz		: 3665.365
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 3665.016
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.375
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 1197.366
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 3491.782
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 3646.576
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.178
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 1197.324
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123738848 kB
MemAvailable:   129297876 kB
Buffers:          538628 kB
Cached:          5801784 kB
SwapCached:            0 kB
Active:          1141924 kB
Inactive:        6074744 kB
Active(anon):       3448 kB
Inactive(anon):   918708 kB
Active(file):    1138476 kB
Inactive(file):  5156036 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28312 kB
Writeback:            56 kB
AnonPages:        875480 kB
Mapped:           144104 kB
Shmem:             45896 kB
KReclaimable:     209432 kB
Slab:             328776 kB
SReclaimable:     209432 kB
SUnreclaim:       119344 kB
KernelStack:        4016 kB
PageTables:        11116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     985124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723672 MiB
End job on nodeC005 at 2024-07-19 23:44:54