Trace number 4434935

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? 3591.25 3600.48

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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.826056
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
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 670
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.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 97236962, getVmSize() = 84451328, SCIPgetMemUsed() = 53247804, SCIPgetMemTotal() = 60564820, SCIPgetMemExternEstim() = 36672142
0.00/0.09	c ** set memory limit for presolving in LC to 8.79606e+12 for SCIP **
2.47/2.50	c ** Estimated virtualMemUsedAtSolver = 144982846, getVmSize() = 209285120, SCIPgetMemUsed() = 132736856, SCIPgetMemTotal() = 180802128, SCIPgetMemExternEstim() = 36672142
2.47/2.50	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
2.47/2.50	c Original Problem   :
2.47/2.50	c   Problem name     : instance-4434935-1721164809
2.47/2.50	c   Variables        : 9324 (9324 binary, 0 integer, 0 implicit integer, 0 continuous)
2.47/2.50	c   Constraints      : 28660
2.47/2.50	c   Objective sense  : minimize
2.47/2.50	c Presolved Problem  :
2.47/2.50	c   Variables        : 9253 (9253 binary, 0 integer, 0 implicit integer, 0 continuous)
2.47/2.50	c   Constraints      : 26530
2.47/2.50	c Constraints        : Number
2.47/2.50	c   knapsack         : 1106 
2.47/2.50	c   setppc           : 15510 
2.47/2.50	c   linear           : 28 
2.47/2.50	c   logicor          : 9886 
2.47/2.50	c ** Instance transfer method used: 0
2.47/2.55	c ** ParaScipInstance copy does not increase the number of variables. **
2.58/2.60	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.58/2.60	c                                Nodes    Active                                            
2.58/2.60	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1585.24/1589.80	c      1590              2           1         1                -          90.3333          -
1617.16/1621.87	c      1622              7           6         1                -          99.3333          -
1641.11/1645.87	c      1646             11          10         1                -          99.3333          -
1662.26/1667.09	c      1667             15          14         1                -         101.3333          -
1673.34/1678.16	c      1678             18          17         1                -         101.3333          -
3591.07/3600.32	c      3600             18          17         0                -         101.3333          -
3591.17/3600.43	c SCIP Status        : c solving was interrupted [hard time limit reached]
3591.17/3600.43	c Total Time         : 3600.4200
3591.17/3600.43	c   solving          : 3600.4200
3591.17/3600.43	c   presolving       : 2.4026 (included in solving)
3591.17/3600.43	c B&B Tree           :
3591.17/3600.43	c   nodes (total)    : 1
3591.17/3600.43	c Solution           :
3591.17/3600.43	c   Solutions found  : 0
3591.17/3600.43	c   Primal Bound     :          -
3591.17/3600.43	c   Dual Bound       : +1.01333333333333e+02
3591.17/3600.43	c Gap                :          -
3591.17/3600.47	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: 63968 MiB (56210 MiB free)
  memory of node 1: 64473 MiB (62439 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434935-1721164809/watcher-4434935-1721164809 -o /tmp/evaluation-result-4434935-1721164809/solver-4434935-1721164809 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721161218-872640 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4434935-1721164809.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=874634, runsolver pid=874631

[startup+0.100606 s]*
/proc/loadavg: 4.14 4.14 4.12 5/253 874635
/proc/meminfo: memFree=121433764/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=85352 memory=73612 CPUtime=0.09 cores=5,7
/proc/874634/stat : 874634 (fscip) R 874631 874634 872627 0 -1 4194304 16077 0 0 0 8 1 0 0 20 0 1 0 168649846 87400448 18403 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 21338 18403 2590 3032 0 17738 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 85352 KiB
Current children cumulated memory: 73612 KiB

[startup+0.205455 s]*
/proc/loadavg: 4.14 4.14 4.12 5/253 874635
/proc/meminfo: memFree=121409176/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=103924 memory=91996 CPUtime=0.19 cores=5,7
/proc/874634/stat : 874634 (fscip) R 874631 874634 872627 0 -1 4194304 24217 0 0 0 17 2 0 0 20 0 1 0 168649846 106418176 22999 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 25981 22999 2702 3032 0 22381 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 103924 KiB
Current children cumulated memory: 91996 KiB

[startup+0.305405 s]*
/proc/loadavg: 4.14 4.14 4.12 5/253 874635
/proc/meminfo: memFree=121405516/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=113876 memory=102024 CPUtime=0.3 cores=5,7
/proc/874634/stat : 874634 (fscip) R 874631 874634 872627 0 -1 4194304 26757 0 0 0 27 3 0 0 20 0 1 0 168649846 116609024 25506 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 28469 25506 2702 3032 0 24869 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 113876 KiB
Current children cumulated memory: 102024 KiB

[startup+0.700159 s]
/proc/loadavg: 4.14 4.14 4.12 5/253 874635
/proc/meminfo: memFree=121405236/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=115784 memory=102724 CPUtime=0.68 cores=5,7
/proc/874634/stat : 874634 (fscip) R 874631 874634 872627 0 -1 4194304 27935 0 0 0 65 3 0 0 20 0 1 0 168649846 118562816 25681 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 28946 25681 2750 3032 0 25346 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 115784 KiB
Current children cumulated memory: 102724 KiB

[startup+1.5002 s]
/proc/loadavg: 4.14 4.14 4.12 5/253 874635
/proc/meminfo: memFree=121404228/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=117492 memory=104572 CPUtime=1.48 cores=5,7
/proc/874634/stat : 874634 (fscip) R 874631 874634 872627 0 -1 4194304 28359 0 0 0 145 3 0 0 20 0 1 0 168649846 120311808 26143 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 29373 26143 2750 3032 0 25773 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 117492 KiB
Current children cumulated memory: 104572 KiB

[startup+3.10548 s]
/proc/loadavg: 4.14 4.14 4.12 5/258 874701
/proc/meminfo: memFree=121336304/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=362012 memory=267620 CPUtime=3.08 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 75618 0 0 0 298 10 0 0 20 0 3 0 168649846 370700288 66905 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 90503 66905 2798 3032 0 76977 0
[pid=874634/tid=874700] ppid=874631 vsize=362012 memory=203788 CPUtime=0.53 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 25512 0 0 0 50 3 0 0 20 0 3 0 168650096 370700288 66905 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=362012 memory=0 CPUtime=0 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 168650106 370700288 66905 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 362012 KiB
Current children cumulated memory: 267620 KiB

[startup+6.30023 s]
/proc/loadavg: 4.13 4.14 4.12 5/259 874719
/proc/meminfo: memFree=126064776/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=427548 memory=316392 CPUtime=6.27 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 105439 0 0 0 614 13 0 0 20 0 3 0 168649846 437809152 79098 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 106887 79098 2910 3032 0 89387 0
[pid=874634/tid=874700] ppid=874631 vsize=427548 memory=0 CPUtime=3.72 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 55326 0 0 0 367 5 0 0 20 0 3 0 168650096 437809152 79098 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=427548 memory=104572 CPUtime=0 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 168650106 437809152 79098 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 427548 KiB
Current children cumulated memory: 316392 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.13 4.12 5/261 874753
/proc/meminfo: memFree=125960456/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=427548 memory=320244 CPUtime=12.65 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 114189 0 0 0 1252 13 0 0 20 0 3 0 168649846 437809152 80061 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 106887 80061 2910 3032 0 90325 0
[pid=874634/tid=874700] ppid=874631 vsize=427548 memory=0 CPUtime=10.1 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 64059 0 0 0 1004 6 0 0 20 0 3 0 168650096 437809152 80061 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=427548 memory=-6513445754112228203 CPUtime=0 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 168650106 437809152 80061 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 427548 KiB
Current children cumulated memory: 320244 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.14 4.13 5/263 874757
/proc/meminfo: memFree=125680884/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=427548 memory=322280 CPUtime=25.42 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 122620 0 0 0 2528 14 0 0 20 0 3 0 168649846 437809152 80570 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 106887 80570 2910 3032 0 90578 0
[pid=874634/tid=874700] ppid=874631 vsize=427548 memory=12088 CPUtime=22.86 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 72480 0 0 0 2280 6 0 0 20 0 3 0 168650096 437809152 80570 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=427548 memory=4424 CPUtime=0 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 168650106 437809152 80570 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 427548 KiB
Current children cumulated memory: 322280 KiB

[startup+51.1055 s]
/proc/loadavg: 4.43 4.21 4.15 5/265 874766
/proc/meminfo: memFree=125600736/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=427548 memory=326772 CPUtime=50.95 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 130713 0 0 0 5081 14 0 0 20 0 3 0 168649846 437809152 81693 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 106887 81693 2910 3032 0 90861 0
[pid=874634/tid=874700] ppid=874631 vsize=427548 memory=325916 CPUtime=48.4 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 80563 0 0 0 4833 7 0 0 20 0 3 0 168650096 437809152 81693 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=427548 memory=325916 CPUtime=0 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 3 0 168650106 437809152 81693 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 427548 KiB
Current children cumulated memory: 326772 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.19 4.15 5/265 874775
/proc/meminfo: memFree=125544028/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=443208 memory=373360 CPUtime=102.01 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 181148 0 0 0 10183 18 0 0 20 0 3 0 168649846 453844992 93340 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 110802 93340 2926 3032 0 99293 0
[pid=874634/tid=874700] ppid=874631 vsize=443208 memory=1948 CPUtime=99.46 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 130987 0 0 0 9935 11 0 0 20 0 3 0 168650096 453844992 93340 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=443208 memory=339568 CPUtime=0 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 3 0 168650106 453844992 93340 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 443208 KiB
Current children cumulated memory: 373360 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.17 4.14 5/265 874787
/proc/meminfo: memFree=125515564/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=508744 memory=391856 CPUtime=161.87 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 205807 0 0 0 16166 21 0 0 20 0 3 0 168649846 520953856 97964 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 127186 97964 2926 3032 0 108924 0
[pid=874634/tid=874700] ppid=874631 vsize=508744 memory=384188 CPUtime=159.31 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 155640 0 0 0 15918 13 0 0 20 0 3 0 168650096 520953856 97964 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=508744 memory=2268 CPUtime=0 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 3 0 168650106 520953856 97964 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 508744 KiB
Current children cumulated memory: 391856 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.15 4.13 5/265 874797
/proc/meminfo: memFree=125432312/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=508744 memory=404912 CPUtime=221.7 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 215661 0 0 0 22149 21 0 0 20 0 3 0 168649846 520953856 101228 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 127186 101228 2926 3032 0 114218 0
[pid=874634/tid=874700] ppid=874631 vsize=508744 memory=397324 CPUtime=219.15 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 165490 0 0 0 21901 14 0 0 20 0 3 0 168650096 520953856 101228 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=508744 memory=398784 CPUtime=0 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 65 0 0 0 0 0 0 0 20 0 3 0 168650106 520953856 101228 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 508744 KiB
Current children cumulated memory: 404912 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.14 4.13 5/265 874808
/proc/meminfo: memFree=125426356/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=508744 memory=405568 CPUtime=281.52 cores=5,7

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

/proc/874634/statm: 143570 130357 2942 3032 0 136759 0
[pid=874634/tid=874700] ppid=874631 vsize=574280 memory=6720661043447873900 CPUtime=3390.94 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 267401 0 0 0 339072 22 0 0 20 0 3 0 168650096 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=574280 memory=521428 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 253 0 0 0 0 2 0 0 20 0 3 0 168650106 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3393.53 s
Current children cumulated vsize: 574280 KiB
Current children cumulated memory: 521428 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.18 4.12 5/262 877103
/proc/meminfo: memFree=124709540/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=574280 memory=521428 CPUtime=3453.39 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 318009 0 0 0 345307 32 0 0 20 0 3 0 168649846 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 143570 130357 2942 3032 0 136759 0
[pid=874634/tid=874700] ppid=874631 vsize=574280 memory=6720661043447873900 CPUtime=3450.81 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 267610 0 0 0 345059 22 0 0 20 0 3 0 168650096 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=574280 memory=521428 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 256 0 0 0 0 2 0 0 20 0 3 0 168650106 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3453.39 s
Current children cumulated vsize: 574280 KiB
Current children cumulated memory: 521428 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.18 4.12 5/262 877113
/proc/meminfo: memFree=124705280/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=574280 memory=521428 CPUtime=3513.25 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 318220 0 0 0 351293 32 0 0 20 0 3 0 168649846 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 143570 130357 2942 3032 0 136759 0
[pid=874634/tid=874700] ppid=874631 vsize=574280 memory=12088 CPUtime=3510.67 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 267818 0 0 0 351045 22 0 0 20 0 3 0 168650096 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=574280 memory=521428 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 259 0 0 0 0 2 0 0 20 0 3 0 168650106 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3513.25 s
Current children cumulated vsize: 574280 KiB
Current children cumulated memory: 521428 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.17 4.12 5/264 877125
/proc/meminfo: memFree=124704444/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=574280 memory=521428 CPUtime=3573.11 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 318433 0 0 0 357279 32 0 0 20 0 3 0 168649846 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 143570 130357 2942 3032 0 136759 0
[pid=874634/tid=874700] ppid=874631 vsize=574280 memory=521428 CPUtime=3570.52 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 268028 0 0 0 357030 22 0 0 20 0 3 0 168650096 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=574280 memory=41816 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 262 0 0 0 0 2 0 0 20 0 3 0 168650106 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3573.11 s
Current children cumulated vsize: 574280 KiB
Current children cumulated memory: 521428 KiB

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

# cumulated CPU time of all completed processes:  user=3590.93 s, system=0.326075 s

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

[startup+3584 s]*
/proc/loadavg: 4.19 4.17 4.12 5/264 877125
/proc/meminfo: memFree=124704448/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=574280 memory=521428 CPUtime=3574.81 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 318433 0 0 0 357449 32 0 0 20 0 3 0 168649846 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 143570 130357 2942 3032 0 136759 0
[pid=874634/tid=874700] ppid=874631 vsize=574280 memory=6720669843852640618 CPUtime=3572.23 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 268028 0 0 0 357201 22 0 0 20 0 3 0 168650096 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=574280 memory=-9044459746194447340 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 262 0 0 0 0 2 0 0 20 0 3 0 168650106 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3574.81 s
Current children cumulated vsize: 574280 KiB
Current children cumulated memory: 521428 KiB

[startup+3590.4 s]
/proc/loadavg: 4.16 4.17 4.12 5/264 877126
/proc/meminfo: memFree=124704504/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=574280 memory=521428 CPUtime=3581.19 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 318437 0 0 0 358087 32 0 0 20 0 3 0 168649846 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 143570 130357 2942 3032 0 136759 0
[pid=874634/tid=874700] ppid=874631 vsize=574280 memory=521428 CPUtime=3578.61 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 268032 0 0 0 357839 22 0 0 20 0 3 0 168650096 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=574280 memory=6720669843852640618 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 262 0 0 0 0 2 0 0 20 0 3 0 168650106 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3581.19 s
Current children cumulated vsize: 574280 KiB
Current children cumulated memory: 521428 KiB

[startup+3596.8 s]
/proc/loadavg: 4.15 4.16 4.12 5/264 877126
/proc/meminfo: memFree=124704504/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=574280 memory=521428 CPUtime=3587.58 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 318437 0 0 0 358726 32 0 0 20 0 3 0 168649846 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 143570 130357 2942 3032 0 136759 0
[pid=874634/tid=874700] ppid=874631 vsize=574280 memory=41816 CPUtime=3584.99 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 268032 0 0 0 358477 22 0 0 20 0 3 0 168650096 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=574280 memory=12512 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 262 0 0 0 0 2 0 0 20 0 3 0 168650106 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3587.58 s
Current children cumulated vsize: 574280 KiB
Current children cumulated memory: 521428 KiB

[startup+3598.4 s]
/proc/loadavg: 4.15 4.16 4.12 5/264 877126
/proc/meminfo: memFree=124704504/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=574280 memory=521428 CPUtime=3589.17 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 318437 0 0 0 358885 32 0 0 20 0 3 0 168649846 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 143570 130357 2942 3032 0 136759 0
[pid=874634/tid=874700] ppid=874631 vsize=574280 memory=5500 CPUtime=3586.59 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 268032 0 0 0 358637 22 0 0 20 0 3 0 168650096 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=574280 memory=16184 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 262 0 0 0 0 2 0 0 20 0 3 0 168650106 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3589.17 s
Current children cumulated vsize: 574280 KiB
Current children cumulated memory: 521428 KiB

[startup+3599.2 s]
/proc/loadavg: 4.15 4.16 4.12 5/264 877128
/proc/meminfo: memFree=124704392/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=574280 memory=521428 CPUtime=3589.97 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 318594 0 0 0 358965 32 0 0 20 0 3 0 168649846 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 143570 130357 2942 3032 0 136759 0
[pid=874634/tid=874700] ppid=874631 vsize=574280 memory=4812 CPUtime=3587.39 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 268188 0 0 0 358717 22 0 0 20 0 3 0 168650096 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=574280 memory=12088 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 263 0 0 0 0 2 0 0 20 0 3 0 168650106 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3589.97 s
Current children cumulated vsize: 574280 KiB
Current children cumulated memory: 521428 KiB

[startup+3600 s]*
/proc/loadavg: 4.14 4.16 4.11 5/264 877128
/proc/meminfo: memFree=124704392/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=574280 memory=521428 CPUtime=3590.77 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 318595 0 0 0 359045 32 0 0 20 0 3 0 168649846 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 143570 130357 2942 3032 0 136759 0
[pid=874634/tid=874700] ppid=874631 vsize=574280 memory=7008 CPUtime=3588.19 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 268189 0 0 0 358797 22 0 0 20 0 3 0 168650096 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=574280 memory=-9044459746194447340 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 263 0 0 0 0 2 0 0 20 0 3 0 168650106 588062720 130357 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3590.77 s
Current children cumulated vsize: 574280 KiB
Current children cumulated memory: 521428 KiB

[startup+3600.4 s]
/proc/loadavg: 4.14 4.16 4.11 5/264 877128
/proc/meminfo: memFree=124704392/131524600 swapFree=131071996/131071996
[pid=874634] ppid=874631 vsize=558620 memory=505768 CPUtime=3591.17 cores=5,7
/proc/874634/stat : 874634 (fscip) S 874631 874634 872627 0 -1 1077936128 318764 0 0 0 359085 32 0 0 20 0 3 0 168649846 572026880 126442 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
/proc/874634/statm: 139655 126442 2942 3032 0 132844 0
[pid=874634/tid=874700] ppid=874631 vsize=558620 memory=5500 CPUtime=3588.58 cores=5,7
/proc/874634/task/874700/stat : 874700 (fscip) R 874631 874634 872627 0 -1 4194368 268347 0 0 0 358836 22 0 0 20 0 3 0 168650096 572026880 126442 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
[pid=874634/tid=874701] ppid=874631 vsize=558620 memory=16184 CPUtime=0.02 cores=5,7
/proc/874634/task/874701/stat : 874701 (fscip) S 874631 874634 872627 0 -1 1077936192 263 0 0 0 0 2 0 0 20 0 3 0 168650106 572026880 126442 134679101440 4194304 16613245 140733861792272 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18822208 18930672 47935488 140733861798933 140733861799049 140733861799049 140733861806064 0
Current children cumulated CPU time: 3591.17 s
Current children cumulated vsize: 558620 KiB
Current children cumulated memory: 505768 KiB

Child status: 0

Real time (s): 3600.48
CPU time (s): 3591.25
CPU user time (s): 3590.93
CPU system time (s): 0.326075
CPU usage (%): 99.7438
Max. virtual memory (cumulated for all children) (KiB): 574280
Max. memory (cumulated for all children) (KiB): 521428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.93
system time used= 0.326075
maximum resident set size= 521428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322118
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= 3667
involuntary context switches= 1664


# summary of solver processes directly reported to runsolver:
#   pid: 874634
#   total CPU time (s): 3591.25
#   total CPU user time (s): 3590.93
#   total CPU system time (s): 0.326075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.89654 second user time and 15.5437 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-16 23:20:21
IDJOB=4434935
IDBENCH=158390
IDSOLVER=3064
FILE ID=nodeC032/4434935-1721164809
RUNJOBID= nodeC032-1721161218-872640
SLURM_JOB_ID= 7505777
Free space on /tmp= 889896 MiB

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

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=1796278522

nodeC032.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3671.528
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3680.746
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.686
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.747
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3671.532
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.695
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.063
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3666.100
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121497812 kB
MemAvailable:   124339684 kB
Buffers:          428352 kB
Cached:          3220740 kB
SwapCached:            0 kB
Active:           871044 kB
Inactive:        8483672 kB
Active(anon):       1572 kB
Inactive(anon):  5741440 kB
Active(file):     869472 kB
Inactive(file):  2742232 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30248 kB
Writeback:             0 kB
AnonPages:       5705316 kB
Mapped:           117052 kB
Shmem:             37720 kB
KReclaimable:     139984 kB
Slab:             251764 kB
SReclaimable:     139984 kB
SUnreclaim:       111780 kB
KernelStack:        4076 kB
PageTables:        21092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5119416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64992 kB
HardwareCorrupted:     0 kB
AnonHugePages:    956416 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:      226004 kB
DirectMap2M:    21567488 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC032 at 2024-07-17 00:20:22