Trace number 4426883

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-02? (TO) 3600.15 3610.6

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph11reducmore_wcsp.wbo
MD5SUM4f5be5c84a0d76ec975a3a6b3be3f2ae
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1716
Best CPU time to get the best result obtained on this benchmark3428.68
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5747
Total number of constraints283088
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)232
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: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.99/2.04	c Default LC presolving (default).
1.99/2.04	c ** Before presolving: virtualMemUsedAtLc = 1780926099, getVmSize() = 1069416448, SCIPgetMemUsed() = 971898926, SCIPgetMemTotal() = 994588414, SCIPgetMemExternEstim() = 786337685
1.99/2.04	c ** set memory limit for presolving in LC to 8.79556e+12 for SCIP **
18.23/18.33	c ** Estimated virtualMemUsedAtSolver = 2304020641, getVmSize() = 2849497088, SCIPgetMemUsed() = 1906966029, SCIPgetMemTotal() = 2669693277, SCIPgetMemExternEstim() = 786337685
18.23/18.33	c ** set memory limit for solvers to 4.39798e+12 for each SCIP **
18.23/18.33	c Original Problem   :
18.23/18.33	c   Problem name     : instance-4426883-1720909143
18.23/18.33	c   Variables        : 288603 (288603 binary, 0 integer, 0 implicit integer, 0 continuous)
18.23/18.33	c   Constraints      : 565945
18.23/18.33	c   Objective sense  : minimize
18.23/18.33	c Presolved Problem  :
18.23/18.33	c   Variables        : 571393 (288580 binary, 0 integer, 282813 implicit integer, 0 continuous)
18.23/18.33	c   Constraints      : 565921
18.23/18.33	c Constraints        : Number
18.23/18.33	c   knapsack         : 1 
18.23/18.33	c   setppc           : 243 
18.23/18.33	c   linear           : 282838 
18.23/18.33	c   indicator        : 282839 
18.23/18.33	c ** Instance transfer method used: 0
20.03/20.16	c ** ParaScipInstance copy increased the number of variables. **
21.92/22.02	c LC is working with racing ramp-up and with rebuilding tree after racing.
21.92/22.02	c                                Nodes    Active                                            
21.92/22.02	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: 63931 MiB (58125 MiB free)
  memory of node 1: 64510 MiB (58936 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=727690, runsolver pid=727687

[startup+0.10089 s]*
/proc/loadavg: 4.64 4.26 4.14 5/261 727691
/proc/meminfo: memFree=119821700/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=72532 memory=60568 CPUtime=0.09 cores=4,6
/proc/727690/stat : 727690 (fscip) R 727687 727690 722468 0 -1 4194304 13091 0 0 0 7 2 0 0 20 0 1 0 143081707 74272768 15142 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 18133 15142 2318 3032 0 14533 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72532 KiB
Current children cumulated memory: 60568 KiB

[startup+0.205464 s]*
/proc/loadavg: 4.64 4.26 4.14 5/261 727691
/proc/meminfo: memFree=119779568/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=113296 memory=101824 CPUtime=0.19 cores=4,6
/proc/727690/stat : 727690 (fscip) R 727687 727690 722468 0 -1 4194304 23411 0 0 0 16 3 0 0 20 0 1 0 143081707 116015104 25456 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 28324 25456 2318 3032 0 24724 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 113296 KiB
Current children cumulated memory: 101824 KiB

[startup+0.305433 s]*
/proc/loadavg: 4.64 4.26 4.14 5/261 727691
/proc/meminfo: memFree=119738100/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=157284 memory=144812 CPUtime=0.3 cores=4,6
/proc/727690/stat : 727690 (fscip) R 727687 727690 722468 0 -1 4194304 34113 0 0 0 25 5 0 0 20 0 1 0 143081707 161058816 36137 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 39321 36203 2318 3032 0 35721 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 157284 KiB
Current children cumulated memory: 144812 KiB

[startup+0.700238 s]
/proc/loadavg: 4.64 4.26 4.14 5/261 727691
/proc/meminfo: memFree=119655668/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=313256 memory=301256 CPUtime=0.69 cores=4,6
/proc/727690/stat : 727690 (fscip) R 727687 727690 722468 0 -1 4194304 72777 0 0 0 59 10 0 0 20 0 1 0 143081707 320774144 75314 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 78314 75314 2318 3032 0 74714 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 313256 KiB
Current children cumulated memory: 301256 KiB

[startup+1.50019 s]
/proc/loadavg: 4.64 4.26 4.14 5/261 727691
/proc/meminfo: memFree=119457480/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=821716 memory=808652 CPUtime=1.48 cores=4,6
/proc/727690/stat : 727690 (fscip) R 727687 727690 722468 0 -1 4194304 198872 0 0 0 121 27 0 0 20 0 1 0 143081707 841437184 202163 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 205429 202163 2558 3032 0 201829 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 821716 KiB
Current children cumulated memory: 808652 KiB

[startup+3.10568 s]
/proc/loadavg: 4.64 4.26 4.14 5/257 727783
/proc/meminfo: memFree=122247300/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=1570972 memory=1545664 CPUtime=3.08 cores=4,6
/proc/727690/stat : 727690 (fscip) R 727687 727690 722468 0 -1 4194304 373913 0 0 0 255 53 0 0 20 0 1 0 143081707 1608675328 386416 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 392743 386416 2590 3032 0 389143 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1570972 KiB
Current children cumulated memory: 1545664 KiB

[startup+6.30023 s]
/proc/loadavg: 4.59 4.26 4.14 6/257 727783
/proc/meminfo: memFree=118738528/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=2179220 memory=2136536 CPUtime=6.27 cores=4,6
/proc/727690/stat : 727690 (fscip) R 727687 727690 722468 0 -1 4194304 502709 0 0 0 555 72 0 0 20 0 1 0 143081707 2231521280 534134 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 544805 534134 2654 3032 0 541205 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2179220 KiB
Current children cumulated memory: 2136536 KiB

[startup+12.7002 s]
/proc/loadavg: 4.55 4.25 4.14 6/257 727784
/proc/meminfo: memFree=113896796/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=2180244 memory=2144392 CPUtime=12.65 cores=4,6
/proc/727690/stat : 727690 (fscip) R 727687 727690 722468 0 -1 4194304 504675 0 0 0 1192 73 0 0 20 0 1 0 143081707 2232569856 536098 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 545061 536098 2654 3032 0 541461 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2180244 KiB
Current children cumulated memory: 2144392 KiB

[startup+25.5002 s]
/proc/loadavg: 4.50 4.26 4.14 6/259 727788
/proc/meminfo: memFree=107103560/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=6475840 memory=6095816 CPUtime=25.4 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 1443007 0 0 0 2328 212 0 0 20 0 3 0 143081707 6631260160 1523954 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 1618960 1523954 2718 3032 0 1602800 0
[pid=727690/tid=727787] ppid=727687 vsize=6475840 memory=6046252 CPUtime=5.3 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 633809 0 0 0 444 86 0 0 20 0 3 0 143083541 6631260160 1523954 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=6475840 memory=5480168 CPUtime=0 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 143083914 6631260160 1523954 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 6475840 KiB
Current children cumulated memory: 6095816 KiB

[startup+51.1057 s]
/proc/loadavg: 4.33 4.23 4.14 6/261 727796
/proc/meminfo: memFree=102468744/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=7813288 memory=7326420 CPUtime=50.93 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 2056024 0 0 0 4817 276 0 0 20 0 3 0 143081707 8000806912 1831605 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 1953322 1831605 2750 3032 0 1924250 0
[pid=727690/tid=727787] ppid=727687 vsize=7813288 memory=7305600 CPUtime=30.83 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 1246818 0 0 0 2933 150 0 0 20 0 3 0 143083541 8000806912 1831605 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=7813288 memory=6997980 CPUtime=0 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 143083914 8000806912 1831605 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 7813288 KiB
Current children cumulated memory: 7326420 KiB

[startup+102.3 s]
/proc/loadavg: 4.27 4.23 4.14 5/266 727866
/proc/meminfo: memFree=102879556/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=7813288 memory=7335396 CPUtime=101.97 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 2217762 0 0 0 9911 286 0 0 20 0 3 0 143081707 8000806912 1833849 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 1953322 1833849 2750 3032 0 1925982 0
[pid=727690/tid=727787] ppid=727687 vsize=7813288 memory=7335396 CPUtime=81.87 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 1408539 0 0 0 8027 160 0 0 20 0 3 0 143083541 8000806912 1833849 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=7813288 memory=11588 CPUtime=0 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 3 0 143083914 8000806912 1833849 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 7813288 KiB
Current children cumulated memory: 7335396 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.20 4.13 5/266 727876
/proc/meminfo: memFree=84993304/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=7813288 memory=7335396 CPUtime=161.77 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 2376717 0 0 0 15884 293 0 0 20 0 3 0 143081707 8000806912 1833849 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 1953322 1833849 2750 3032 0 1925982 0
[pid=727690/tid=727787] ppid=727687 vsize=7813288 memory=7335396 CPUtime=141.67 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 1567486 0 0 0 14000 167 0 0 20 0 3 0 143083541 8000806912 1833849 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=7813288 memory=7335396 CPUtime=0 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 143083914 8000806912 1833849 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 7813288 KiB
Current children cumulated memory: 7335396 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.18 4.13 5/270 727990
/proc/meminfo: memFree=99562916/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=7813288 memory=7335400 CPUtime=221.56 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 2471340 0 0 0 21857 299 0 0 20 0 3 0 143081707 8000806912 1833850 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 1953322 1833850 2750 3032 0 1925982 0
[pid=727690/tid=727787] ppid=727687 vsize=7813288 memory=36636 CPUtime=201.46 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 1662093 0 0 0 19973 173 0 0 20 0 3 0 143083541 8000806912 1833850 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=7813288 memory=11588 CPUtime=0 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 3 0 143083914 8000806912 1833850 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 7813288 KiB
Current children cumulated memory: 7335400 KiB

[startup+282.3 s]
/proc/loadavg: 3.85 4.11 4.11 4/260 728175
/proc/meminfo: memFree=93287716/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=7813288 memory=7335400 CPUtime=281.35 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 2642946 0 0 0 27827 308 0 0 20 0 3 0 143081707 8000806912 1833850 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 1953322 1833850 2750 3032 0 1925982 0
[pid=727690/tid=727787] ppid=727687 vsize=7813288 memory=7335400 CPUtime=261.24 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 1833684 0 0 0 25942 182 0 0 20 0 3 0 143083541 8000806912 1833850 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=7813288 memory=7335400 CPUtime=0 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 143083914 8000806912 1833850 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 7813288 KiB
Current children cumulated memory: 7335400 KiB

[startup+342.3 s]
/proc/loadavg: 3.41 3.93 4.05 4/261 728188
/proc/meminfo: memFree=88526900/131524600 swapFree=131071996/131071996

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

Current children cumulated memory: 7927440 KiB

[startup+3162.3 s]
/proc/loadavg: 1.08 1.10 1.28 2/236 729950
/proc/meminfo: memFree=117539872/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=8501632 memory=7930060 CPUtime=3152.63 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 10182127 0 0 0 314455 808 0 0 20 0 3 0 143081707 8705671168 1982515 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 2125408 1982515 2846 3032 0 2095701 0
[pid=727690/tid=727787] ppid=727687 vsize=8501632 memory=11588 CPUtime=3132.5 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 9372097 0 0 0 312572 678 0 0 20 0 3 0 143083541 8705671168 1982515 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=8501632 memory=1972 CPUtime=0.04 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 832 0 0 0 1 3 0 0 20 0 3 0 143083914 8705671168 1982515 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 3152.63 s
Current children cumulated vsize: 8501632 KiB
Current children cumulated memory: 7930060 KiB

[startup+3222.3 s]
/proc/loadavg: 1.06 1.10 1.26 2/236 729961
/proc/meminfo: memFree=117402848/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=8673088 memory=8066528 CPUtime=3212.53 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 10577267 0 0 0 320420 833 0 0 20 0 3 0 143081707 8881242112 2016632 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 2168272 2016632 2846 3032 0 2141655 0
[pid=727690/tid=727787] ppid=727687 vsize=8673088 memory=11588 CPUtime=3192.39 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 9767191 0 0 0 318537 702 0 0 20 0 3 0 143083541 8881242112 2016632 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=8673088 memory=7930688 CPUtime=0.04 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 878 0 0 0 1 3 0 0 20 0 3 0 143083914 8881242112 2016632 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 3212.53 s
Current children cumulated vsize: 8673088 KiB
Current children cumulated memory: 8066528 KiB

[startup+3282.3 s]
/proc/loadavg: 1.07 1.09 1.25 2/236 729973
/proc/meminfo: memFree=117398084/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=8738624 memory=8071000 CPUtime=3272.41 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 10587217 0 0 0 326408 833 0 0 20 0 3 0 143081707 8948350976 2017750 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 2184656 2017750 2846 3032 0 2142790 0
[pid=727690/tid=727787] ppid=727687 vsize=8738624 memory=8068264 CPUtime=3252.26 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 9777125 0 0 0 324524 702 0 0 20 0 3 0 143083541 8948350976 2017750 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=8738624 memory=8068264 CPUtime=0.04 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 894 0 0 0 1 3 0 0 20 0 3 0 143083914 8948350976 2017750 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 3272.41 s
Current children cumulated vsize: 8738624 KiB
Current children cumulated memory: 8071000 KiB

[startup+3342.3 s]
/proc/loadavg: 1.14 1.10 1.25 2/236 729985
/proc/meminfo: memFree=117397364/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=8738624 memory=8071432 CPUtime=3332.3 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 10597435 0 0 0 332396 834 0 0 20 0 3 0 143081707 8948350976 2017858 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 2184656 2017858 2846 3032 0 2142790 0
[pid=727690/tid=727787] ppid=727687 vsize=8738624 memory=8071432 CPUtime=3312.16 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 9787299 0 0 0 330513 703 0 0 20 0 3 0 143083541 8948350976 2017858 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=8738624 memory=11588 CPUtime=0.04 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 938 0 0 0 1 3 0 0 20 0 3 0 143083914 8948350976 2017858 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 3332.3 s
Current children cumulated vsize: 8738624 KiB
Current children cumulated memory: 8071432 KiB

[startup+3402.3 s]
/proc/loadavg: 1.11 1.10 1.23 2/235 729995
/proc/meminfo: memFree=117396636/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=8738624 memory=8071940 CPUtime=3392.19 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 10607299 0 0 0 338385 834 0 0 20 0 3 0 143081707 8948350976 2017985 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 2184656 2017985 2846 3032 0 2142790 0
[pid=727690/tid=727787] ppid=727687 vsize=8738624 memory=8071940 CPUtime=3372.05 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 9797122 0 0 0 336502 703 0 0 20 0 3 0 143083541 8948350976 2017985 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=8738624 memory=-6153154506879318885 CPUtime=0.04 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 979 0 0 0 1 3 0 0 20 0 3 0 143083914 8948350976 2017985 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 3392.19 s
Current children cumulated vsize: 8738624 KiB
Current children cumulated memory: 8071940 KiB

[startup+3462.3 s]
/proc/loadavg: 1.04 1.08 1.22 2/235 730005
/proc/meminfo: memFree=117390628/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=8738624 memory=8077576 CPUtime=3452.09 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 10617446 0 0 0 344374 835 0 0 20 0 3 0 143081707 8948350976 2019394 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 2184656 2019394 2846 3032 0 2142790 0
[pid=727690/tid=727787] ppid=727687 vsize=8738624 memory=37420 CPUtime=3431.95 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 9807229 0 0 0 342491 704 0 0 20 0 3 0 143083541 8948350976 2019394 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=8738624 memory=8077336 CPUtime=0.04 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 1019 0 0 0 1 3 0 0 20 0 3 0 143083914 8948350976 2019394 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 3452.09 s
Current children cumulated vsize: 8738624 KiB
Current children cumulated memory: 8077576 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.09 1.21 2/235 730016
/proc/meminfo: memFree=117389504/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=8738624 memory=8078412 CPUtime=3511.99 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 10628968 0 0 0 350364 835 0 0 20 0 3 0 143081707 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 2184656 2019603 2846 3032 0 2142790 0
[pid=727690/tid=727787] ppid=727687 vsize=8738624 memory=8077336 CPUtime=3491.84 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 9818711 0 0 0 348480 704 0 0 20 0 3 0 143083541 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=8738624 memory=8077576 CPUtime=0.04 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 1059 0 0 0 1 3 0 0 20 0 3 0 143083914 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 3511.99 s
Current children cumulated vsize: 8738624 KiB
Current children cumulated memory: 8078412 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.09 1.20 2/235 730026
/proc/meminfo: memFree=117389132/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=8738624 memory=8078412 CPUtime=3571.89 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 10638349 0 0 0 356353 836 0 0 20 0 3 0 143081707 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 2184656 2019603 2846 3032 0 2142790 0
[pid=727690/tid=727787] ppid=727687 vsize=8738624 memory=8078412 CPUtime=3551.75 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 9828052 0 0 0 354470 705 0 0 20 0 3 0 143083541 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=8738624 memory=8078412 CPUtime=0.04 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 1099 0 0 0 1 3 0 0 20 0 3 0 143083914 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 3571.89 s
Current children cumulated vsize: 8738624 KiB
Current children cumulated memory: 8078412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 1.12 1.09 1.20 2/235 730031
/proc/meminfo: memFree=117389028/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=8738624 memory=8078412 CPUtime=3600.05 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 10641901 0 0 0 359169 836 0 0 20 0 3 0 143081707 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 2184656 2019603 2846 3032 0 2142790 0
[pid=727690/tid=727787] ppid=727687 vsize=8738624 memory=8078412 CPUtime=3579.9 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 9831581 0 0 0 357285 705 0 0 20 0 3 0 143083541 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=8738624 memory=1944 CPUtime=0.04 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 1122 0 0 0 1 3 0 0 20 0 3 0 143083914 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 8738624 KiB
Current children cumulated memory: 8078412 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.7 s, system=8.45727 s

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

[startup+3610.5 s]
/proc/loadavg: 1.12 1.09 1.20 2/235 730031
/proc/meminfo: memFree=117389028/131524600 swapFree=131071996/131071996
[pid=727690] ppid=727687 vsize=8738624 memory=8078412 CPUtime=3600.05 cores=4,6
/proc/727690/stat : 727690 (fscip) S 727687 727690 722468 0 -1 1077936128 10641901 0 0 0 359169 836 0 0 20 0 3 0 143081707 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
/proc/727690/statm: 2184656 2019603 2846 3032 0 2142790 0
[pid=727690/tid=727787] ppid=727687 vsize=8738624 memory=8078412 CPUtime=3579.9 cores=4,6
/proc/727690/task/727787/stat : 727787 (fscip) R 727687 727690 722468 0 -1 4194368 9831581 0 0 0 357285 705 0 0 20 0 3 0 143083541 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
[pid=727690/tid=727788] ppid=727687 vsize=8738624 memory=1944 CPUtime=0.04 cores=4,6
/proc/727690/task/727788/stat : 727788 (fscip) S 727687 727690 722468 0 -1 1077936192 1122 0 0 0 1 3 0 0 20 0 3 0 143083914 8948350976 2019603 134679101440 4194304 16613245 140729322485152 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18822208 18930672 53764096 140729322488801 140729322488917 140729322488917 140729322495984 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 8738624 KiB
Current children cumulated memory: 8078412 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.6
CPU time (s): 3600.15
CPU user time (s): 3591.7
CPU system time (s): 8.45727
CPU usage (%): 99.7106
Max. virtual memory (cumulated for all children) (KiB): 8738624
Max. memory (cumulated for all children) (KiB): 8078412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.7
system time used= 8.45727
maximum resident set size= 8078820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10641902
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= 3806
involuntary context switches= 1621


# summary of solver processes directly reported to runsolver:
#   pid: 727690
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3591.7
#   total CPU system time (s): 8.45727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.42882 second user time and 15.6378 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-14 00:19:16
IDJOB=4426883
IDBENCH=144138
IDSOLVER=3044
FILE ID=nodeC029/4426883-1720909143
RUNJOBID= nodeC029-1720905543-724800
SLURM_JOB_ID= 7486088
Free space on /tmp= 889988 MiB

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

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

MD5SUM BENCH= 4f5be5c84a0d76ec975a3a6b3be3f2ae
RANDOM SEED=443130561

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		: 3663.029
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.09
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		: 3688.300
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	: 7006.98
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		: 3610.060
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.09
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.630
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	: 7006.98
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		: 3661.172
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.09
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		: 3688.314
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	: 7006.98
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		: 3654.655
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.09
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		: 3600.459
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	: 7006.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119871788 kB
MemAvailable:   123565796 kB
Buffers:          333056 kB
Cached:          4156904 kB
SwapCached:            0 kB
Active:           539284 kB
Inactive:       10429952 kB
Active(anon):       1464 kB
Inactive(anon):  6515536 kB
Active(file):     537820 kB
Inactive(file):  3914416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             36680 kB
Writeback:             4 kB
AnonPages:       6479288 kB
Mapped:           137168 kB
Shmem:             37720 kB
KReclaimable:     162836 kB
Slab:             273492 kB
SReclaimable:     162836 kB
SUnreclaim:       110656 kB
KernelStack:        4176 kB
PageTables:        21940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4153212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54816 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3262464 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:      246484 kB
DirectMap2M:    30984192 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC029 at 2024-07-14 01:19:27