Trace number 4434927

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-02? 3589.59 3600.5

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug4.5.opb
MD5SUM481101aa5750e702617a44583ed063de
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark204
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27552
Number of constraints which are cardinality constraints (but not clauses)248
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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.22/0.26	c Default LC presolving (default).
0.22/0.26	c ** Before presolving: virtualMemUsedAtLc = 102684826, getVmSize() = 88788992, SCIPgetMemUsed() = 55740924, SCIPgetMemTotal() = 64786228, SCIPgetMemExternEstim() = 37898598
0.22/0.26	c ** set memory limit for presolving in LC to 8.79606e+12 for SCIP **
3.28/3.36	c ** Estimated virtualMemUsedAtSolver = 150425712, getVmSize() = 216240128, SCIPgetMemUsed() = 137843523, SCIPgetMemTotal() = 187739971, SCIPgetMemExternEstim() = 37898598
3.28/3.36	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
3.28/3.36	c Original Problem   :
3.28/3.36	c   Problem name     : instance-4434927-1721165421
3.28/3.36	c   Variables        : 9632 (9632 binary, 0 integer, 0 implicit integer, 0 continuous)
3.28/3.36	c   Constraints      : 29620
3.28/3.36	c   Objective sense  : minimize
3.28/3.36	c Presolved Problem  :
3.28/3.36	c   Variables        : 9561 (9561 binary, 0 integer, 0 implicit integer, 0 continuous)
3.28/3.36	c   Constraints      : 27419
3.28/3.36	c Constraints        : Number
3.28/3.36	c   knapsack         : 1144 
3.28/3.36	c   setppc           : 16027 
3.28/3.36	c   linear           : 28 
3.28/3.36	c   logicor          : 10220 
3.28/3.36	c ** Instance transfer method used: 0
3.37/3.42	c ** ParaScipInstance copy does not increase the number of variables. **
3.47/3.51	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.47/3.51	c                                Nodes    Active                                            
3.47/3.51	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1134.21/1138.43	c      1138              2           1         1                -         111.0000          -
1139.59/1143.87	c      1144             11          10         1                -         111.0000          -
1144.67/1148.95	c      1149             14          13         1                -         111.0000          -
1153.15/1157.43	c      1157             16          15         1                -         111.0000          -
1177.79/1182.12	c      1182             18          17         1                -         111.0000          -
1184.16/1188.59	c      1189             21          20         1                -         111.0000          -
1191.84/1196.28	c      1196             29          22         1                -         111.0000          -
1206.10/1210.50	c      1210             31          24         1                -         111.0000          -
1235.71/1240.27	c      1240             33          26         1                -         111.0000          -
1257.48/1262.05	c      1262             35          28         1                -         111.0000          -
3197.12/3206.95	c      3207             38          29         1                -         111.0000          -
3223.44/3233.32	c      3233             40          31         1                -         111.0000          -
3234.30/3244.28	c      3244             42          33         1                -         111.0000          -
3259.93/3269.96	c      3270             44          35         1                -         111.0000          -
3265.41/3275.45	c      3275             46          37         1                -         111.0000          -
3303.71/3313.88	c      3314             48          39         1                -         111.0000          -
3322.86/3333.07	c      3333             50          41         1                -         111.0000          -
3332.02/3342.25	c      3342             52          43         1                -         111.0000          -
3337.60/3347.85	c      3348             57          46         1                -         111.0000          -
3357.76/3368.09	c      3368             58          47         1                -         111.0000          -
3363.84/3374.17	c      3374             61          50         1                -         111.0000          -
3389.05/3399.41	c      3399             62          51         1                -         111.0000          -
3416.17/3426.65	c      3427             65          54         1                -         111.0000          -
3431.02/3441.52	c      3442             68          57         1                -         111.0000          -
3438.11/3448.69	c      3449             71          60         1                -         111.0000          -
3454.06/3464.63	c      3465             73          62         1                -         111.0000          -
3461.24/3471.88	c      3472             74          65         1                -         111.0000          -
3589.28/3600.25	c      3600             74          65         0                -         111.0000          -
3589.38/3600.37	c SCIP Status        : c solving was interrupted [hard time limit reached]
3589.38/3600.37	c Total Time         : 3600.3600
3589.38/3600.37	c   solving          : 3600.3600
3589.38/3600.37	c   presolving       : 3.1024 (included in solving)
3589.38/3600.37	c B&B Tree           :
3589.38/3600.37	c   nodes (total)    : 1
3589.38/3600.37	c Solution           :
3589.38/3600.37	c   Solutions found  : 0
3589.38/3600.37	c   Primal Bound     :          -
3589.38/3600.37	c   Dual Bound       : +1.11000000000000e+02
3589.38/3600.37	c Gap                :          -
3589.48/3600.49	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (59896 MiB free)
  memory of node 1: 64473 MiB (61942 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=874131, runsolver pid=874120
Current StackSize limit: 8192 KiB


[startup+0.100096 s]*
/proc/loadavg: 1.14 1.15 1.71 6/250 874142
/proc/meminfo: memFree=124710628/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=43604 memory=32308 CPUtime=0.1 cores=5,7
/proc/874131/stat : 874131 (fscip) R 874120 874131 874063 0 -1 4194304 5964 0 0 0 8 2 0 0 20 0 1 0 168700962 44650496 8077 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 10901 8077 2318 3032 0 7301 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 43604 KiB
Current children cumulated memory: 32308 KiB

[startup+0.21593 s]*
/proc/loadavg: 1.14 1.15 1.71 3/240 874158
/proc/meminfo: memFree=124670544/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=71408 memory=61348 CPUtime=0.22 cores=5,7
/proc/874131/stat : 874131 (fscip) R 874120 874131 874063 0 -1 4194304 13142 0 0 0 18 4 0 0 20 0 1 0 168700962 73121792 15337 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 17852 15337 2558 3032 0 14252 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 71408 KiB
Current children cumulated memory: 61348 KiB

[startup+0.314918 s]*
/proc/loadavg: 1.14 1.15 1.71 4/244 874170
/proc/meminfo: memFree=124625256/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=91244 memory=79012 CPUtime=0.32 cores=5,7
/proc/874131/stat : 874131 (fscip) R 874120 874131 874063 0 -1 4194304 17517 0 0 0 26 6 0 0 20 0 1 0 168700962 93433856 19753 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 22811 19753 2622 3032 0 19211 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 91244 KiB
Current children cumulated memory: 79012 KiB

[startup+0.700356 s]
/proc/loadavg: 1.14 1.15 1.71 5/239 874211
/proc/meminfo: memFree=124644688/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=117976 memory=106252 CPUtime=0.69 cores=5,7
/proc/874131/stat : 874131 (fscip) R 874120 874131 874063 0 -1 4194304 28579 0 0 0 60 9 0 0 20 0 1 0 168700962 120807424 26563 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 29494 26563 2702 3032 0 25894 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 117976 KiB
Current children cumulated memory: 106252 KiB

[startup+1.50036 s]
/proc/loadavg: 1.14 1.15 1.71 5/246 874264
/proc/meminfo: memFree=124568064/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=120976 memory=108652 CPUtime=1.48 cores=5,7
/proc/874131/stat : 874131 (fscip) R 874120 874131 874063 0 -1 4194304 29885 0 0 0 139 9 0 0 20 0 1 0 168700962 123879424 27163 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 30244 27163 2750 3032 0 26644 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 120976 KiB
Current children cumulated memory: 108652 KiB

[startup+3.11339 s]
/proc/loadavg: 1.37 1.19 1.72 3/246 874520
/proc/meminfo: memFree=124560152/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=123196 memory=110764 CPUtime=3.09 cores=5,7
/proc/874131/stat : 874131 (fscip) R 874120 874131 874063 0 -1 4194304 30440 0 0 0 300 9 0 0 20 0 1 0 168700962 126152704 27691 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 30799 27691 2750 3032 0 27199 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 123196 KiB
Current children cumulated memory: 110764 KiB

[startup+6.30041 s]
/proc/loadavg: 1.37 1.19 1.72 5/256 874666
/proc/meminfo: memFree=123722288/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=361396 memory=273640 CPUtime=6.25 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 85237 0 0 0 604 21 0 0 20 0 3 0 168700962 370069504 68410 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 90349 68410 2798 3032 0 78892 0
[pid=874131/tid=874593] ppid=874120 vsize=361396 memory=8330969454845486047 CPUtime=2.84 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 33328 0 0 0 277 7 0 0 20 0 3 0 168701299 370069504 68410 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=361396 memory=12740 CPUtime=0 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 168701314 370069504 68410 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 361396 KiB
Current children cumulated memory: 273640 KiB

[startup+12.7004 s]
/proc/loadavg: 1.74 1.27 1.74 5/256 874668
/proc/meminfo: memFree=123262020/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=426932 memory=321140 CPUtime=12.63 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 113241 0 0 0 1239 24 0 0 20 0 3 0 168700962 437178368 80285 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 106733 80285 2910 3032 0 90918 0
[pid=874131/tid=874593] ppid=874120 vsize=426932 memory=8330969454845486047 CPUtime=9.22 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 61319 0 0 0 912 10 0 0 20 0 3 0 168701299 437178368 80285 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=426932 memory=320984 CPUtime=0 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 168701314 437178368 80285 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 426932 KiB
Current children cumulated memory: 321140 KiB

[startup+25.5004 s]
/proc/loadavg: 2.46 1.46 1.80 5/254 874669
/proc/meminfo: memFree=123254352/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=426932 memory=322288 CPUtime=25.37 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 124929 0 0 0 2512 25 0 0 20 0 3 0 168700962 437178368 80572 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 106733 80572 2910 3032 0 91188 0
[pid=874131/tid=874593] ppid=874120 vsize=426932 memory=322240 CPUtime=21.96 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 72988 0 0 0 2185 11 0 0 20 0 3 0 168701299 437178368 80572 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=426932 memory=0 CPUtime=0 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 3 0 168701314 437178368 80572 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 426932 KiB
Current children cumulated memory: 322288 KiB

[startup+51.1138 s]
/proc/loadavg: 3.46 1.78 1.89 5/256 874676
/proc/meminfo: memFree=122718596/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=426932 memory=324000 CPUtime=50.87 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 147030 0 0 0 5062 25 0 0 20 0 3 0 168700962 437178368 81000 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 106733 81000 2910 3032 0 91691 0
[pid=874131/tid=874593] ppid=874120 vsize=426932 memory=324000 CPUtime=47.46 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 95073 0 0 0 4734 12 0 0 20 0 3 0 168701299 437178368 81000 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=426932 memory=324000 CPUtime=0 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 3 0 168701314 437178368 81000 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 426932 KiB
Current children cumulated memory: 324000 KiB

[startup+102.3 s]
/proc/loadavg: 3.95 2.18 2.03 5/256 874684
/proc/meminfo: memFree=122123720/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=443664 memory=353192 CPUtime=101.83 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 195173 0 0 0 10155 28 0 0 20 0 3 0 168700962 454311936 88298 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 110916 88298 2926 3032 0 100278 0
[pid=874131/tid=874593] ppid=874120 vsize=443664 memory=-6586910723033709420 CPUtime=98.42 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 143197 0 0 0 9828 14 0 0 20 0 3 0 168701299 454311936 88298 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=443664 memory=0 CPUtime=0 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 74 0 0 0 0 0 0 0 20 0 3 0 168701314 454311936 88298 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 101.83 s
Current children cumulated vsize: 443664 KiB
Current children cumulated memory: 353192 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 2.53 2.16 5/256 874696
/proc/meminfo: memFree=122046656/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=509200 memory=368592 CPUtime=161.57 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 234316 0 0 0 16125 32 0 0 20 0 3 0 168700962 521420800 92148 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 127300 92148 2926 3032 0 108832 0
[pid=874131/tid=874593] ppid=874120 vsize=509200 memory=353692 CPUtime=158.15 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 182335 0 0 0 15797 18 0 0 20 0 3 0 168701299 521420800 92148 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=509200 memory=12740 CPUtime=0 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 79 0 0 0 0 0 0 0 20 0 3 0 168701314 521420800 92148 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 161.57 s
Current children cumulated vsize: 509200 KiB
Current children cumulated memory: 368592 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 2.83 2.29 5/254 874706
/proc/meminfo: memFree=121970408/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=509200 memory=372528 CPUtime=221.3 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 267447 0 0 0 22096 34 0 0 20 0 3 0 168700962 521420800 93132 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 127300 93132 2926 3032 0 116593 0
[pid=874131/tid=874593] ppid=874120 vsize=509200 memory=372524 CPUtime=217.88 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 215458 0 0 0 21768 20 0 0 20 0 3 0 168701299 521420800 93132 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=509200 memory=11936 CPUtime=0 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 87 0 0 0 0 0 0 0 20 0 3 0 168701314 521420800 93132 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 221.3 s
Current children cumulated vsize: 509200 KiB
Current children cumulated memory: 372528 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 3.07 2.41 5/254 874717
/proc/meminfo: memFree=121810216/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=509200 memory=372572 CPUtime=281.05 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 282544 0 0 0 28069 36 0 0 20 0 3 0 168700962 521420800 93143 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 127300 93143 2926 3032 0 116593 0
[pid=874131/tid=874593] ppid=874120 vsize=509200 memory=372528 CPUtime=277.63 cores=5,7

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

[pid=874131] ppid=874120 vsize=574736 memory=531144 CPUtime=3391.94 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 448022 0 0 0 339132 62 0 0 20 0 3 0 168700962 588529664 132786 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 143684 132786 2990 3032 0 139636 0
[pid=874131/tid=874593] ppid=874120 vsize=574736 memory=531144 CPUtime=3388.46 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 395341 0 0 0 338802 44 0 0 20 0 3 0 168701299 588529664 132786 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=574736 memory=12740 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 555 0 0 0 1 4 0 0 20 0 3 0 168701314 588529664 132786 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3391.94 s
Current children cumulated vsize: 574736 KiB
Current children cumulated memory: 531144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.08 5/251 876777
/proc/meminfo: memFree=120140124/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=574736 memory=531144 CPUtime=3451.77 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 449777 0 0 0 345114 63 0 0 20 0 3 0 168700962 588529664 132786 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 143684 132786 2990 3032 0 139636 0
[pid=874131/tid=874593] ppid=874120 vsize=574736 memory=531144 CPUtime=3448.29 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 397045 0 0 0 344784 45 0 0 20 0 3 0 168701299 588529664 132786 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=574736 memory=531144 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 566 0 0 0 1 4 0 0 20 0 3 0 168701314 588529664 132786 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3451.77 s
Current children cumulated vsize: 574736 KiB
Current children cumulated memory: 531144 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.13 4.09 6/251 876956
/proc/meminfo: memFree=120123392/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=641296 memory=537092 CPUtime=3511.59 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 453217 0 0 0 351095 64 0 0 20 0 3 0 168700962 656687104 134273 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 160324 134273 2990 3032 0 141440 0
[pid=874131/tid=874593] ppid=874120 vsize=641296 memory=535416 CPUtime=3508.11 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 400474 0 0 0 350765 46 0 0 20 0 3 0 168701299 656687104 134273 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=641296 memory=537092 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 576 0 0 0 1 4 0 0 20 0 3 0 168701314 656687104 134273 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3511.59 s
Current children cumulated vsize: 641296 KiB
Current children cumulated memory: 537092 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/251 876966
/proc/meminfo: memFree=120120200/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=641296 memory=537096 CPUtime=3571.43 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 454928 0 0 0 357078 65 0 0 20 0 3 0 168700962 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 160324 134274 2990 3032 0 141440 0
[pid=874131/tid=874593] ppid=874120 vsize=641296 memory=537096 CPUtime=3567.95 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 402174 0 0 0 356748 47 0 0 20 0 3 0 168701299 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=641296 memory=43124 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 587 0 0 0 1 4 0 0 20 0 3 0 168701314 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3571.43 s
Current children cumulated vsize: 641296 KiB
Current children cumulated memory: 537096 KiB

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

# cumulated CPU time of all completed processes:  user=3588.92 s, system=0.669321 s

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

[startup+3584 s]*
/proc/loadavg: 4.12 4.14 4.09 5/251 876966
/proc/meminfo: memFree=120120192/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=641296 memory=537096 CPUtime=3573.14 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 454971 0 0 0 357249 65 0 0 20 0 3 0 168700962 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 160324 134274 2990 3032 0 141440 0
[pid=874131/tid=874593] ppid=874120 vsize=641296 memory=0 CPUtime=3569.66 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 402217 0 0 0 356919 47 0 0 20 0 3 0 168701299 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=641296 memory=0 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 587 0 0 0 1 4 0 0 20 0 3 0 168701314 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3573.14 s
Current children cumulated vsize: 641296 KiB
Current children cumulated memory: 537096 KiB

[startup+3590.4 s]
/proc/loadavg: 4.11 4.13 4.09 5/251 876968
/proc/meminfo: memFree=120118688/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=641296 memory=537096 CPUtime=3579.51 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 455026 0 0 0 357886 65 0 0 20 0 3 0 168700962 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 160324 134274 2990 3032 0 141440 0
[pid=874131/tid=874593] ppid=874120 vsize=641296 memory=537096 CPUtime=3576.03 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 402269 0 0 0 357556 47 0 0 20 0 3 0 168701299 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=641296 memory=5624 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 590 0 0 0 1 4 0 0 20 0 3 0 168701314 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3579.51 s
Current children cumulated vsize: 641296 KiB
Current children cumulated memory: 537096 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.13 4.09 5/253 877026
/proc/meminfo: memFree=120116080/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=641296 memory=537096 CPUtime=3585.89 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 455030 0 0 0 358524 65 0 0 20 0 3 0 168700962 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 160324 134274 2990 3032 0 141440 0
[pid=874131/tid=874593] ppid=874120 vsize=641296 memory=537096 CPUtime=3582.41 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 402273 0 0 0 358194 47 0 0 20 0 3 0 168701299 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=641296 memory=537096 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 590 0 0 0 1 4 0 0 20 0 3 0 168701314 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3585.89 s
Current children cumulated vsize: 641296 KiB
Current children cumulated memory: 537096 KiB

[startup+3598.4 s]
/proc/loadavg: 4.10 4.13 4.09 5/253 877027
/proc/meminfo: memFree=120116612/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=641296 memory=537096 CPUtime=3587.49 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 455030 0 0 0 358684 65 0 0 20 0 3 0 168700962 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 160324 134274 2990 3032 0 141440 0
[pid=874131/tid=874593] ppid=874120 vsize=641296 memory=2268 CPUtime=3584.01 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 402273 0 0 0 358354 47 0 0 20 0 3 0 168701299 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=641296 memory=12740 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 590 0 0 0 1 4 0 0 20 0 3 0 168701314 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3587.49 s
Current children cumulated vsize: 641296 KiB
Current children cumulated memory: 537096 KiB

[startup+3599.2 s]
/proc/loadavg: 4.09 4.13 4.09 5/253 877027
/proc/meminfo: memFree=120116676/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=641296 memory=537096 CPUtime=3588.28 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 455030 0 0 0 358763 65 0 0 20 0 3 0 168700962 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 160324 134274 2990 3032 0 141440 0
[pid=874131/tid=874593] ppid=874120 vsize=641296 memory=11936 CPUtime=3584.8 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 402273 0 0 0 358433 47 0 0 20 0 3 0 168701299 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=641296 memory=12740 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 590 0 0 0 1 4 0 0 20 0 3 0 168701314 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3588.28 s
Current children cumulated vsize: 641296 KiB
Current children cumulated memory: 537096 KiB

[startup+3600 s]*
/proc/loadavg: 4.09 4.13 4.09 5/253 877027
/proc/meminfo: memFree=120115668/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=641296 memory=537096 CPUtime=3589.09 cores=5,7
/proc/874131/stat : 874131 (fscip) S 874120 874131 874063 0 -1 1077936128 455031 0 0 0 358844 65 0 0 20 0 3 0 168700962 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 160324 134274 2990 3032 0 141440 0
[pid=874131/tid=874593] ppid=874120 vsize=641296 memory=-6297272971998444394 CPUtime=3585.61 cores=5,7
/proc/874131/task/874593/stat : 874593 (fscip) R 874120 874131 874063 0 -1 4194368 402274 0 0 0 358514 47 0 0 20 0 3 0 168701299 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
[pid=874131/tid=874594] ppid=874120 vsize=641296 memory=-8621784580799577753 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 590 0 0 0 1 4 0 0 20 0 3 0 168701314 656687104 134274 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3589.09 s
Current children cumulated vsize: 641296 KiB
Current children cumulated memory: 537096 KiB

[startup+3600.4 s]
/proc/loadavg: 4.09 4.13 4.09 5/253 877027
/proc/meminfo: memFree=120115668/131655788 swapFree=131071996/131071996
[pid=874131] ppid=874120 vsize=623664 memory=518144 CPUtime=3589.48 cores=5,7
/proc/874131/stat : 874131 (fscip) R 874120 874131 874063 0 -1 4194304 457556 0 0 0 358883 65 0 0 20 0 2 0 168700962 638631936 129536 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
/proc/874131/statm: 155916 129536 2990 3032 0 137032 0
[pid=874131/tid=874594] ppid=874120 vsize=623664 memory=537096 CPUtime=0.05 cores=5,7
/proc/874131/task/874594/stat : 874594 (fscip) S 874120 874131 874063 0 -1 1077936192 590 0 0 0 1 4 0 0 20 0 2 0 168701314 638631936 129536 134679101440 4194304 16613245 140733562373328 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 52924416 140733562377237 140733562377353 140733562377353 140733562384368 0
Current children cumulated CPU time: 3589.48 s
Current children cumulated vsize: 623664 KiB
Current children cumulated memory: 518144 KiB

Child status: 0

Real time (s): 3600.5
CPU time (s): 3589.59
CPU user time (s): 3588.92
CPU system time (s): 0.669321
CPU usage (%): 99.697
Max. virtual memory (cumulated for all children) (KiB): 641296
Max. memory (cumulated for all children) (KiB): 537096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.92
system time used= 0.669321
maximum resident set size= 537096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460310
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= 3741
involuntary context switches= 1205


# summary of solver processes directly reported to runsolver:
#   pid: 874131
#   total CPU time (s): 3589.59
#   total CPU user time (s): 3588.92
#   total CPU system time (s): 0.669321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4919 second user time and 37.2173 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-16 23:30:33
IDJOB=4434927
IDBENCH=158396
IDSOLVER=3064
FILE ID=nodeC005/4434927-1721165421
RUNJOBID= nodeC005-1721165433-874076
SLURM_JOB_ID= 7505788
Free space on /tmp= 723772 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug4.5.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-4434927-1721165421/watcher-4434927-1721165421 -o /tmp/evaluation-result-4434927-1721165421/solver-4434927-1721165421 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721165433-874076 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4434927-1721165421.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 481101aa5750e702617a44583ed063de
RANDOM SEED=231908085

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		: 1197.189
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		: 1197.176
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.178
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.181
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		: 1197.179
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		: 1314.763
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		: 1257.523
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		: 1257.866
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:        124763412 kB
MemAvailable:   129880656 kB
Buffers:          414916 kB
Cached:          5481644 kB
SwapCached:            0 kB
Active:           832888 kB
Inactive:        5384372 kB
Active(anon):       3332 kB
Inactive(anon):   355720 kB
Active(file):     829556 kB
Inactive(file):  5028652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114012 kB
Writeback:             0 kB
AnonPages:        320428 kB
Mapped:           105680 kB
Shmem:             37704 kB
KReclaimable:     198472 kB
Slab:             312148 kB
SReclaimable:     198472 kB
SUnreclaim:       113676 kB
KernelStack:        3808 kB
PageTables:         9588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     757820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54272 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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= 723660 MiB
End job on nodeC005 at 2024-07-17 00:30:34