Trace number 4464018

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-30? (TO) 3600.11 3614.8

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.12.opb
MD5SUM2c36d20de18350ccd034c3f0e7e67663
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark2.86519
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25484
Total number of constraints1553328
Number of constraints which are clauses1549096
Number of constraints which are cardinality constraints (but not clauses)4232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint184
Number of terms in the objective function 184
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 184
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 182
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 366
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
4.77/4.85	c Default LC presolving (default).
4.77/4.88	c ** Before presolving: virtualMemUsedAtLc = 3449477715, getVmSize() = 2016579584, SCIPgetMemUsed() = 1775920614, SCIPgetMemTotal() = 1873232750, SCIPgetMemExternEstim() = 1576244965
4.77/4.88	c ** set memory limit for presolving in LC to 8.79506e+12 for SCIP **
22.11/22.23	c ** Estimated virtualMemUsedAtSolver = 2083232823, getVmSize() = 2140057600, SCIPgetMemUsed() = 1186161102, SCIPgetMemTotal() = 1548604270, SCIPgetMemExternEstim() = 1576244965
22.11/22.23	c ** set memory limit for solvers to 4.39798e+12 for each SCIP **
22.11/22.23	c Original Problem   :
22.11/22.23	c   Problem name     : instance-4464018-1722378597
22.11/22.23	c   Variables        : 25484 (25484 binary, 0 integer, 0 implicit integer, 0 continuous)
22.11/22.23	c   Constraints      : 1553328
22.11/22.23	c   Objective sense  : minimize
22.11/22.23	c Presolved Problem  :
22.11/22.23	c   Variables        : 12851 (12851 binary, 0 integer, 0 implicit integer, 0 continuous)
22.11/22.23	c   Constraints      : 140102
22.11/22.23	c Constraints        : Number
22.11/22.23	c   setppc           : 90448 
22.11/22.23	c   linear           : 100 
22.11/22.23	c   logicor          : 49554 
22.11/22.23	c ** Instance transfer method used: 0
22.31/22.46	c ** ParaScipInstance copy does not increase the number of variables. **
22.50/22.65	c LC is working with racing ramp-up and with rebuilding tree after racing.
22.50/22.65	c                                Nodes    Active                                            
22.50/22.65	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
22.80/22.90	c *      23              0           1         1         178.0000                -          -
22.80/22.90	c        23              0           1         1         178.0000                -          -
30.43/30.61	c *      31              0           1         1         154.0000                -          -
30.43/30.61	c        31              0           1         1         154.0000                -          -
30.63/30.88	c *      31              0           1         1         151.0000                -          -
30.83/31.08	c *      31              0           1         1          96.0000                -          -
31.22/31.46	c *      31              0           1         1          91.0000                -          -
1670.36/1677.59	c      1678              2           1         1          91.0000          37.0000    145.95%
1676.43/1683.68	c      1684              6           5         1          91.0000          37.0000    145.95%
1898.85/1906.95	c      1907              7           6         1          91.0000          37.0000    145.95%
1907.61/1915.71	c      1916              9           8         1          91.0000          37.0000    145.95%
2207.55/2216.81	c      2217             10           9         1          91.0000          37.0000    145.95%
2332.97/2342.78	c      2343             12          11         1          91.0000          37.0000    145.95%
2607.02/2617.87	c      2618             13          12         1          91.0000          37.0000    145.95%
2656.12/2667.12	c      2667             15          14         1          91.0000          37.0000    145.95%
2693.57/2704.74	c      2705             18          17         1          91.0000          37.0000    145.95%
2774.85/2786.31	c *    2786             19          18         1          83.0000          37.0000    124.32%
2774.85/2786.31	c      2786             19          18         1          83.0000          37.0000    124.32%
2852.26/2864.09	c      2864             20          19         1          83.0000          37.0000    124.32%
2852.36/2864.18	c *    2864             20          19         1          80.0000          37.0000    116.22%
2858.54/2870.35	c      2870             21          20         1          80.0000          37.0000    116.22%
2963.13/2975.34	c      2975             22          21         1          80.0000          37.0000    116.22%
2970.80/2983.00	c      2983             23          22         1          80.0000          37.0000    116.22%
3078.68/3091.30	c      3091             24          23         1          80.0000          37.0000    116.22%
3451.79/3465.98	c      3466             26          25         1          80.0000          37.0000    116.22%

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 0.41 0.17 0.11 5/262 31384
/proc/meminfo: memFree=123429420/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=65540 memory=53504 CPUtime=0.09 cores=0,2
/proc/31383/stat : 31383 (fscip) R 31380 31383 31114 0 -1 4194304 11245 0 0 0 8 1 0 0 20 0 1 0 4459589 67112960 13376 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 16385 13376 2347 3035 0 12781 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 65540 KiB
Current children cumulated memory: 53504 KiB

[startup+0.205777 s]*
/proc/loadavg: 0.41 0.17 0.11 6/262 31384
/proc/meminfo: memFree=123364556/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=98988 memory=86804 CPUtime=0.2 cores=0,2
/proc/31383/stat : 31383 (fscip) R 31380 31383 31114 0 -1 4194304 19600 0 0 0 18 2 0 0 20 0 1 0 4459589 101363712 21701 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 24747 21701 2347 3035 0 21143 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 98988 KiB
Current children cumulated memory: 86804 KiB

[startup+0.305943 s]*
/proc/loadavg: 0.41 0.17 0.11 6/262 31384
/proc/meminfo: memFree=123303864/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=129284 memory=117148 CPUtime=0.3 cores=0,2
/proc/31383/stat : 31383 (fscip) R 31380 31383 31114 0 -1 4194304 27183 0 0 0 27 3 0 0 20 0 1 0 4459589 132386816 29287 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 32321 29287 2347 3035 0 28717 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 129284 KiB
Current children cumulated memory: 117148 KiB

[startup+0.700198 s]
/proc/loadavg: 0.41 0.17 0.11 5/262 31384
/proc/meminfo: memFree=123182472/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=244460 memory=231808 CPUtime=0.69 cores=0,2
/proc/31383/stat : 31383 (fscip) R 31380 31383 31114 0 -1 4194304 55362 0 0 0 61 8 0 0 20 0 1 0 4459589 250327040 57952 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 61115 57952 2347 3035 0 57511 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 244460 KiB
Current children cumulated memory: 231808 KiB

[startup+1.50021 s]
/proc/loadavg: 0.41 0.17 0.11 5/262 31384
/proc/meminfo: memFree=122855944/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=477432 memory=464428 CPUtime=1.48 cores=0,2
/proc/31383/stat : 31383 (fscip) R 31380 31383 31114 0 -1 4194304 111470 0 0 0 132 16 0 0 20 0 1 0 4459589 488890368 116107 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 119358 116107 2347 3035 0 115754 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 477432 KiB
Current children cumulated memory: 464428 KiB

[startup+3.10595 s]
/proc/loadavg: 0.41 0.17 0.11 5/262 31384
/proc/meminfo: memFree=121710692/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=1049244 memory=1035408 CPUtime=3.09 cores=0,2
/proc/31383/stat : 31383 (fscip) R 31380 31383 31114 0 -1 4194304 249297 0 0 0 271 38 0 0 20 0 1 0 4459589 1074425856 258852 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 262311 258852 2555 3035 0 258707 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1049244 KiB
Current children cumulated memory: 1035408 KiB

[startup+6.30017 s]
/proc/loadavg: 0.69 0.24 0.13 5/262 31384
/proc/meminfo: memFree=120334060/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=2007852 memory=1978708 CPUtime=6.27 cores=0,2
/proc/31383/stat : 31383 (fscip) R 31380 31383 31114 0 -1 4194304 443772 0 0 0 556 71 0 0 20 0 1 0 4459589 2056040448 494677 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 501963 494677 2614 3035 0 498359 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2007852 KiB
Current children cumulated memory: 1978708 KiB

[startup+12.7002 s]
/proc/loadavg: 1.12 0.33 0.16 5/262 31386
/proc/meminfo: memFree=120256908/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=2044788 memory=2022780 CPUtime=12.65 cores=0,2
/proc/31383/stat : 31383 (fscip) R 31380 31383 31114 0 -1 4194304 460226 0 0 0 1190 75 0 0 20 0 1 0 4459589 2093862912 505695 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 511197 505695 2710 3035 0 507593 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2044788 KiB
Current children cumulated memory: 2022780 KiB

[startup+25.5009 s]
/proc/loadavg: 1.76 0.51 0.23 5/269 31498
/proc/meminfo: memFree=117738484/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=2433972 memory=2367120 CPUtime=25.38 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 540336 0 0 0 2450 88 0 0 20 0 3 0 4459589 2492387328 591780 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 608493 591780 2774 3035 0 600900 0
[pid=31383/tid=31495] ppid=31380 vsize=2433972 memory=33340 CPUtime=2.99 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 78434 0 0 0 289 10 0 0 20 0 3 0 4461813 2492387328 591780 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=2433972 memory=2022780 CPUtime=0 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 4461855 2492387328 591780 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2433972 KiB
Current children cumulated memory: 2367120 KiB

[startup+51.1059 s]
/proc/loadavg: 2.52 0.79 0.33 5/269 31551
/proc/meminfo: memFree=114859840/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=2778608 memory=2642444 CPUtime=50.75 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 727996 0 0 0 4968 107 0 0 20 0 3 0 4459589 2845294592 660611 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 694652 660611 3014 3035 0 676011 0
[pid=31383/tid=31495] ppid=31380 vsize=2778608 memory=-7308053036923970684 CPUtime=28.35 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 265405 0 0 0 2806 29 0 0 20 0 3 0 4461813 2845294592 660611 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=2778608 memory=2583500 CPUtime=0 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 3 0 4461855 2845294592 660611 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 50.75 s
Current children cumulated vsize: 2778608 KiB
Current children cumulated memory: 2642444 KiB

[startup+102.301 s]
/proc/loadavg: 3.48 1.32 0.53 5/269 31561
/proc/meminfo: memFree=114755272/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=2778608 memory=2643816 CPUtime=101.44 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 745226 0 0 0 10036 108 0 0 20 0 3 0 4459589 2845294592 660954 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 694652 660954 3014 3035 0 676347 0
[pid=31383/tid=31495] ppid=31380 vsize=2778608 memory=5420 CPUtime=79.06 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 282611 0 0 0 7875 31 0 0 20 0 3 0 4461813 2845294592 660954 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=2778608 memory=11436 CPUtime=0 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 4461855 2845294592 660954 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 101.44 s
Current children cumulated vsize: 2778608 KiB
Current children cumulated memory: 2643816 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 1.84 0.76 5/269 31666
/proc/meminfo: memFree=114237196/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=2778608 memory=2643816 CPUtime=161.11 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 755678 0 0 0 16002 109 0 0 20 0 3 0 4459589 2845294592 660954 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 694652 660954 3014 3035 0 676347 0
[pid=31383/tid=31495] ppid=31380 vsize=2778608 memory=2643816 CPUtime=138.71 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 293048 0 0 0 13840 31 0 0 20 0 3 0 4461813 2845294592 660954 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=2778608 memory=2643816 CPUtime=0 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 3 0 4461855 2845294592 660954 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 161.11 s
Current children cumulated vsize: 2778608 KiB
Current children cumulated memory: 2643816 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.27 0.98 5/268 31677
/proc/meminfo: memFree=114197056/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=2778608 memory=2643816 CPUtime=220.89 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 766101 0 0 0 21979 110 0 0 20 0 3 0 4459589 2845294592 660954 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 694652 660954 3014 3035 0 676347 0
[pid=31383/tid=31495] ppid=31380 vsize=2778608 memory=2643816 CPUtime=198.49 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 303457 0 0 0 19817 32 0 0 20 0 3 0 4461813 2845294592 660954 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=2778608 memory=2272 CPUtime=0 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 3 0 4461855 2845294592 660954 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 220.89 s
Current children cumulated vsize: 2778608 KiB
Current children cumulated memory: 2643816 KiB

[startup+282.3 s]
/proc/loadavg: 4.19 2.63 1.19 5/268 31689
/proc/meminfo: memFree=114182608/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=2778608 memory=2644832 CPUtime=280.65 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 844829 0 0 0 27950 115 0 0 20 0 3 0 4459589 2845294592 661208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 694652 661208 3014 3035 0 680126 0
[pid=31383/tid=31495] ppid=31380 vsize=2778608 memory=2643816 CPUtime=258.27 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 382171 0 0 0 25789 38 0 0 20 0 3 0 4461813 2845294592 661208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=2778608 memory=16140 CPUtime=0 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 84 0 0 0 0 0 0 0 20 0 3 0 4461855 2845294592 661208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 280.65 s
Current children cumulated vsize: 2778608 KiB
Current children cumulated memory: 2644832 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 2.90 1.37 5/263 31699

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

Current children cumulated memory: 2916752 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.12 4.01 5/266 33191
/proc/meminfo: memFree=112484144/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=3106288 memory=2916752 CPUtime=3149.39 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 3012245 0 0 0 314665 274 0 0 20 0 3 0 4459589 3180838912 729188 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 776572 729188 3030 3035 0 771178 0
[pid=31383/tid=31495] ppid=31380 vsize=3106288 memory=2916752 CPUtime=3126.94 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 2543433 0 0 0 312501 193 0 0 20 0 3 0 4461813 3180838912 729188 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=3106288 memory=2916752 CPUtime=0.04 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 608 0 0 0 1 3 0 0 20 0 3 0 4461855 3180838912 729188 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 3149.39 s
Current children cumulated vsize: 3106288 KiB
Current children cumulated memory: 2916752 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.13 4.02 5/266 33202
/proc/meminfo: memFree=112483788/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=3106288 memory=2916752 CPUtime=3209.15 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 3070746 0 0 0 320637 278 0 0 20 0 3 0 4459589 3180838912 729188 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 776572 729188 3030 3035 0 771178 0
[pid=31383/tid=31495] ppid=31380 vsize=3106288 memory=2916752 CPUtime=3186.71 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 2601924 0 0 0 318473 198 0 0 20 0 3 0 4461813 3180838912 729188 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=3106288 memory=2916752 CPUtime=0.04 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 618 0 0 0 1 3 0 0 20 0 3 0 4461855 3180838912 729188 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 3209.15 s
Current children cumulated vsize: 3106288 KiB
Current children cumulated memory: 2916752 KiB

[startup+3282.3 s]
/proc/loadavg: 4.54 4.21 4.05 5/266 33213
/proc/meminfo: memFree=112482608/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=3106288 memory=2916752 CPUtime=3268.91 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 3080231 0 0 0 326611 280 0 0 20 0 3 0 4459589 3180838912 729188 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 776572 729188 3030 3035 0 771178 0
[pid=31383/tid=31495] ppid=31380 vsize=3106288 memory=2916752 CPUtime=3246.46 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 2611398 0 0 0 324447 199 0 0 20 0 3 0 4461813 3180838912 729188 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=3106288 memory=7480 CPUtime=0.04 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 629 0 0 0 1 3 0 0 20 0 3 0 4461855 3180838912 729188 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 3268.91 s
Current children cumulated vsize: 3106288 KiB
Current children cumulated memory: 2916752 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.22 4.06 5/265 33607
/proc/meminfo: memFree=112481804/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=3106288 memory=2916832 CPUtime=3328.67 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 3126759 0 0 0 332583 284 0 0 20 0 3 0 4459589 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 776572 729208 3030 3035 0 771178 0
[pid=31383/tid=31495] ppid=31380 vsize=3106288 memory=11436 CPUtime=3306.22 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 2657916 0 0 0 330419 203 0 0 20 0 3 0 4461813 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=3106288 memory=2916832 CPUtime=0.04 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 639 0 0 0 1 3 0 0 20 0 3 0 4461855 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 3328.67 s
Current children cumulated vsize: 3106288 KiB
Current children cumulated memory: 2916832 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.19 4.06 5/265 33617
/proc/meminfo: memFree=112480624/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=3106288 memory=2916832 CPUtime=3388.43 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 3166957 0 0 0 338556 287 0 0 20 0 3 0 4459589 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 776572 729208 3030 3035 0 771178 0
[pid=31383/tid=31495] ppid=31380 vsize=3106288 memory=15016 CPUtime=3365.98 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 2698104 0 0 0 336392 206 0 0 20 0 3 0 4461813 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=3106288 memory=2916832 CPUtime=0.04 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 649 0 0 0 1 3 0 0 20 0 3 0 4461855 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 3388.43 s
Current children cumulated vsize: 3106288 KiB
Current children cumulated memory: 2916832 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.18 4.07 5/265 33630
/proc/meminfo: memFree=112327180/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=3106288 memory=2916832 CPUtime=3448.2 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 3207475 0 0 0 344529 291 0 0 20 0 3 0 4459589 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 776572 729208 3030 3035 0 771178 0
[pid=31383/tid=31495] ppid=31380 vsize=3106288 memory=11436 CPUtime=3425.75 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 2738612 0 0 0 342365 210 0 0 20 0 3 0 4461813 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=3106288 memory=-7452168224999827064 CPUtime=0.04 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 659 0 0 0 1 3 0 0 20 0 3 0 4461855 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 3448.2 s
Current children cumulated vsize: 3106288 KiB
Current children cumulated memory: 2916832 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.16 4.07 5/265 33809
/proc/meminfo: memFree=112271056/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=3106288 memory=2916832 CPUtime=3507.96 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 3228579 0 0 0 350502 294 0 0 20 0 3 0 4459589 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 776572 729208 3030 3035 0 771178 0
[pid=31383/tid=31495] ppid=31380 vsize=3106288 memory=2916832 CPUtime=3485.51 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 2759667 0 0 0 348338 213 0 0 20 0 3 0 4461813 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=3106288 memory=2916832 CPUtime=0.04 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 670 0 0 0 1 3 0 0 20 0 3 0 4461855 3180838912 729208 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 3507.96 s
Current children cumulated vsize: 3106288 KiB
Current children cumulated memory: 2916832 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.16 4.08 5/265 33820
/proc/meminfo: memFree=112270428/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=3106288 memory=2916836 CPUtime=3567.73 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 3303206 0 0 0 356474 299 0 0 20 0 3 0 4459589 3180838912 729209 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 776572 729209 3030 3035 0 771178 0
[pid=31383/tid=31495] ppid=31380 vsize=3106288 memory=2916836 CPUtime=3545.27 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 2834287 0 0 0 354310 217 0 0 20 0 3 0 4461813 3180838912 729209 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=3106288 memory=11436 CPUtime=0.04 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 677 0 0 0 1 3 0 0 20 0 3 0 4461855 3180838912 729209 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 3567.73 s
Current children cumulated vsize: 3106288 KiB
Current children cumulated memory: 2916836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.7 s]
/proc/loadavg: 4.05 4.14 4.07 5/268 33978
/proc/meminfo: memFree=119386036/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=3106288 memory=2916976 CPUtime=3600 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 3305564 0 0 0 359701 299 0 0 20 0 3 0 4459589 3180838912 729244 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 776572 729244 3030 3035 0 771178 0
[pid=31383/tid=31495] ppid=31380 vsize=3106288 memory=2916836 CPUtime=3577.55 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 2836638 0 0 0 357537 218 0 0 20 0 3 0 4461813 3180838912 729244 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=3106288 memory=2916836 CPUtime=0.04 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 684 0 0 0 1 3 0 0 20 0 3 0 4461855 3180838912 729244 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3106288 KiB
Current children cumulated memory: 2916976 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3614.8 s]
# the end of solver process 31383 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3597.02 s, system=3.08803 s

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

[startup+3614.7 s]
/proc/loadavg: 4.05 4.14 4.07 5/268 33978
/proc/meminfo: memFree=119386036/131524600 swapFree=131071996/131071996
[pid=31383] ppid=31380 vsize=3106288 memory=2916976 CPUtime=3600 cores=0,2
/proc/31383/stat : 31383 (fscip) S 31380 31383 31114 0 -1 1077936128 3305564 0 0 0 359701 299 0 0 20 0 3 0 4459589 3180838912 729244 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
/proc/31383/statm: 776572 729244 3030 3035 0 771178 0
[pid=31383/tid=31495] ppid=31380 vsize=3106288 memory=2916836 CPUtime=3577.55 cores=0,2
/proc/31383/task/31495/stat : 31495 (fscip) R 31380 31383 31114 0 -1 4194368 2836638 0 0 0 357537 218 0 0 20 0 3 0 4461813 3180838912 729244 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
[pid=31383/tid=31496] ppid=31380 vsize=3106288 memory=2916836 CPUtime=0.04 cores=0,2
/proc/31383/task/31496/stat : 31496 (fscip) S 31380 31383 31114 0 -1 1077936192 684 0 0 0 1 3 0 0 20 0 3 0 4461855 3180838912 729244 134679101440 4194304 16623229 140728734266576 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 43442176 140728734274582 140728734274698 140728734274698 140728734281712 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3106288 KiB
Current children cumulated memory: 2916976 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3614.8
CPU time (s): 3600.11
CPU user time (s): 3597.02
CPU system time (s): 3.08803
CPU usage (%): 99.5938
Max. virtual memory (cumulated for all children) (KiB): 3106288
Max. memory (cumulated for all children) (KiB): 2916976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.02
system time used= 3.08803
maximum resident set size= 2919436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3305565
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= 3652
involuntary context switches= 25256


# summary of solver processes directly reported to runsolver:
#   pid: 31383
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.02
#   total CPU system time (s): 3.08803

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.75017 second user time and 17.4556 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-31 00:29:57
IDJOB=4464018
IDBENCH=147567
IDSOLVER=3092
FILE ID=nodeC025/4464018-1722378597
RUNJOBID= nodeC025-1722378594-31126
SLURM_JOB_ID= 8249848
Free space on /tmp= 889932 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.12.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-4464018-1722378597/watcher-4464018-1722378597 -o /tmp/evaluation-result-4464018-1722378597/solver-4464018-1722378597 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1722378594-31126 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464018-1722378597.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 2c36d20de18350ccd034c3f0e7e67663
RANDOM SEED=1453536771

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123515192 kB
MemAvailable:   129592396 kB
Buffers:           86128 kB
Cached:          6768208 kB
SwapCached:            0 kB
Active:           261200 kB
Inactive:        7146756 kB
Active(anon):       1536 kB
Inactive(anon):   573420 kB
Active(file):     259664 kB
Inactive(file):  6573336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            185524 kB
Writeback:             0 kB
AnonPages:        553772 kB
Mapped:           121880 kB
Shmem:             21336 kB
KReclaimable:     168056 kB
Slab:             257464 kB
SReclaimable:     168056 kB
SUnreclaim:        89408 kB
KernelStack:        4192 kB
PageTables:        10316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     736448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9536 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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:      248532 kB
DirectMap2M:    11059200 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 889916 MiB
End job on nodeC025 at 2024-07-31 01:30:12