Trace number 4465068

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.07 3612.03

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/warehouse/
normalized-capc_wcsp.wbo
MD5SUM9b8d50b4ab26d18579e54219e9497fc1
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11498037
Best CPU time to get the best result obtained on this benchmark1597.34
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables100200
Total number of constraints201200
Number of soft constraints200100
Number of constraints which are clauses200100
Number of constraints which are cardinality constraints (but not clauses)1100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
Top cost 111161202
Min constraint cost 1
Max constraint cost 111161202
Sum of constraints costs 11119131116287
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.88/1.99	c Default LC presolving (default).
1.88/1.99	c ** Before presolving: virtualMemUsedAtLc = 1761096257, getVmSize() = 1191899136, SCIPgetMemUsed() = 1099209328, SCIPgetMemTotal() = 1131057952, SCIPgetMemExternEstim() = 630038305
1.88/1.99	c ** set memory limit for presolving in LC to 8.79556e+12 for SCIP **
14.64/14.79	c ** Estimated virtualMemUsedAtSolver = 1851688660, getVmSize() = 2285682688, SCIPgetMemUsed() = 1691401342, SCIPgetMemTotal() = 2147494686, SCIPgetMemExternEstim() = 630038305
14.64/14.79	c ** set memory limit for solvers to 4.39799e+12 for each SCIP **
14.64/14.79	c Original Problem   :
14.64/14.79	c   Problem name     : instance-4465068-1722390166
14.64/14.79	c   Variables        : 300300 (300300 binary, 0 integer, 0 implicit integer, 0 continuous)
14.64/14.79	c   Constraints      : 401301
14.64/14.79	c   Objective sense  : minimize
14.64/14.79	c Presolved Problem  :
14.64/14.79	c   Variables        : 300175 (200200 binary, 0 integer, 99975 implicit integer, 0 continuous)
14.64/14.79	c   Constraints      : 301101
14.64/14.79	c Constraints        : Number
14.64/14.79	c   knapsack         : 1 
14.64/14.79	c   setppc           : 101000 
14.64/14.79	c   linear           : 100000 
14.64/14.79	c   indicator        : 100100 
14.64/14.79	c ** Instance transfer method used: 0
15.64/15.74	c ** ParaScipInstance copy increased the number of variables. **
16.63/16.71	c LC is working with racing ramp-up and with rebuilding tree after racing.
16.63/16.71	c                                Nodes    Active                                            
16.63/16.71	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
863.06/866.14	c *     866              0           1         1    23830981.0000                -          -
863.06/866.14	c       866              0           1         1    23830981.0000                -          -

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100093 s]*
/proc/loadavg: 1.11 1.74 2.77 5/257 38896
/proc/meminfo: memFree=129426172/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=126324 memory=113896 CPUtime=0.09 cores=1,3
/proc/38895/stat : 38895 (fscip) R 38892 38895 38632 0 -1 4194304 26381 0 0 0 7 2 0 0 20 0 1 0 5618870 129355776 28474 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 31581 28474 2347 3035 0 27977 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 126324 KiB
Current children cumulated memory: 113896 KiB

[startup+0.205689 s]*
/proc/loadavg: 1.11 1.74 2.77 5/257 38896
/proc/meminfo: memFree=129377620/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=175316 memory=162900 CPUtime=0.2 cores=1,3
/proc/38895/stat : 38895 (fscip) R 38892 38895 38632 0 -1 4194304 38630 0 0 0 16 4 0 0 20 0 1 0 5618870 179523584 40725 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 43829 40725 2347 3035 0 40225 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 175316 KiB
Current children cumulated memory: 162900 KiB

[startup+0.305666 s]*
/proc/loadavg: 1.11 1.74 2.77 5/257 38896
/proc/meminfo: memFree=129330776/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=221584 memory=208324 CPUtime=0.3 cores=1,3
/proc/38895/stat : 38895 (fscip) R 38892 38895 38632 0 -1 4194304 49944 0 0 0 25 5 0 0 20 0 1 0 5618870 226902016 52081 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 55396 52081 2347 3035 0 51792 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 221584 KiB
Current children cumulated memory: 208324 KiB

[startup+0.700232 s]
/proc/loadavg: 1.11 1.74 2.77 5/257 38896
/proc/meminfo: memFree=129238236/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=397408 memory=384368 CPUtime=0.69 cores=1,3
/proc/38895/stat : 38895 (fscip) R 38892 38895 38632 0 -1 4194304 92981 0 0 0 58 11 0 0 20 0 1 0 5618870 406945792 96092 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 99352 96092 2347 3035 0 95748 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 397408 KiB
Current children cumulated memory: 384368 KiB

[startup+1.50024 s]
/proc/loadavg: 1.11 1.74 2.77 5/257 38896
/proc/meminfo: memFree=129005292/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=926892 memory=913408 CPUtime=1.48 cores=1,3
/proc/38895/stat : 38895 (fscip) R 38892 38895 38632 0 -1 4194304 225838 0 0 0 120 28 0 0 20 0 1 0 5618870 949137408 228352 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 231723 228352 2555 3035 0 228119 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 926892 KiB
Current children cumulated memory: 913408 KiB

[startup+3.10555 s]
/proc/loadavg: 1.43 1.79 2.78 5/257 38896
/proc/meminfo: memFree=127964132/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=1636960 memory=1611440 CPUtime=3.08 cores=1,3
/proc/38895/stat : 38895 (fscip) R 38892 38895 38632 0 -1 4194304 398300 0 0 0 255 53 0 0 20 0 1 0 5618870 1676247040 402860 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 409240 402860 2598 3035 0 405636 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1636960 KiB
Current children cumulated memory: 1611440 KiB

[startup+6.30025 s]
/proc/loadavg: 1.43 1.79 2.78 6/254 38967
/proc/meminfo: memFree=127685140/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=1964768 memory=1915256 CPUtime=6.27 cores=1,3
/proc/38895/stat : 38895 (fscip) R 38892 38895 38632 0 -1 4194304 463829 0 0 0 562 65 0 0 20 0 1 0 5618870 2011922432 478814 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 491192 478814 2646 3035 0 487588 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1964768 KiB
Current children cumulated memory: 1915256 KiB

[startup+12.7002 s]
/proc/loadavg: 1.71 1.85 2.79 5/257 39084
/proc/meminfo: memFree=126895908/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=1993244 memory=1958644 CPUtime=12.65 cores=1,3
/proc/38895/stat : 38895 (fscip) R 38892 38895 38632 0 -1 4194304 470029 0 0 0 1197 68 0 0 20 0 1 0 5618870 2041081856 489661 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 498311 489661 2662 3035 0 494707 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1993244 KiB
Current children cumulated memory: 1958644 KiB

[startup+25.5003 s]
/proc/loadavg: 2.22 1.95 2.81 5/259 39133
/proc/meminfo: memFree=125023052/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=4669488 memory=4429624 CPUtime=25.4 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 1056956 0 0 0 2383 157 0 0 20 0 3 0 5618870 4781555712 1107406 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1167372 1107406 2774 3035 0 1156258 0
[pid=38895/tid=39085] ppid=38892 vsize=4669488 memory=4276000 CPUtime=9.7 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 431978 0 0 0 907 63 0 0 20 0 3 0 5620349 4781555712 1107406 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=4669488 memory=3960580 CPUtime=0 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 3 0 5620544 4781555712 1107406 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4669488 KiB
Current children cumulated memory: 4429624 KiB

[startup+51.1058 s]
/proc/loadavg: 2.83 2.12 2.84 5/259 39138
/proc/meminfo: memFree=124979628/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=4669488 memory=4429652 CPUtime=50.89 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 1208656 0 0 0 4921 168 0 0 20 0 3 0 5618870 4781555712 1107413 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1167372 1107413 2774 3035 0 1156258 0
[pid=38895/tid=39085] ppid=38892 vsize=4669488 memory=4429652 CPUtime=35.2 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 583670 0 0 0 3446 74 0 0 20 0 3 0 5620349 4781555712 1107413 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=4669488 memory=1904 CPUtime=0 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 3 0 5620544 4781555712 1107413 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 4669488 KiB
Current children cumulated memory: 4429652 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 2.41 2.91 5/263 39247
/proc/meminfo: memFree=124785268/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=4669488 memory=4430440 CPUtime=101.86 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 1319603 0 0 0 10013 173 0 0 20 0 3 0 5618870 4781555712 1107610 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1167372 1107610 2774 3035 0 1156258 0
[pid=38895/tid=39085] ppid=38892 vsize=4669488 memory=4430440 CPUtime=86.17 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 694593 0 0 0 8538 79 0 0 20 0 3 0 5620349 4781555712 1107610 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=4669488 memory=12796 CPUtime=0 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 3 0 5620544 4781555712 1107610 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 4669488 KiB
Current children cumulated memory: 4430440 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.73 2.99 5/263 39259
/proc/meminfo: memFree=124496656/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=4669488 memory=4433664 CPUtime=161.62 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 1425585 0 0 0 15983 179 0 0 20 0 3 0 5618870 4781555712 1108416 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1167372 1108416 2774 3035 0 1157026 0
[pid=38895/tid=39085] ppid=38892 vsize=4669488 memory=11728 CPUtime=145.93 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 800566 0 0 0 14508 85 0 0 20 0 3 0 5620349 4781555712 1108416 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=4669488 memory=4431464 CPUtime=0 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 3 0 5620544 4781555712 1108416 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 161.62 s
Current children cumulated vsize: 4669488 KiB
Current children cumulated memory: 4433664 KiB

[startup+222.3 s]
/proc/loadavg: 3.65 2.89 3.03 4/254 39300
/proc/meminfo: memFree=124883676/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=4736292 memory=4440944 CPUtime=221.39 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 1482718 0 0 0 21957 182 0 0 20 0 3 0 5618870 4849963008 1110236 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1184073 1110236 2774 3035 0 1158655 0
[pid=38895/tid=39085] ppid=38892 vsize=4736292 memory=4431616 CPUtime=205.7 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 857684 0 0 0 20482 88 0 0 20 0 3 0 5620349 4849963008 1110236 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=4736292 memory=4439528 CPUtime=0 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 3 0 5620544 4849963008 1110236 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 221.39 s
Current children cumulated vsize: 4736292 KiB
Current children cumulated memory: 4440944 KiB

[startup+282.3 s]
/proc/loadavg: 3.24 2.91 3.02 4/254 39310
/proc/meminfo: memFree=124874852/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=4736292 memory=4445876 CPUtime=281.17 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 1584064 0 0 0 27930 187 0 0 20 0 3 0 5618870 4849963008 1111469 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1184073 1111469 2774 3035 0 1159823 0
[pid=38895/tid=39085] ppid=38892 vsize=4736292 memory=-5155633474813848453 CPUtime=265.47 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 959022 0 0 0 26454 93 0 0 20 0 3 0 5620349 4849963008 1111469 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=4736292 memory=4444840 CPUtime=0 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 3 0 5620544 4849963008 1111469 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 281.17 s
Current children cumulated vsize: 4736292 KiB
Current children cumulated memory: 4445876 KiB

[startup+342.3 s]
/proc/loadavg: 2.53 2.77 2.96 3/244 39351
/proc/meminfo: memFree=125357792/131524600 swapFree=131071996/131071996

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

Current children cumulated memory: 4865092 KiB

[startup+3102.3 s]
/proc/loadavg: 2.12 2.16 2.21 3/248 41039
/proc/meminfo: memFree=124657888/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3092.07 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 4319433 0 0 0 308803 404 0 0 20 0 3 0 5618870 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1270969 1216273 2918 3035 0 1257350 0
[pid=38895/tid=39085] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3076.28 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 3679142 0 0 0 307322 306 0 0 20 0 3 0 5620349 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=5083876 memory=5504 CPUtime=0.03 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 697 0 0 0 0 3 0 0 20 0 3 0 5620544 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 3092.07 s
Current children cumulated vsize: 5083876 KiB
Current children cumulated memory: 4865092 KiB

[startup+3162.3 s]
/proc/loadavg: 2.14 2.15 2.20 3/245 41050
/proc/meminfo: memFree=124641972/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3151.9 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 4321270 0 0 0 314786 404 0 0 20 0 3 0 5618870 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1270969 1216273 2918 3035 0 1257350 0
[pid=38895/tid=39085] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3136.1 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 3680963 0 0 0 313304 306 0 0 20 0 3 0 5620349 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=5083876 memory=4865092 CPUtime=0.03 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 713 0 0 0 0 3 0 0 20 0 3 0 5620544 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 3151.9 s
Current children cumulated vsize: 5083876 KiB
Current children cumulated memory: 4865092 KiB

[startup+3222.3 s]
/proc/loadavg: 2.09 2.14 2.19 3/245 41060
/proc/meminfo: memFree=124639440/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3211.72 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 4323558 0 0 0 320768 404 0 0 20 0 3 0 5618870 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1270969 1216273 2918 3035 0 1257350 0
[pid=38895/tid=39085] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3195.92 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 3683235 0 0 0 319286 306 0 0 20 0 3 0 5620349 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=5083876 memory=4865092 CPUtime=0.03 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 729 0 0 0 0 3 0 0 20 0 3 0 5620544 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 3211.72 s
Current children cumulated vsize: 5083876 KiB
Current children cumulated memory: 4865092 KiB

[startup+3282.3 s]
/proc/loadavg: 2.20 2.16 2.19 3/245 41071
/proc/meminfo: memFree=124632856/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3271.51 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 4325824 0 0 0 326747 404 0 0 20 0 3 0 5618870 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1270969 1216273 2918 3035 0 1257350 0
[pid=38895/tid=39085] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3255.71 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 3685486 0 0 0 325265 306 0 0 20 0 3 0 5620349 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=5083876 memory=4865092 CPUtime=0.03 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 744 0 0 0 0 3 0 0 20 0 3 0 5620544 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 3271.51 s
Current children cumulated vsize: 5083876 KiB
Current children cumulated memory: 4865092 KiB

[startup+3342.3 s]
/proc/loadavg: 2.07 2.13 2.17 3/245 41083
/proc/meminfo: memFree=124631400/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3331.3 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 4328303 0 0 0 332725 405 0 0 20 0 3 0 5618870 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1270969 1216273 2918 3035 0 1257350 0
[pid=38895/tid=39085] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3315.49 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 3687956 0 0 0 331243 306 0 0 20 0 3 0 5620349 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=5083876 memory=11728 CPUtime=0.03 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 753 0 0 0 0 3 0 0 20 0 3 0 5620544 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 3331.3 s
Current children cumulated vsize: 5083876 KiB
Current children cumulated memory: 4865092 KiB

[startup+3402.3 s]
/proc/loadavg: 2.18 2.15 2.18 3/245 41093
/proc/meminfo: memFree=124614068/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3391.08 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 4329995 0 0 0 338703 405 0 0 20 0 3 0 5618870 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1270969 1216273 2918 3035 0 1257350 0
[pid=38895/tid=39085] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3375.28 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 3689632 0 0 0 337221 307 0 0 20 0 3 0 5620349 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=5083876 memory=4865092 CPUtime=0.03 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 769 0 0 0 0 3 0 0 20 0 3 0 5620544 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 3391.08 s
Current children cumulated vsize: 5083876 KiB
Current children cumulated memory: 4865092 KiB

[startup+3462.3 s]
/proc/loadavg: 2.13 2.14 2.17 3/247 41107
/proc/meminfo: memFree=124606264/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3450.86 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 4332293 0 0 0 344681 405 0 0 20 0 3 0 5618870 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1270969 1216273 2918 3035 0 1257350 0
[pid=38895/tid=39085] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3435.06 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 3691914 0 0 0 343199 307 0 0 20 0 3 0 5620349 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=5083876 memory=11728 CPUtime=0.03 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 785 0 0 0 0 3 0 0 20 0 3 0 5620544 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 3450.86 s
Current children cumulated vsize: 5083876 KiB
Current children cumulated memory: 4865092 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.12 2.17 3/247 41118
/proc/meminfo: memFree=124580312/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3510.64 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 4334671 0 0 0 350659 405 0 0 20 0 3 0 5618870 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1270969 1216273 2918 3035 0 1257350 0
[pid=38895/tid=39085] ppid=38892 vsize=5083876 memory=11728 CPUtime=3494.84 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 3694283 0 0 0 349177 307 0 0 20 0 3 0 5620349 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=5083876 memory=4865092 CPUtime=0.03 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 794 0 0 0 0 3 0 0 20 0 3 0 5620544 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 3510.64 s
Current children cumulated vsize: 5083876 KiB
Current children cumulated memory: 4865092 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.12 2.16 3/246 41128
/proc/meminfo: memFree=124573368/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=5083876 memory=4865092 CPUtime=3570.43 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 4336219 0 0 0 356637 406 0 0 20 0 3 0 5618870 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1270969 1216273 2918 3035 0 1257350 0
[pid=38895/tid=39085] ppid=38892 vsize=5083876 memory=11728 CPUtime=3554.62 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 3695817 0 0 0 355155 307 0 0 20 0 3 0 5620349 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=5083876 memory=4865092 CPUtime=0.05 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 808 0 0 0 1 4 0 0 20 0 3 0 5620544 5205889024 1216273 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 3570.43 s
Current children cumulated vsize: 5083876 KiB
Current children cumulated memory: 4865092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]*
/proc/loadavg: 2.06 2.10 2.16 3/246 41133
/proc/meminfo: memFree=124560548/131524600 swapFree=131071996/131071996
[pid=38895] ppid=38892 vsize=5083876 memory=4865640 CPUtime=3600.04 cores=1,3
/proc/38895/stat : 38895 (fscip) S 38892 38895 38632 0 -1 1077936128 4345007 0 0 0 359597 407 0 0 20 0 3 0 5618870 5205889024 1216410 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
/proc/38895/statm: 1270969 1216410 2918 3035 0 1257487 0
[pid=38895/tid=39085] ppid=38892 vsize=5083876 memory=-7521974019224068477 CPUtime=3584.23 cores=1,3
/proc/38895/task/39085/stat : 39085 (fscip) R 38892 38895 38632 0 -1 4194368 3704598 0 0 0 358115 308 0 0 20 0 3 0 5620349 5205889024 1216410 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
[pid=38895/tid=39122] ppid=38892 vsize=5083876 memory=7686721470264483783 CPUtime=0.05 cores=1,3
/proc/38895/task/39122/stat : 39122 (fscip) S 38892 38895 38632 0 -1 1077936192 815 0 0 0 1 4 0 0 20 0 3 0 5620544 5205889024 1216410 134679101440 4194304 16623229 140723972705936 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 33144832 140723972711444 140723972711560 140723972711560 140723972718576 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 5083876 KiB
Current children cumulated memory: 4865640 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.98 s, system=4.0891 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.03
CPU time (s): 3600.07
CPU user time (s): 3595.98
CPU system time (s): 4.0891
CPU usage (%): 99.6691
Max. virtual memory (cumulated for all children) (KiB): 5149412
Max. memory (cumulated for all children) (KiB): 4871284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.98
system time used= 4.0891
maximum resident set size= 4872684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4345008
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= 3758
involuntary context switches= 3678


# summary of solver processes directly reported to runsolver:
#   pid: 38895
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3595.98
#   total CPU system time (s): 4.0891

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1203 second user time and 8.45412 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-31 03:42:46
IDJOB=4465068
IDBENCH=143998
IDSOLVER=3093
FILE ID=nodeC033/4465068-1722390166
RUNJOBID= nodeC033-1722390164-38644
SLURM_JOB_ID= 8249872
Free space on /tmp= 889992 MiB

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

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

MD5SUM BENCH= 9b8d50b4ab26d18579e54219e9497fc1
RANDOM SEED=587322897

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3675.851
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.99
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		: 3666.241
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.79
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		: 3600.021
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.99
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		: 3679.319
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.79
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		: 3675.844
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.99
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		: 3676.627
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.086
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.99
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.238
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129530924 kB
MemAvailable:   129377336 kB
Buffers:          109412 kB
Cached:           572824 kB
SwapCached:            0 kB
Active:           285828 kB
Inactive:        1234060 kB
Active(anon):       1552 kB
Inactive(anon):   857440 kB
Active(file):     284276 kB
Inactive(file):   376620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            121348 kB
Writeback:             0 kB
AnonPages:        837760 kB
Mapped:           120004 kB
Shmem:             21336 kB
KReclaimable:      50676 kB
Slab:             131984 kB
SReclaimable:      50676 kB
SUnreclaim:        81308 kB
KernelStack:        4144 kB
PageTables:        11156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1106048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9856 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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:      283348 kB
DirectMap2M:     8927232 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 890020 MiB
End job on nodeC033 at 2024-07-31 04:42:58