Trace number 4465067

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.08 3615.56

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/warehouse/
normalized-capa_wcsp.wbo
MD5SUM46e0d756161cd5ef2c7ad446f7e56841
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17152938
Best CPU time to get the best result obtained on this benchmark349.681
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 238092768
Min constraint cost 1
Max constraint cost 238092768
Sum of constraints costs 23812436850104
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.94	c Default LC presolving (default).
1.88/1.94	c ** Before presolving: virtualMemUsedAtLc = 1761096257, getVmSize() = 1191899136, SCIPgetMemUsed() = 1099209328, SCIPgetMemTotal() = 1131057952, SCIPgetMemExternEstim() = 630038305
1.88/1.94	c ** set memory limit for presolving in LC to 8.79556e+12 for SCIP **
14.44/14.52	c ** Estimated virtualMemUsedAtSolver = 1851688660, getVmSize() = 2285682688, SCIPgetMemUsed() = 1691401342, SCIPgetMemTotal() = 2147494686, SCIPgetMemExternEstim() = 630038305
14.44/14.52	c ** set memory limit for solvers to 4.39799e+12 for each SCIP **
14.44/14.52	c Original Problem   :
14.44/14.52	c   Problem name     : instance-4465067-1722390168
14.44/14.52	c   Variables        : 300300 (300300 binary, 0 integer, 0 implicit integer, 0 continuous)
14.44/14.52	c   Constraints      : 401301
14.44/14.52	c   Objective sense  : minimize
14.44/14.52	c Presolved Problem  :
14.44/14.52	c   Variables        : 300175 (200200 binary, 0 integer, 99975 implicit integer, 0 continuous)
14.44/14.52	c   Constraints      : 301101
14.44/14.52	c Constraints        : Number
14.44/14.52	c   knapsack         : 1 
14.44/14.52	c   setppc           : 101000 
14.44/14.52	c   linear           : 100000 
14.44/14.52	c   indicator        : 100100 
14.44/14.52	c ** Instance transfer method used: 0
15.33/15.42	c ** ParaScipInstance copy increased the number of variables. **
16.22/16.35	c LC is working with racing ramp-up and with rebuilding tree after racing.
16.22/16.35	c                                Nodes    Active                                            
16.22/16.35	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
900.51/904.28	c *     904              0           1         1    30832384.0000                -          -
900.51/904.28	c       904              0           1         1    30832384.0000                -          -
2019.24/2027.78	c *    2028              0           1         1    26301294.0000                -          -
2019.24/2027.78	c      2028              0           1         1    26301294.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: 63931 MiB (58710 MiB free)
  memory of node 1: 64510 MiB (57734 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=37139, runsolver pid=37136

[startup+0.100148 s]*
/proc/loadavg: 4.10 3.98 3.59 5/264 37140
/proc/meminfo: memFree=119134132/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=128024 memory=115740 CPUtime=0.09 cores=1,3
/proc/37139/stat : 37139 (fscip) R 37136 37139 35345 0 -1 4194304 26805 0 0 0 6 3 0 0 20 0 1 0 5613878 131096576 28935 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 32006 28935 2347 3035 0 28402 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 128024 KiB
Current children cumulated memory: 115740 KiB

[startup+0.206061 s]*
/proc/loadavg: 4.10 3.98 3.59 5/264 37140
/proc/meminfo: memFree=119081456/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=181184 memory=168724 CPUtime=0.19 cores=1,3
/proc/37139/stat : 37139 (fscip) R 37136 37139 35345 0 -1 4194304 40090 0 0 0 14 5 0 0 20 0 1 0 5613878 185532416 42181 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 45296 42181 2347 3035 0 41692 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 181184 KiB
Current children cumulated memory: 168724 KiB

[startup+0.305943 s]*
/proc/loadavg: 4.10 3.98 3.59 5/264 37140
/proc/meminfo: memFree=119032624/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=230320 memory=218088 CPUtime=0.29 cores=1,3
/proc/37139/stat : 37139 (fscip) R 37136 37139 35345 0 -1 4194304 52384 0 0 0 22 7 0 0 20 0 1 0 5613878 235847680 54522 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 57580 54522 2347 3035 0 53976 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 230320 KiB
Current children cumulated memory: 218088 KiB

[startup+0.70017 s]
/proc/loadavg: 4.10 3.98 3.59 5/264 37140
/proc/meminfo: memFree=118937740/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=415640 memory=402708 CPUtime=0.69 cores=1,3
/proc/37139/stat : 37139 (fscip) R 37136 37139 35345 0 -1 4194304 97560 0 0 0 55 14 0 0 20 0 1 0 5613878 425615360 100677 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 103910 100677 2347 3035 0 100306 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 415640 KiB
Current children cumulated memory: 402708 KiB

[startup+1.50025 s]
/proc/loadavg: 4.10 3.98 3.59 5/264 37140
/proc/meminfo: memFree=118675404/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=945656 memory=932164 CPUtime=1.48 cores=1,3
/proc/37139/stat : 37139 (fscip) R 37136 37139 35345 0 -1 4194304 230535 0 0 0 115 33 0 0 20 0 1 0 5613878 968351744 233041 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 236414 233041 2555 3035 0 232810 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 945656 KiB
Current children cumulated memory: 932164 KiB

[startup+3.10601 s]
/proc/loadavg: 4.09 3.98 3.59 5/264 37140
/proc/meminfo: memFree=117651536/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=1664932 memory=1639416 CPUtime=3.08 cores=1,3
/proc/37139/stat : 37139 (fscip) R 37136 37139 35345 0 -1 4194304 405244 0 0 0 249 59 0 0 20 0 1 0 5613878 1704890368 409854 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 416233 409854 2598 3035 0 412629 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1664932 KiB
Current children cumulated memory: 1639416 KiB

[startup+6.30022 s]
/proc/loadavg: 4.09 3.98 3.59 5/264 37140
/proc/meminfo: memFree=117331664/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=1964768 memory=1915280 CPUtime=6.27 cores=1,3
/proc/37139/stat : 37139 (fscip) R 37136 37139 35345 0 -1 4194304 463830 0 0 0 556 71 0 0 20 0 1 0 5613878 2011922432 478820 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 491192 478820 2646 3035 0 487588 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1964768 KiB
Current children cumulated memory: 1915280 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 3.98 3.59 5/264 37142
/proc/meminfo: memFree=117287648/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=1993244 memory=1956812 CPUtime=12.65 cores=1,3
/proc/37139/stat : 37139 (fscip) R 37136 37139 35345 0 -1 4194304 469566 0 0 0 1190 75 0 0 20 0 1 0 5613878 2041081856 489203 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 498311 489203 2662 3035 0 494707 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1993244 KiB
Current children cumulated memory: 1956812 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 3.99 3.60 5/266 37145
/proc/meminfo: memFree=114809372/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=4669488 memory=4427988 CPUtime=25.4 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 1057792 0 0 0 2375 165 0 0 20 0 3 0 5613878 4781555712 1106997 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1167372 1106997 2774 3035 0 1156258 0
[pid=37139/tid=37143] ppid=37136 vsize=4669488 memory=4427988 CPUtime=10.03 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 433769 0 0 0 937 66 0 0 20 0 3 0 5615331 4781555712 1106997 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=4669488 memory=13000 CPUtime=0 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5615516 4781555712 1106997 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4669488 KiB
Current children cumulated memory: 4427988 KiB

[startup+51.1062 s]
/proc/loadavg: 4.16 4.02 3.62 5/266 37151
/proc/meminfo: memFree=114805752/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=4669488 memory=4428016 CPUtime=50.92 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 1209674 0 0 0 4916 176 0 0 20 0 3 0 5613878 4781555712 1107004 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1167372 1107004 2774 3035 0 1156258 0
[pid=37139/tid=37143] ppid=37136 vsize=4669488 memory=4428016 CPUtime=35.55 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 585643 0 0 0 3478 77 0 0 20 0 3 0 5615331 4781555712 1107004 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=4669488 memory=4428016 CPUtime=0 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 3 0 5615516 4781555712 1107004 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 4669488 KiB
Current children cumulated memory: 4428016 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.03 3.65 5/266 37159
/proc/meminfo: memFree=114792584/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=4669488 memory=4428804 CPUtime=101.93 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 1317789 0 0 0 10010 183 0 0 20 0 3 0 5613878 4781555712 1107201 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1167372 1107201 2774 3035 0 1156258 0
[pid=37139/tid=37143] ppid=37136 vsize=4669488 memory=4428804 CPUtime=86.57 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 693734 0 0 0 8573 84 0 0 20 0 3 0 5615331 4781555712 1107201 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=4669488 memory=13000 CPUtime=0 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 5615516 4781555712 1107201 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 4669488 KiB
Current children cumulated memory: 4428804 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.04 3.68 5/263 37171
/proc/meminfo: memFree=114692140/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=4669488 memory=4432028 CPUtime=161.73 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 1423729 0 0 0 15984 189 0 0 20 0 3 0 5613878 4781555712 1108007 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1167372 1108007 2774 3035 0 1157026 0
[pid=37139/tid=37143] ppid=37136 vsize=4669488 memory=4428804 CPUtime=146.35 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 799666 0 0 0 14546 89 0 0 20 0 3 0 5615331 4781555712 1108007 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=4669488 memory=4432028 CPUtime=0 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 3 0 5615516 4781555712 1108007 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 4669488 KiB
Current children cumulated memory: 4432028 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.04 3.71 5/264 37183
/proc/meminfo: memFree=114682532/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=4736292 memory=4438804 CPUtime=221.51 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 1480673 0 0 0 21958 193 0 0 20 0 3 0 5613878 4849963008 1109701 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1184073 1109701 2774 3035 0 1158655 0
[pid=37139/tid=37143] ppid=37136 vsize=4736292 memory=4436392 CPUtime=206.14 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 856595 0 0 0 20520 94 0 0 20 0 3 0 5615331 4849963008 1109701 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=4736292 memory=11576 CPUtime=0 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 3 0 5615516 4849963008 1109701 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 4736292 KiB
Current children cumulated memory: 4438804 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.05 3.73 5/264 37193
/proc/meminfo: memFree=114627896/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=4736292 memory=4442588 CPUtime=281.3 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 1581830 0 0 0 27931 199 0 0 20 0 3 0 5613878 4849963008 1110647 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1184073 1110647 2774 3035 0 1159567 0
[pid=37139/tid=37143] ppid=37136 vsize=4736292 memory=4440484 CPUtime=265.93 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 957744 0 0 0 26493 100 0 0 20 0 3 0 5615331 4849963008 1110647 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=4736292 memory=4442576 CPUtime=0 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 65 0 0 0 0 0 0 0 20 0 3 0 5615516 4849963008 1110647 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 4736292 KiB
Current children cumulated memory: 4442588 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.08 3.77 5/263 37205
/proc/meminfo: memFree=114209316/131524592 swapFree=131071996/131071996

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

Current children cumulated memory: 4868592 KiB

[startup+3162.3 s]
/proc/loadavg: 1.10 1.46 1.99 2/237 38994
/proc/meminfo: memFree=119214272/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=5151756 memory=4868592 CPUtime=3148.89 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 5770201 0 0 0 314370 519 0 0 20 0 3 0 5613878 5275398144 1217148 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1287939 1217148 2918 3035 0 1264261 0
[pid=37139/tid=37143] ppid=37136 vsize=5151756 memory=4868048 CPUtime=3133.31 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 5055315 0 0 0 312919 412 0 0 20 0 3 0 5615331 5275398144 1217148 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=5151756 memory=4868048 CPUtime=0.04 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 700 0 0 0 2 2 0 0 20 0 3 0 5615516 5275398144 1217148 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 3148.89 s
Current children cumulated vsize: 5151756 KiB
Current children cumulated memory: 4868592 KiB

[startup+3222.3 s]
/proc/loadavg: 1.15 1.40 1.94 2/235 39004
/proc/meminfo: memFree=119213052/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=5151756 memory=4868872 CPUtime=3208.61 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 5814504 0 0 0 320338 523 0 0 20 0 3 0 5613878 5275398144 1217218 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1287939 1217218 2918 3035 0 1264261 0
[pid=37139/tid=37143] ppid=37136 vsize=5151756 memory=4868048 CPUtime=3193.03 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 5099602 0 0 0 318887 416 0 0 20 0 3 0 5615331 5275398144 1217218 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=5151756 memory=4868872 CPUtime=0.05 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 716 0 0 0 2 3 0 0 20 0 3 0 5615516 5275398144 1217218 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 3208.61 s
Current children cumulated vsize: 5151756 KiB
Current children cumulated memory: 4868872 KiB

[startup+3282.3 s]
/proc/loadavg: 1.06 1.33 1.87 2/235 39016
/proc/meminfo: memFree=119210732/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=5151756 memory=4870548 CPUtime=3268.34 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 5877214 0 0 0 326306 528 0 0 20 0 3 0 5613878 5275398144 1217637 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1287939 1217637 2918 3035 0 1264261 0
[pid=37139/tid=37143] ppid=37136 vsize=5151756 memory=4870548 CPUtime=3252.74 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 5162296 0 0 0 324854 420 0 0 20 0 3 0 5615331 5275398144 1217637 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=5151756 memory=38580 CPUtime=0.05 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 732 0 0 0 2 3 0 0 20 0 3 0 5615516 5275398144 1217637 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 3268.34 s
Current children cumulated vsize: 5151756 KiB
Current children cumulated memory: 4870548 KiB

[startup+3342.3 s]
/proc/loadavg: 1.06 1.28 1.82 2/235 39027
/proc/meminfo: memFree=119209644/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=5151756 memory=4870852 CPUtime=3328.06 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 5939304 0 0 0 332274 532 0 0 20 0 3 0 5613878 5275398144 1217713 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1287939 1217713 2918 3035 0 1264261 0
[pid=37139/tid=37143] ppid=37136 vsize=5151756 memory=12408 CPUtime=3312.46 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 5224375 0 0 0 330822 424 0 0 20 0 3 0 5615331 5275398144 1217713 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=5151756 memory=4870852 CPUtime=0.05 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 743 0 0 0 2 3 0 0 20 0 3 0 5615516 5275398144 1217713 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 3328.06 s
Current children cumulated vsize: 5151756 KiB
Current children cumulated memory: 4870852 KiB

[startup+3402.3 s]
/proc/loadavg: 1.12 1.26 1.78 2/235 39037
/proc/meminfo: memFree=119208320/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=5151756 memory=4871548 CPUtime=3387.79 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 6001906 0 0 0 338243 536 0 0 20 0 3 0 5613878 5275398144 1217887 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1287939 1217887 2918 3035 0 1264261 0
[pid=37139/tid=37143] ppid=37136 vsize=5151756 memory=4871100 CPUtime=3372.19 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 5286964 0 0 0 336791 428 0 0 20 0 3 0 5615331 5275398144 1217887 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=5151756 memory=4871548 CPUtime=0.05 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 756 0 0 0 2 3 0 0 20 0 3 0 5615516 5275398144 1217887 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 3387.79 s
Current children cumulated vsize: 5151756 KiB
Current children cumulated memory: 4871548 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.22 1.73 2/236 39048
/proc/meminfo: memFree=119206460/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=5151756 memory=4872384 CPUtime=3447.5 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 6036519 0 0 0 344211 539 0 0 20 0 3 0 5613878 5275398144 1218096 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1287939 1218096 2918 3035 0 1264261 0
[pid=37139/tid=37143] ppid=37136 vsize=5151756 memory=4872384 CPUtime=3431.9 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 5321562 0 0 0 342759 431 0 0 20 0 3 0 5615331 5275398144 1218096 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=5151756 memory=4872384 CPUtime=0.05 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 771 0 0 0 2 3 0 0 20 0 3 0 5615516 5275398144 1218096 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 3447.5 s
Current children cumulated vsize: 5151756 KiB
Current children cumulated memory: 4872384 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.20 1.69 2/238 39063
/proc/meminfo: memFree=119201524/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=5151756 memory=4876700 CPUtime=3507.2 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 6095430 0 0 0 350177 543 0 0 20 0 3 0 5613878 5275398144 1219175 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1287939 1219175 2918 3035 0 1264261 0
[pid=37139/tid=37143] ppid=37136 vsize=5151756 memory=4872384 CPUtime=3491.62 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 5380457 0 0 0 348726 436 0 0 20 0 3 0 5615331 5275398144 1219175 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=5151756 memory=4872384 CPUtime=0.05 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 787 0 0 0 2 3 0 0 20 0 3 0 5615516 5275398144 1219175 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 3507.2 s
Current children cumulated vsize: 5151756 KiB
Current children cumulated memory: 4876700 KiB

[startup+3582.3 s]
/proc/loadavg: 1.13 1.19 1.66 2/238 39073
/proc/meminfo: memFree=119200516/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=5151756 memory=4876700 CPUtime=3566.91 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 6142302 0 0 0 356145 546 0 0 20 0 3 0 5613878 5275398144 1219175 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1287939 1219175 2918 3035 0 1264261 0
[pid=37139/tid=37143] ppid=37136 vsize=5151756 memory=4497580472725565083 CPUtime=3551.32 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 5427320 0 0 0 354693 439 0 0 20 0 3 0 5615331 5275398144 1219175 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=5151756 memory=4876700 CPUtime=0.05 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 796 0 0 0 2 3 0 0 20 0 3 0 5615516 5275398144 1219175 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 3566.91 s
Current children cumulated vsize: 5151756 KiB
Current children cumulated memory: 4876700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.5 s]
/proc/loadavg: 1.14 1.18 1.63 2/238 39079
/proc/meminfo: memFree=119197920/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=5151756 memory=4878888 CPUtime=3600.01 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 6262595 0 0 0 359449 552 0 0 20 0 3 0 5613878 5275398144 1219722 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1287939 1219722 2918 3035 0 1264741 0
[pid=37139/tid=37143] ppid=37136 vsize=5151756 memory=4872096 CPUtime=3584.41 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 5547605 0 0 0 357997 444 0 0 20 0 3 0 5615331 5275398144 1219722 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=5151756 memory=4878888 CPUtime=0.05 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 804 0 0 0 2 3 0 0 20 0 3 0 5615516 5275398144 1219722 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 5151756 KiB
Current children cumulated memory: 4878888 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.5 s, system=5.58347 s

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

[startup+3615.5 s]
/proc/loadavg: 1.14 1.18 1.63 2/238 39079
/proc/meminfo: memFree=119197920/131524592 swapFree=131071996/131071996
[pid=37139] ppid=37136 vsize=5151756 memory=4878888 CPUtime=3600.01 cores=1,3
/proc/37139/stat : 37139 (fscip) S 37136 37139 35345 0 -1 1077936128 6262595 0 0 0 359449 552 0 0 20 0 3 0 5613878 5275398144 1219722 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
/proc/37139/statm: 1287939 1219722 2918 3035 0 1264741 0
[pid=37139/tid=37143] ppid=37136 vsize=5151756 memory=4872096 CPUtime=3584.41 cores=1,3
/proc/37139/task/37143/stat : 37143 (fscip) R 37136 37139 35345 0 -1 4194368 5547605 0 0 0 357997 444 0 0 20 0 3 0 5615331 5275398144 1219722 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
[pid=37139/tid=37144] ppid=37136 vsize=5151756 memory=4878888 CPUtime=0.05 cores=1,3
/proc/37139/task/37144/stat : 37144 (fscip) S 37136 37139 35345 0 -1 1077936192 804 0 0 0 2 3 0 0 20 0 3 0 5615516 5275398144 1219722 134679101440 4194304 16623229 140725527925280 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 31989760 140725527929876 140725527929992 140725527929992 140725527937008 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 5151756 KiB
Current children cumulated memory: 4878888 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3615.56
CPU time (s): 3600.08
CPU user time (s): 3594.5
CPU system time (s): 5.58347
CPU usage (%): 99.5717
Max. virtual memory (cumulated for all children) (KiB): 5151756
Max. memory (cumulated for all children) (KiB): 4878888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.5
system time used= 5.58347
maximum resident set size= 4878888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6262602
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= 2628


# summary of solver processes directly reported to runsolver:
#   pid: 37139
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3594.5
#   total CPU system time (s): 5.58347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.08891 second user time and 17.9601 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-31 03:42:48
IDJOB=4465067
IDBENCH=144013
IDSOLVER=3093
FILE ID=nodeC016/4465067-1722390168
RUNJOBID= nodeC016-1722389391-35357
SLURM_JOB_ID= 8249859
Free space on /tmp= 889988 MiB

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

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

MD5SUM BENCH= 46e0d756161cd5ef2c7ad446f7e56841
RANDOM SEED=824411151

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

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


/proc/meminfo:
MemTotal:       131524592 kB
MemFree:        119239812 kB
MemAvailable:   124977184 kB
Buffers:          116408 kB
Cached:          6421788 kB
SwapCached:            0 kB
Active:           290708 kB
Inactive:       11432024 kB
Active(anon):       1560 kB
Inactive(anon):  5204320 kB
Active(file):     289148 kB
Inactive(file):  6227704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             35588 kB
Writeback:             0 kB
AnonPages:       5184560 kB
Mapped:           123780 kB
Shmem:             21336 kB
KReclaimable:     120648 kB
Slab:             209704 kB
SReclaimable:     120648 kB
SUnreclaim:        89056 kB
KernelStack:        4272 kB
PageTables:        19552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    2881440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10176 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1257472 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:      279252 kB
DirectMap2M:     7882752 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC016 at 2024-07-31 04:43:03