Trace number 4464964

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30? (TO) 3600.1 3614.37

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
graphs/normalized-graph11reduc_wcsp.wbo
MD5SUM4f9f31b2d576e76fab744cedabc86032
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1810
Best CPU time to get the best result obtained on this benchmark3128.81
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5855
Total number of constraints283196
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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)
1.88/1.97	c Default LC presolving (default).
1.88/1.97	c ** Before presolving: virtualMemUsedAtLc = 1781113253, getVmSize() = 1069498368, SCIPgetMemUsed() = 972221286, SCIPgetMemTotal() = 994589278, SCIPgetMemExternEstim() = 786523975
1.88/1.97	c ** set memory limit for presolving in LC to 8.79556e+12 for SCIP **
18.04/18.13	c ** Estimated virtualMemUsedAtSolver = 2304704488, getVmSize() = 2850193408, SCIPgetMemUsed() = 1905702213, SCIPgetMemTotal() = 2670532757, SCIPgetMemExternEstim() = 786523975
18.04/18.13	c ** set memory limit for solvers to 4.39798e+12 for each SCIP **
18.04/18.13	c Original Problem   :
18.04/18.13	c   Problem name     : instance-4464964-1722390276
18.04/18.13	c   Variables        : 288711 (288711 binary, 0 integer, 0 implicit integer, 0 continuous)
18.04/18.13	c   Constraints      : 566053
18.04/18.13	c   Objective sense  : minimize
18.04/18.13	c Presolved Problem  :
18.04/18.13	c   Variables        : 571393 (288580 binary, 0 integer, 282813 implicit integer, 0 continuous)
18.04/18.13	c   Constraints      : 565921
18.04/18.13	c Constraints        : Number
18.04/18.13	c   knapsack         : 1 
18.04/18.13	c   setppc           : 243 
18.04/18.13	c   linear           : 282838 
18.04/18.13	c   indicator        : 282839 
18.04/18.13	c ** Instance transfer method used: 0
19.94/20.08	c ** ParaScipInstance copy increased the number of variables. **
22.02/22.13	c LC is working with racing ramp-up and with rebuilding tree after racing.
22.02/22.13	c                                Nodes    Active                                            
22.02/22.13	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4464964-1722390276/watcher-4464964-1722390276 -o /tmp/evaluation-result-4464964-1722390276/solver-4464964-1722390276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1722390276-34922 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464964-1722390276.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=34949, runsolver pid=34946

[startup+0.100501 s]*
/proc/loadavg: 1.07 1.24 2.25 5/241 34951
/proc/meminfo: memFree=129752900/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=76548 memory=64468 CPUtime=0.09 cores=1,3
/proc/34949/stat : 34949 (fscip) R 34946 34949 34910 0 -1 4194304 14069 0 0 0 8 1 0 0 20 0 1 0 5628701 78385152 16117 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 19137 16117 2347 3035 0 15533 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 76548 KiB
Current children cumulated memory: 64468 KiB

[startup+0.205417 s]*
/proc/loadavg: 1.07 1.24 2.25 5/246 34962
/proc/meminfo: memFree=129646896/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=121520 memory=109552 CPUtime=0.2 cores=1,3
/proc/34949/stat : 34949 (fscip) R 34946 34949 34910 0 -1 4194304 25312 0 0 0 17 3 0 0 20 0 1 0 5628701 124436480 27388 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 30380 27388 2347 3035 0 26776 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 121520 KiB
Current children cumulated memory: 109552 KiB

[startup+0.305534 s]*
/proc/loadavg: 1.07 1.24 2.25 5/251 34972
/proc/meminfo: memFree=129527792/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=163352 memory=151904 CPUtime=0.3 cores=1,3
/proc/34949/stat : 34949 (fscip) R 34946 34949 34910 0 -1 4194304 35890 0 0 0 25 5 0 0 20 0 1 0 5628701 167272448 37976 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 40838 37976 2347 3035 0 37234 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 163352 KiB
Current children cumulated memory: 151904 KiB

[startup+0.700225 s]
/proc/loadavg: 1.07 1.24 2.25 6/257 34983
/proc/meminfo: memFree=129206952/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=326132 memory=314396 CPUtime=0.69 cores=1,3
/proc/34949/stat : 34949 (fscip) R 34946 34949 34910 0 -1 4194304 76002 0 0 0 59 10 0 0 20 0 1 0 5628701 333959168 78599 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 81533 78599 2347 3035 0 77929 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 326132 KiB
Current children cumulated memory: 314396 KiB

[startup+1.50023 s]
/proc/loadavg: 1.07 1.24 2.25 5/257 34983
/proc/meminfo: memFree=128368812/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=840760 memory=828320 CPUtime=1.48 cores=1,3
/proc/34949/stat : 34949 (fscip) R 34946 34949 34910 0 -1 4194304 203775 0 0 0 120 28 0 0 20 0 1 0 5628701 860938240 207080 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 210190 207080 2555 3035 0 206586 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 840760 KiB
Current children cumulated memory: 828320 KiB

[startup+3.10548 s]
/proc/loadavg: 1.07 1.24 2.25 5/257 34985
/proc/meminfo: memFree=124753252/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=1622208 memory=1598368 CPUtime=3.09 cores=1,3
/proc/34949/stat : 34949 (fscip) R 34946 34949 34910 0 -1 4194304 387042 0 0 0 253 56 0 0 20 0 1 0 5628701 1661140992 399592 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 405552 399592 2598 3035 0 401948 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1622208 KiB
Current children cumulated memory: 1598368 KiB

[startup+6.30023 s]
/proc/loadavg: 1.38 1.30 2.27 5/257 34985
/proc/meminfo: memFree=119913760/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=2182648 memory=2146624 CPUtime=6.27 cores=1,3
/proc/34949/stat : 34949 (fscip) R 34946 34949 34910 0 -1 4194304 502694 0 0 0 553 74 0 0 20 0 1 0 5628701 2235031552 536656 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 545662 536656 2662 3035 0 542058 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2182648 KiB
Current children cumulated memory: 2146624 KiB

[startup+12.7002 s]
/proc/loadavg: 1.59 1.35 2.27 5/257 34986
/proc/meminfo: memFree=110755924/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=2182648 memory=2146844 CPUtime=12.66 cores=1,3
/proc/34949/stat : 34949 (fscip) R 34946 34949 34910 0 -1 4194304 502717 0 0 0 1192 74 0 0 20 0 1 0 5628701 2235031552 536711 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 545662 536711 2662 3035 0 542058 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2182648 KiB
Current children cumulated memory: 2146844 KiB

[startup+25.5005 s]
/proc/loadavg: 2.13 1.48 2.30 5/259 34990
/proc/meminfo: memFree=93148508/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=6476560 memory=6096036 CPUtime=25.38 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 1434817 0 0 0 2325 213 0 0 20 0 3 0 5628701 6631997440 1524009 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 1619140 1524009 2726 3035 0 1602979 0
[pid=34949/tid=34987] ppid=34946 vsize=6476560 memory=5420 CPUtime=5.35 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 627438 0 0 0 449 86 0 0 20 0 3 0 5630515 6631997440 1524009 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=6476560 memory=12744 CPUtime=0 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5630920 6631997440 1524009 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 6476560 KiB
Current children cumulated memory: 6096036 KiB

[startup+51.1065 s]
/proc/loadavg: 2.85 1.70 2.35 5/259 34993
/proc/meminfo: memFree=82462600/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=7814012 memory=7325676 CPUtime=50.72 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 2048417 0 0 0 4797 275 0 0 20 0 3 0 5628701 8001548288 1831419 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 1953503 1831419 2774 3035 0 1924622 0
[pid=34949/tid=34987] ppid=34946 vsize=7814012 memory=11532 CPUtime=30.69 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 1241031 0 0 0 2921 148 0 0 20 0 3 0 5630515 8001548288 1831419 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=7814012 memory=7325676 CPUtime=0 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 5630920 8001548288 1831419 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 50.72 s
Current children cumulated vsize: 7814012 KiB
Current children cumulated memory: 7325676 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 2.05 2.44 5/259 35005
/proc/meminfo: memFree=67699080/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=7814012 memory=7335160 CPUtime=101.41 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 2210181 0 0 0 9856 285 0 0 20 0 3 0 5628701 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 1953503 1833790 2774 3035 0 1926354 0
[pid=34949/tid=34987] ppid=34946 vsize=7814012 memory=7335160 CPUtime=81.38 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 1402778 0 0 0 7980 158 0 0 20 0 3 0 5630515 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=7814012 memory=7326184 CPUtime=0 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 5630920 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 101.41 s
Current children cumulated vsize: 7814012 KiB
Current children cumulated memory: 7335160 KiB

[startup+162.301 s]
/proc/loadavg: 3.87 2.43 2.55 5/259 35017
/proc/meminfo: memFree=55706508/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=7814012 memory=7335160 CPUtime=160.78 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 2366604 0 0 0 15786 292 0 0 20 0 3 0 5628701 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 1953503 1833790 2774 3035 0 1926354 0
[pid=34949/tid=34987] ppid=34946 vsize=7814012 memory=7335160 CPUtime=140.74 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 1559185 0 0 0 13909 165 0 0 20 0 3 0 5630515 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=7814012 memory=7335160 CPUtime=0 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 3 0 5630920 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 160.78 s
Current children cumulated vsize: 7814012 KiB
Current children cumulated memory: 7335160 KiB

[startup+222.3 s]
/proc/loadavg: 3.95 2.73 2.65 4/254 35068
/proc/meminfo: memFree=71257060/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=7814012 memory=7335160 CPUtime=220.14 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 2535939 0 0 0 21713 301 0 0 20 0 3 0 5628701 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 1953503 1833790 2774 3035 0 1926354 0
[pid=34949/tid=34987] ppid=34946 vsize=7814012 memory=7335160 CPUtime=200.11 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 1728511 0 0 0 19836 175 0 0 20 0 3 0 5630515 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=7814012 memory=12744 CPUtime=0 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 3 0 5630920 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 220.14 s
Current children cumulated vsize: 7814012 KiB
Current children cumulated memory: 7335160 KiB

[startup+282.3 s]
/proc/loadavg: 3.26 2.76 2.66 3/246 35109
/proc/meminfo: memFree=97569412/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=7814012 memory=7335160 CPUtime=279.57 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 2673435 0 0 0 27646 311 0 0 20 0 3 0 5628701 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 1953503 1833790 2774 3035 0 1926354 0
[pid=34949/tid=34987] ppid=34946 vsize=7814012 memory=7335160 CPUtime=259.54 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 1865992 0 0 0 25769 185 0 0 20 0 3 0 5630515 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=7814012 memory=7335160 CPUtime=0 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 5630920 8001548288 1833790 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 279.57 s
Current children cumulated vsize: 7814012 KiB
Current children cumulated memory: 7335160 KiB

[startup+342.3 s]
/proc/loadavg: 2.46 2.62 2.62 3/246 35119
/proc/meminfo: memFree=97567156/131524600 swapFree=131063756/131071996

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

Current children cumulated memory: 7426808 KiB

[startup+3162.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/244 36815
/proc/meminfo: memFree=97429176/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=7879548 memory=7426808 CPUtime=3149.51 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 10404359 0 0 0 314166 785 0 0 20 0 3 0 5628701 8068657152 1856702 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 1969887 1856702 2774 3035 0 1941821 0
[pid=34949/tid=34987] ppid=34946 vsize=7879548 memory=7425804 CPUtime=3129.43 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 9596278 0 0 0 312288 655 0 0 20 0 3 0 5630515 8068657152 1856702 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=7879548 memory=7426808 CPUtime=0.04 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 702 0 0 0 2 2 0 0 20 0 3 0 5630920 8068657152 1856702 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 3149.51 s
Current children cumulated vsize: 7879548 KiB
Current children cumulated memory: 7426808 KiB

[startup+3222.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/244 36827
/proc/meminfo: memFree=96950012/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=8467080 memory=7904568 CPUtime=3209.29 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 10706795 0 0 0 320089 840 0 0 20 0 3 0 5628701 8670289920 1976142 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 2116770 1976142 2854 3035 0 2088965 0
[pid=34949/tid=34987] ppid=34946 vsize=8467080 memory=7425804 CPUtime=3189.22 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 9898707 0 0 0 318211 711 0 0 20 0 3 0 5630515 8670289920 1976142 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=8467080 memory=7799540 CPUtime=0.04 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 709 0 0 0 2 2 0 0 20 0 3 0 5630920 8670289920 1976142 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 3209.29 s
Current children cumulated vsize: 8467080 KiB
Current children cumulated memory: 7904568 KiB

[startup+3282.3 s]
/proc/loadavg: 2.13 2.09 2.09 3/244 36837
/proc/meminfo: memFree=96913972/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=8484764 memory=7939616 CPUtime=3269.09 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 10770763 0 0 0 326061 848 0 0 20 0 3 0 5628701 8688398336 1984904 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 2121191 1984904 2870 3035 0 2093386 0
[pid=34949/tid=34987] ppid=34946 vsize=8484764 memory=12744 CPUtime=3249.01 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 9962660 0 0 0 324183 718 0 0 20 0 3 0 5630515 8688398336 1984904 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=8484764 memory=7939616 CPUtime=0.04 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 724 0 0 0 2 2 0 0 20 0 3 0 5630920 8688398336 1984904 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 3269.09 s
Current children cumulated vsize: 8484764 KiB
Current children cumulated memory: 7939616 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/244 36847
/proc/meminfo: memFree=96913252/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=8484764 memory=7939616 CPUtime=3328.89 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 10772290 0 0 0 332041 848 0 0 20 0 3 0 5628701 8688398336 1984904 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 2121191 1984904 2870 3035 0 2093386 0
[pid=34949/tid=34987] ppid=34946 vsize=8484764 memory=7939616 CPUtime=3308.81 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 9964147 0 0 0 330163 718 0 0 20 0 3 0 5630515 8688398336 1984904 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=8484764 memory=11532 CPUtime=0.04 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 764 0 0 0 2 2 0 0 20 0 3 0 5630920 8688398336 1984904 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 3328.89 s
Current children cumulated vsize: 8484764 KiB
Current children cumulated memory: 7939616 KiB

[startup+3402.3 s]
/proc/loadavg: 2.12 2.09 2.09 3/247 36864
/proc/meminfo: memFree=96911728/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=8484764 memory=7940124 CPUtime=3388.69 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 10773818 0 0 0 338021 848 0 0 20 0 3 0 5628701 8688398336 1985031 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 2121191 1985031 2870 3035 0 2093386 0
[pid=34949/tid=34987] ppid=34946 vsize=8484764 memory=7939616 CPUtime=3368.6 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 9965632 0 0 0 336142 718 0 0 20 0 3 0 5630515 8688398336 1985031 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=8484764 memory=7940124 CPUtime=0.05 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 807 0 0 0 2 3 0 0 20 0 3 0 5630920 8688398336 1985031 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 3388.69 s
Current children cumulated vsize: 8484764 KiB
Current children cumulated memory: 7940124 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/247 36874
/proc/meminfo: memFree=96911072/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=8484764 memory=7940124 CPUtime=3448.49 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 10775346 0 0 0 344001 848 0 0 20 0 3 0 5628701 8688398336 1985031 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 2121191 1985031 2870 3035 0 2093386 0
[pid=34949/tid=34987] ppid=34946 vsize=8484764 memory=7939616 CPUtime=3428.41 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 9967120 0 0 0 342123 718 0 0 20 0 3 0 5630515 8688398336 1985031 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=8484764 memory=11532 CPUtime=0.05 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 847 0 0 0 2 3 0 0 20 0 3 0 5630920 8688398336 1985031 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 3448.49 s
Current children cumulated vsize: 8484764 KiB
Current children cumulated memory: 7940124 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.08 2.09 3/247 36884
/proc/meminfo: memFree=96909032/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=8484764 memory=7940240 CPUtime=3508.29 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 10776871 0 0 0 349981 848 0 0 20 0 3 0 5628701 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 2121191 1985060 2870 3035 0 2093386 0
[pid=34949/tid=34987] ppid=34946 vsize=8484764 memory=7940124 CPUtime=3488.21 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 9968605 0 0 0 348103 718 0 0 20 0 3 0 5630515 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=8484764 memory=7940240 CPUtime=0.05 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 887 0 0 0 2 3 0 0 20 0 3 0 5630920 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 3508.29 s
Current children cumulated vsize: 8484764 KiB
Current children cumulated memory: 7940240 KiB

[startup+3582.3 s]
/proc/loadavg: 2.07 2.08 2.09 3/247 36895
/proc/meminfo: memFree=96908168/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=8484764 memory=7940240 CPUtime=3568.11 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 10778400 0 0 0 355962 849 0 0 20 0 3 0 5628701 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 2121191 1985060 2870 3035 0 2093386 0
[pid=34949/tid=34987] ppid=34946 vsize=8484764 memory=11532 CPUtime=3548.02 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 9970090 0 0 0 354084 718 0 0 20 0 3 0 5630515 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=8484764 memory=11532 CPUtime=0.05 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 931 0 0 0 2 3 0 0 20 0 3 0 5630920 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 3568.11 s
Current children cumulated vsize: 8484764 KiB
Current children cumulated memory: 7940240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.3 s]
/proc/loadavg: 2.04 2.07 2.08 3/245 36900
/proc/meminfo: memFree=99998260/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=8484764 memory=7940240 CPUtime=3600.02 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 10779308 0 0 0 359153 849 0 0 20 0 3 0 5628701 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 2121191 1985060 2870 3035 0 2093386 0
[pid=34949/tid=34987] ppid=34946 vsize=8484764 memory=7940240 CPUtime=3579.93 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 9970978 0 0 0 357275 718 0 0 20 0 3 0 5630515 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=8484764 memory=11532 CPUtime=0.05 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 951 0 0 0 2 3 0 0 20 0 3 0 5630920 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 8484764 KiB
Current children cumulated memory: 7940240 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.54 s, system=8.55449 s

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

[startup+3614.3 s]
/proc/loadavg: 2.04 2.07 2.08 3/245 36900
/proc/meminfo: memFree=99998260/131524600 swapFree=131063756/131071996
[pid=34949] ppid=34946 vsize=8484764 memory=7940240 CPUtime=3600.02 cores=1,3
/proc/34949/stat : 34949 (fscip) S 34946 34949 34910 0 -1 1077936128 10779308 0 0 0 359153 849 0 0 20 0 3 0 5628701 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
/proc/34949/statm: 2121191 1985060 2870 3035 0 2093386 0
[pid=34949/tid=34987] ppid=34946 vsize=8484764 memory=7940240 CPUtime=3579.93 cores=1,3
/proc/34949/task/34987/stat : 34987 (fscip) R 34946 34949 34910 0 -1 4194368 9970978 0 0 0 357275 718 0 0 20 0 3 0 5630515 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
[pid=34949/tid=34990] ppid=34946 vsize=8484764 memory=11532 CPUtime=0.05 cores=1,3
/proc/34949/task/34990/stat : 34990 (fscip) S 34946 34949 34910 0 -1 1077936192 951 0 0 0 2 3 0 0 20 0 3 0 5630920 8688398336 1985060 134679101440 4194304 16623229 140721382264688 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 53170176 140721382274068 140721382274184 140721382274184 140721382281200 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 8484764 KiB
Current children cumulated memory: 7940240 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3614.37
CPU time (s): 3600.1
CPU user time (s): 3591.54
CPU system time (s): 8.55449
CPU usage (%): 99.6052
Max. virtual memory (cumulated for all children) (KiB): 8532616
Max. memory (cumulated for all children) (KiB): 7940240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.54
system time used= 8.55449
maximum resident set size= 7940664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10779309
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= 3977
involuntary context switches= 4743


# summary of solver processes directly reported to runsolver:
#   pid: 34949
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3591.54
#   total CPU system time (s): 8.55449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.3502 second user time and 18.0434 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-31 03:44:36
IDJOB=4464964
IDBENCH=144141
IDSOLVER=3093
FILE ID=nodeC029/4464964-1722390276
RUNJOBID= nodeC029-1722390276-34922
SLURM_JOB_ID= 8249876
Free space on /tmp= 890060 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph11reduc_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4464964-1722390276/watcher-4464964-1722390276 -o /tmp/evaluation-result-4464964-1722390276/solver-4464964-1722390276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1722390276-34922 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464964-1722390276.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 4f9f31b2d576e76fab744cedabc86032
RANDOM SEED=629876453

nodeC029.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		: 3631.283
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.02
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		: 3657.777
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.75
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		: 3457.622
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.02
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		: 3640.366
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.75
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		: 3338.875
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.02
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		: 3667.831
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.75
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		: 3633.840
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.02
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		: 3611.618
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129892364 kB
MemAvailable:   129845596 kB
Buffers:          102580 kB
Cached:           689012 kB
SwapCached:          212 kB
Active:           263392 kB
Inactive:         904696 kB
Active(anon):       1644 kB
Inactive(anon):   395920 kB
Active(file):     261748 kB
Inactive(file):   508776 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131063756 kB
Dirty:            112464 kB
Writeback:             0 kB
AnonPages:        375616 kB
Mapped:            87776 kB
Shmem:             21024 kB
KReclaimable:      45060 kB
Slab:             126260 kB
SReclaimable:      45060 kB
SUnreclaim:        81200 kB
KernelStack:        3888 kB
PageTables:         9284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     715512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      185044 kB
DirectMap2M:     6928384 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 889992 MiB
End job on nodeC029 at 2024-07-31 04:44:50