Trace number 4464963

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.09 3617.78

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: 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.97/2.00	c Default LC presolving (default).
1.97/2.00	c ** Before presolving: virtualMemUsedAtLc = 1780926099, getVmSize() = 1069432832, SCIPgetMemUsed() = 971899006, SCIPgetMemTotal() = 994588414, SCIPgetMemExternEstim() = 786337685
1.97/2.00	c ** set memory limit for presolving in LC to 8.79556e+12 for SCIP **
18.42/18.54	c ** Estimated virtualMemUsedAtSolver = 2304020641, getVmSize() = 2849513472, SCIPgetMemUsed() = 1906966109, SCIPgetMemTotal() = 2669693277, SCIPgetMemExternEstim() = 786337685
18.42/18.54	c ** set memory limit for solvers to 4.39798e+12 for each SCIP **
18.42/18.54	c Original Problem   :
18.42/18.54	c   Problem name     : instance-4464963-1722390276
18.42/18.54	c   Variables        : 288603 (288603 binary, 0 integer, 0 implicit integer, 0 continuous)
18.42/18.54	c   Constraints      : 565945
18.42/18.54	c   Objective sense  : minimize
18.42/18.54	c Presolved Problem  :
18.42/18.54	c   Variables        : 571393 (288580 binary, 0 integer, 282813 implicit integer, 0 continuous)
18.42/18.54	c   Constraints      : 565921
18.42/18.54	c Constraints        : Number
18.42/18.54	c   knapsack         : 1 
18.42/18.54	c   setppc           : 243 
18.42/18.54	c   linear           : 282838 
18.42/18.54	c   indicator        : 282839 
18.42/18.54	c ** Instance transfer method used: 0
20.30/20.43	c ** ParaScipInstance copy increased the number of variables. **
22.19/22.34	c LC is working with racing ramp-up and with rebuilding tree after racing.
22.19/22.34	c                                Nodes    Active                                            
22.19/22.34	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 (62748 MiB free)
  memory of node 1: 64473 MiB (63176 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=35485, runsolver pid=35482

[startup+0.100978 s]*
/proc/loadavg: 1.11 1.37 2.45 5/247 35498
/proc/meminfo: memFree=128811860/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=73656 memory=61892 CPUtime=0.09 cores=0,2
/proc/35485/stat : 35485 (fscip) R 35482 35485 35444 0 -1 4194304 13360 0 0 0 8 1 0 0 20 0 1 0 5632101 75423744 15473 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 18414 15473 2347 3035 0 14810 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 73656 KiB
Current children cumulated memory: 61892 KiB

[startup+0.205965 s]*
/proc/loadavg: 1.11 1.37 2.45 5/259 35518
/proc/meminfo: memFree=128650404/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=114644 memory=103280 CPUtime=0.19 cores=0,2
/proc/35485/stat : 35485 (fscip) R 35482 35485 35444 0 -1 4194304 23709 0 0 0 16 3 0 0 20 0 1 0 5632101 117395456 25820 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 28661 25820 2347 3035 0 25057 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 114644 KiB
Current children cumulated memory: 103280 KiB

[startup+0.305981 s]*
/proc/loadavg: 1.35 1.42 2.46 5/259 35518
/proc/meminfo: memFree=128472636/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=158072 memory=146512 CPUtime=0.28 cores=0,2
/proc/35485/stat : 35485 (fscip) R 35482 35485 35444 0 -1 4194304 34555 0 0 0 24 4 0 0 20 0 1 0 5632101 161865728 36628 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 39518 36628 2347 3035 0 35914 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 158072 KiB
Current children cumulated memory: 146512 KiB

[startup+0.700234 s]
/proc/loadavg: 1.35 1.42 2.46 5/259 35518
/proc/meminfo: memFree=128132404/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=321180 memory=309556 CPUtime=0.68 cores=0,2
/proc/35485/stat : 35485 (fscip) R 35482 35485 35444 0 -1 4194304 74788 0 0 0 58 10 0 0 20 0 1 0 5632101 328888320 77389 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 80295 77389 2347 3035 0 76691 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 321180 KiB
Current children cumulated memory: 309556 KiB

[startup+1.50021 s]
/proc/loadavg: 1.35 1.42 2.46 5/259 35518
/proc/meminfo: memFree=127296924/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=838008 memory=823964 CPUtime=1.47 cores=0,2
/proc/35485/stat : 35485 (fscip) R 35482 35485 35444 0 -1 4194304 202708 0 0 0 119 28 0 0 20 0 1 0 5632101 858120192 205991 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 209502 205991 2555 3035 0 205898 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 838008 KiB
Current children cumulated memory: 823964 KiB

[startup+3.10593 s]
/proc/loadavg: 1.35 1.42 2.46 5/259 35518
/proc/meminfo: memFree=123406840/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=1609008 memory=1585252 CPUtime=3.07 cores=0,2
/proc/35485/stat : 35485 (fscip) R 35482 35485 35444 0 -1 4194304 385293 0 0 0 252 55 0 0 20 0 1 0 5632101 1647624192 396247 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 402508 396247 2598 3035 0 398904 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1609008 KiB
Current children cumulated memory: 1585252 KiB

[startup+6.30023 s]
/proc/loadavg: 1.56 1.46 2.47 5/259 35518
/proc/meminfo: memFree=117700104/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=2179236 memory=2144396 CPUtime=6.26 cores=0,2
/proc/35485/stat : 35485 (fscip) R 35482 35485 35444 0 -1 4194304 505157 0 0 0 551 75 0 0 20 0 1 0 5632101 2231537664 536099 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 544809 536099 2662 3035 0 541205 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2179236 KiB
Current children cumulated memory: 2144396 KiB

[startup+12.7002 s]
/proc/loadavg: 1.75 1.50 2.47 5/259 35520
/proc/meminfo: memFree=111769024/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=2180260 memory=2145372 CPUtime=12.63 cores=0,2
/proc/35485/stat : 35485 (fscip) R 35482 35485 35444 0 -1 4194304 505439 0 0 0 1188 75 0 0 20 0 1 0 5632101 2232586240 536343 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 545065 536343 2662 3035 0 541461 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2180260 KiB
Current children cumulated memory: 2145372 KiB

[startup+25.501 s]
/proc/loadavg: 2.10 1.59 2.49 5/261 35523
/proc/meminfo: memFree=102919448/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=6475856 memory=6094828 CPUtime=25.35 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 1437891 0 0 0 2316 219 0 0 20 0 3 0 5632101 6631276544 1523707 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 1618964 1523707 2726 3035 0 1601597 0
[pid=35485/tid=35521] ppid=35482 vsize=6475856 memory=4868532 CPUtime=5 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 603648 0 0 0 413 87 0 0 20 0 3 0 5633956 6631276544 1523707 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=6475856 memory=4319044 CPUtime=0 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5634339 6631276544 1523707 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 6475856 KiB
Current children cumulated memory: 6094828 KiB

[startup+51.106 s]
/proc/loadavg: 3.02 1.87 2.56 5/260 35550
/proc/meminfo: memFree=98021772/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=7834372 memory=7336212 CPUtime=50.68 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 2026032 0 0 0 4784 284 0 0 20 0 3 0 5632101 8022396928 1834053 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 1958593 1834053 2774 3035 0 1923511 0
[pid=35485/tid=35521] ppid=35482 vsize=7834372 memory=7336212 CPUtime=30.32 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 1191782 0 0 0 2881 151 0 0 20 0 3 0 5633956 8022396928 1834053 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=7834372 memory=2145372 CPUtime=0 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 5634339 8022396928 1834053 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 50.68 s
Current children cumulated vsize: 7834372 KiB
Current children cumulated memory: 7336212 KiB

[startup+102.301 s]
/proc/loadavg: 3.62 2.21 2.64 4/253 35599
/proc/meminfo: memFree=93190232/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=7834372 memory=7346604 CPUtime=101.3 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 2187704 0 0 0 9837 293 0 0 20 0 3 0 5632101 8022396928 1836651 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 1958593 1836651 2774 3035 0 1926077 0
[pid=35485/tid=35521] ppid=35482 vsize=7834372 memory=11592 CPUtime=80.95 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 1353438 0 0 0 7934 161 0 0 20 0 3 0 5633956 8022396928 1836651 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=7834372 memory=-5155633479176121221 CPUtime=0 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 3 0 5634339 8022396928 1836651 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 101.3 s
Current children cumulated vsize: 7834372 KiB
Current children cumulated memory: 7346604 KiB

[startup+162.301 s]
/proc/loadavg: 3.30 2.37 2.67 4/253 35610
/proc/meminfo: memFree=84012592/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=7834372 memory=7346604 CPUtime=160.59 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 2344287 0 0 0 15757 302 0 0 20 0 3 0 5632101 8022396928 1836651 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 1958593 1836651 2774 3035 0 1926077 0
[pid=35485/tid=35521] ppid=35482 vsize=7834372 memory=7346604 CPUtime=140.23 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 1510010 0 0 0 13854 169 0 0 20 0 3 0 5633956 8022396928 1836651 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=7834372 memory=7346604 CPUtime=0 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5634339 8022396928 1836651 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 160.59 s
Current children cumulated vsize: 7834372 KiB
Current children cumulated memory: 7346604 KiB

[startup+222.3 s]
/proc/loadavg: 2.82 2.42 2.67 3/247 35659
/proc/meminfo: memFree=96812148/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=7834372 memory=7346920 CPUtime=220.08 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 2514092 0 0 0 21698 310 0 0 20 0 3 0 5632101 8022396928 1836730 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 1958593 1836730 2774 3035 0 1926077 0
[pid=35485/tid=35521] ppid=35482 vsize=7834372 memory=7346920 CPUtime=199.73 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 1679802 0 0 0 19795 178 0 0 20 0 3 0 5633956 8022396928 1836730 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=7834372 memory=11592 CPUtime=0 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 3 0 5634339 8022396928 1836730 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 220.08 s
Current children cumulated vsize: 7834372 KiB
Current children cumulated memory: 7346920 KiB

[startup+282.3 s]
/proc/loadavg: 1.85 2.23 2.59 2/240 35707
/proc/meminfo: memFree=120687028/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=7834372 memory=7347428 CPUtime=279.76 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 2652371 0 0 0 27658 318 0 0 20 0 3 0 5632101 8022396928 1836857 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 1958593 1836857 2774 3035 0 1926077 0
[pid=35485/tid=35521] ppid=35482 vsize=7834372 memory=7347428 CPUtime=259.4 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 1818065 0 0 0 25755 185 0 0 20 0 3 0 5633956 8022396928 1836857 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=7834372 memory=11592 CPUtime=0 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 3 0 5634339 8022396928 1836857 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 279.76 s
Current children cumulated vsize: 7834372 KiB
Current children cumulated memory: 7347428 KiB

[startup+342.3 s]
/proc/loadavg: 1.35 2.02 2.49 2/239 35717
/proc/meminfo: memFree=120686328/131524600 swapFree=131071996/131071996

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

Current children cumulated memory: 7962000 KiB

[startup+3162.3 s]
/proc/loadavg: 1.10 1.11 1.16 2/236 37419
/proc/meminfo: memFree=120028584/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=8558264 memory=7962000 CPUtime=3145.61 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 10043361 0 0 0 313739 822 0 0 20 0 3 0 5632101 8763662336 1990500 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 2139566 1990500 2870 3035 0 2098781 0
[pid=35485/tid=35521] ppid=35482 vsize=8558264 memory=7962000 CPUtime=3125.2 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 9208258 0 0 0 311835 685 0 0 20 0 3 0 5633956 8763662336 1990500 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=8558264 memory=7962000 CPUtime=0.04 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 860 0 0 0 1 3 0 0 20 0 3 0 5634339 8763662336 1990500 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 3145.61 s
Current children cumulated vsize: 8558264 KiB
Current children cumulated memory: 7962000 KiB

[startup+3222.3 s]
/proc/loadavg: 1.14 1.12 1.16 2/237 37431
/proc/meminfo: memFree=119894192/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=8745716 memory=8095044 CPUtime=3205.45 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 10299165 0 0 0 319705 840 0 0 20 0 3 0 5632101 8955613184 2023761 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 2186429 2023761 2870 3035 0 2143480 0
[pid=35485/tid=35521] ppid=35482 vsize=8745716 memory=8076272 CPUtime=3185.05 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 9464046 0 0 0 317801 704 0 0 20 0 3 0 5633956 8955613184 2023761 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=8745716 memory=8094216 CPUtime=0.04 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 876 0 0 0 1 3 0 0 20 0 3 0 5634339 8955613184 2023761 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 3205.45 s
Current children cumulated vsize: 8745716 KiB
Current children cumulated memory: 8095044 KiB

[startup+3282.3 s]
/proc/loadavg: 1.10 1.11 1.16 2/237 37441
/proc/meminfo: memFree=119893568/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=8745716 memory=8095112 CPUtime=3265.32 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 10304382 0 0 0 325692 840 0 0 20 0 3 0 5632101 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 2186429 2023778 2870 3035 0 2143480 0
[pid=35485/tid=35521] ppid=35482 vsize=8745716 memory=8095112 CPUtime=3244.92 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 9469231 0 0 0 323788 704 0 0 20 0 3 0 5633956 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=8745716 memory=5488 CPUtime=0.04 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 908 0 0 0 1 3 0 0 20 0 3 0 5634339 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 3265.32 s
Current children cumulated vsize: 8745716 KiB
Current children cumulated memory: 8095112 KiB

[startup+3342.3 s]
/proc/loadavg: 1.08 1.11 1.15 2/237 37452
/proc/meminfo: memFree=119892836/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=8745716 memory=8095112 CPUtime=3325.19 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 10310665 0 0 0 331679 840 0 0 20 0 3 0 5632101 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 2186429 2023778 2870 3035 0 2143480 0
[pid=35485/tid=35521] ppid=35482 vsize=8745716 memory=8095112 CPUtime=3304.79 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 9475482 0 0 0 329775 704 0 0 20 0 3 0 5633956 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=8745716 memory=-5155633479176121221 CPUtime=0.04 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 940 0 0 0 1 3 0 0 20 0 3 0 5634339 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 3325.19 s
Current children cumulated vsize: 8745716 KiB
Current children cumulated memory: 8095112 KiB

[startup+3402.3 s]
/proc/loadavg: 1.06 1.10 1.14 2/239 37467
/proc/meminfo: memFree=119891804/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=8745716 memory=8095112 CPUtime=3385.06 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 10316676 0 0 0 337666 840 0 0 20 0 3 0 5632101 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 2186429 2023778 2870 3035 0 2143480 0
[pid=35485/tid=35521] ppid=35482 vsize=8745716 memory=8095112 CPUtime=3364.66 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 9481466 0 0 0 335762 704 0 0 20 0 3 0 5633956 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=8745716 memory=-5155633479176121221 CPUtime=0.04 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 967 0 0 0 1 3 0 0 20 0 3 0 5634339 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 3385.06 s
Current children cumulated vsize: 8745716 KiB
Current children cumulated memory: 8095112 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.09 1.14 2/239 37477
/proc/meminfo: memFree=119891412/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=8745716 memory=8095112 CPUtime=3444.94 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 10322691 0 0 0 343654 840 0 0 20 0 3 0 5632101 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 2186429 2023778 2870 3035 0 2143480 0
[pid=35485/tid=35521] ppid=35482 vsize=8745716 memory=8095112 CPUtime=3424.54 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 9487449 0 0 0 341750 704 0 0 20 0 3 0 5633956 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=8745716 memory=-5155633479176121221 CPUtime=0.04 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 999 0 0 0 1 3 0 0 20 0 3 0 5634339 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 3444.94 s
Current children cumulated vsize: 8745716 KiB
Current children cumulated memory: 8095112 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.10 1.14 2/238 37487
/proc/meminfo: memFree=119890616/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=8745716 memory=8095112 CPUtime=3504.83 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 10328675 0 0 0 349642 841 0 0 20 0 3 0 5632101 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 2186429 2023778 2870 3035 0 2143480 0
[pid=35485/tid=35521] ppid=35482 vsize=8745716 memory=8095112 CPUtime=3484.41 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 9493404 0 0 0 347737 704 0 0 20 0 3 0 5633956 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=8745716 memory=11592 CPUtime=0.04 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 1028 0 0 0 1 3 0 0 20 0 3 0 5634339 8955613184 2023778 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 3504.83 s
Current children cumulated vsize: 8745716 KiB
Current children cumulated memory: 8095112 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.10 1.13 2/238 37499
/proc/meminfo: memFree=119873528/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=8746500 memory=8111376 CPUtime=3564.69 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 10445255 0 0 0 355496 973 0 0 20 0 3 0 5632101 8956416000 2027844 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 2186625 2027844 2870 3035 0 2159168 0
[pid=35485/tid=35521] ppid=35482 vsize=8746500 memory=8095112 CPUtime=3544.29 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 9609960 0 0 0 353592 837 0 0 20 0 3 0 5633956 8956416000 2027844 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=8746500 memory=5488 CPUtime=0.04 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 1052 0 0 0 1 3 0 0 20 0 3 0 5634339 8956416000 2027844 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 3564.69 s
Current children cumulated vsize: 8746500 KiB
Current children cumulated memory: 8111376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.7 s]
/proc/loadavg: 1.06 1.08 1.12 2/238 37504
/proc/meminfo: memFree=119872716/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=8746500 memory=8111376 CPUtime=3600 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 10447413 0 0 0 359027 973 0 0 20 0 3 0 5632101 8956416000 2027844 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 2186625 2027844 2870 3035 0 2159168 0
[pid=35485/tid=35521] ppid=35482 vsize=8746500 memory=8095112 CPUtime=3579.6 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 9612110 0 0 0 357123 837 0 0 20 0 3 0 5633956 8956416000 2027844 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=8746500 memory=8111376 CPUtime=0.04 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 1060 0 0 0 1 3 0 0 20 0 3 0 5634339 8956416000 2027844 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 8746500 KiB
Current children cumulated memory: 8111376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.28 s, system=9.8071 s

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

[startup+3617.7 s]
/proc/loadavg: 1.06 1.08 1.12 2/238 37504
/proc/meminfo: memFree=119872716/131524600 swapFree=131071996/131071996
[pid=35485] ppid=35482 vsize=8746500 memory=8111376 CPUtime=3600 cores=0,2
/proc/35485/stat : 35485 (fscip) S 35482 35485 35444 0 -1 1077936128 10447413 0 0 0 359027 973 0 0 20 0 3 0 5632101 8956416000 2027844 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
/proc/35485/statm: 2186625 2027844 2870 3035 0 2159168 0
[pid=35485/tid=35521] ppid=35482 vsize=8746500 memory=8095112 CPUtime=3579.6 cores=0,2
/proc/35485/task/35521/stat : 35521 (fscip) R 35482 35485 35444 0 -1 4194368 9612110 0 0 0 357123 837 0 0 20 0 3 0 5633956 8956416000 2027844 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
[pid=35485/tid=35523] ppid=35482 vsize=8746500 memory=8111376 CPUtime=0.04 cores=0,2
/proc/35485/task/35523/stat : 35523 (fscip) S 35482 35485 35444 0 -1 1077936192 1060 0 0 0 1 3 0 0 20 0 3 0 5634339 8956416000 2027844 134679101440 4194304 16623229 140723418292400 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 35692544 140723418297364 140723418297480 140723418297480 140723418304496 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 8746500 KiB
Current children cumulated memory: 8111376 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3617.78
CPU time (s): 3600.09
CPU user time (s): 3590.28
CPU system time (s): 9.8071
CPU usage (%): 99.5111
Max. virtual memory (cumulated for all children) (KiB): 8817244
Max. memory (cumulated for all children) (KiB): 8112912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.28
system time used= 9.8071
maximum resident set size= 8135884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10447414
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= 3862
involuntary context switches= 26218


# summary of solver processes directly reported to runsolver:
#   pid: 35485
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3590.28
#   total CPU system time (s): 9.8071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.45693 second user time and 16.0596 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-31 03:44:36
IDJOB=4464963
IDBENCH=144138
IDSOLVER=3093
FILE ID=nodeC028/4464963-1722390276
RUNJOBID= nodeC028-1722390276-35454
SLURM_JOB_ID= 8249875
Free space on /tmp= 890044 MiB

SOLVER NAME= FiberSCIP 2024-07-30
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-4464963-1722390276/watcher-4464963-1722390276 -o /tmp/evaluation-result-4464963-1722390276/solver-4464963-1722390276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1722390276-35454 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464963-1722390276.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 4f5be5c84a0d76ec975a3a6b3be3f2ae
RANDOM SEED=629876453

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128947332 kB
MemAvailable:   129806360 kB
Buffers:          105564 kB
Cached:          1577856 kB
SwapCached:            0 kB
Active:           267756 kB
Inactive:        1805312 kB
Active(anon):       1436 kB
Inactive(anon):   409544 kB
Active(file):     266320 kB
Inactive(file):  1395768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            139548 kB
Writeback:            12 kB
AnonPages:        388652 kB
Mapped:            88408 kB
Shmem:             21336 kB
KReclaimable:      73524 kB
Slab:             159560 kB
SReclaimable:      73524 kB
SUnreclaim:        86036 kB
KernelStack:        3856 kB
PageTables:         8780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     637200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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:      207572 kB
DirectMap2M:     6905856 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC028 at 2024-07-31 04:44:54