Trace number 4456497

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-02? (TO) 3600.12 3616.87

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/warehouse/
normalized-capmq1_wcsp.wbo
MD5SUMf2e6d50712d8e4dd21820824b9e97e2e
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3438412
Best CPU time to get the best result obtained on this benchmark3600.3
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables90600
Total number of constraints180900
Number of soft constraints180300
Number of constraints which are clauses180300
Number of constraints which are cardinality constraints (but not clauses)600
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint300
Top cost 167360670
Min constraint cost 1
Max constraint cost 167360670
Sum of constraints costs 15063769612171
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 301
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.88/1.97	c Default LC presolving (default).
1.88/1.97	c ** Before presolving: virtualMemUsedAtLc = 1584060239, getVmSize() = 1072418816, SCIPgetMemUsed() = 994747688, SCIPgetMemTotal() = 1016458344, SCIPgetMemExternEstim() = 567601895
1.88/1.97	c ** set memory limit for presolving in LC to 8.79562e+12 for SCIP **
13.53/13.65	c ** Estimated virtualMemUsedAtSolver = 1675010468, getVmSize() = 2067161088, SCIPgetMemUsed() = 1527907215, SCIPgetMemTotal() = 1944913807, SCIPgetMemExternEstim() = 567601895
13.53/13.65	c ** set memory limit for solvers to 4.398e+12 for each SCIP **
13.53/13.65	c Original Problem   :
13.53/13.65	c   Problem name     : instance-4456497-1721720497
13.53/13.65	c   Variables        : 270900 (270900 binary, 0 integer, 0 implicit integer, 0 continuous)
13.53/13.65	c   Constraints      : 361201
13.53/13.65	c   Objective sense  : minimize
13.53/13.65	c Presolved Problem  :
13.53/13.65	c   Variables        : 270575 (180600 binary, 0 integer, 89975 implicit integer, 0 continuous)
13.53/13.65	c   Constraints      : 270601
13.53/13.65	c Constraints        : Number
13.53/13.65	c   knapsack         : 1 
13.53/13.65	c   setppc           : 90300 
13.53/13.65	c   linear           : 90000 
13.53/13.65	c   indicator        : 90300 
13.53/13.65	c ** Instance transfer method used: 0
14.53/14.62	c ** ParaScipInstance copy increased the number of variables. **
15.52/15.62	c LC is working with racing ramp-up and with rebuilding tree after racing.
15.52/15.62	c                                Nodes    Active                                            
15.52/15.62	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
830.77/835.83	c *     836              0           1         1     4327116.0000                -          -
830.77/835.83	c       836              0           1         1     4327116.0000                -          -
3599.74/3616.51	c      3617              0           1         0     4327116.0000-179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.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 (46208 MiB free)
  memory of node 1: 64510 MiB (44184 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456497-1721720497/watcher-4456497-1721720497 -o /tmp/evaluation-result-4456497-1721720497/solver-4456497-1721720497 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721718341-88013 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4456497-1721720497.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
Linux 4.18.0-301.1.el8.x
solver pid=89923, runsolver pid=89920
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 4.07 4.13 3.97 5/264 89924
/proc/meminfo: memFree=92466784/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=120216 memory=107824 CPUtime=0.09 cores=1,3
/proc/89923/stat : 89923 (fscip) R 89920 89923 88001 0 -1 4194304 24848 0 0 0 6 3 0 0 20 0 1 0 8572587 123101184 26956 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 30054 26956 2318 3032 0 26454 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 120216 KiB
Current children cumulated memory: 107824 KiB

[startup+0.205972 s]*
/proc/loadavg: 4.07 4.13 3.97 5/264 89924
/proc/meminfo: memFree=92422264/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=163232 memory=150664 CPUtime=0.2 cores=1,3
/proc/89923/stat : 89923 (fscip) R 89920 89923 88001 0 -1 4194304 35602 0 0 0 14 6 0 0 20 0 1 0 8572587 167149568 37666 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 40808 37666 2318 3032 0 37208 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 163232 KiB
Current children cumulated memory: 150664 KiB

[startup+0.305882 s]*
/proc/loadavg: 4.07 4.13 3.97 5/263 89924
/proc/meminfo: memFree=92380488/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=205052 memory=192520 CPUtime=0.29 cores=1,3
/proc/89923/stat : 89923 (fscip) R 89920 89923 88001 0 -1 4194304 46045 0 0 0 23 6 0 0 20 0 1 0 8572587 209973248 48130 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 51263 48130 2318 3032 0 47663 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 205052 KiB
Current children cumulated memory: 192520 KiB

[startup+0.700244 s]
/proc/loadavg: 4.07 4.13 3.97 5/263 89924
/proc/meminfo: memFree=92296756/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=366920 memory=353532 CPUtime=0.69 cores=1,3
/proc/89923/stat : 89923 (fscip) R 89920 89923 88001 0 -1 4194304 85768 0 0 0 57 12 0 0 20 0 1 0 8572587 375726080 88383 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 91730 88383 2318 3032 0 88130 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 366920 KiB
Current children cumulated memory: 353532 KiB

[startup+1.50019 s]
/proc/loadavg: 4.07 4.13 3.97 5/263 89924
/proc/meminfo: memFree=92085680/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=844372 memory=830944 CPUtime=1.49 cores=1,3
/proc/89923/stat : 89923 (fscip) R 89920 89923 88001 0 -1 4194304 205181 0 0 0 119 30 0 0 20 0 1 0 8572587 864636928 207736 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 211093 207736 2558 3032 0 207493 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 844372 KiB
Current children cumulated memory: 830944 KiB

[startup+3.10583 s]
/proc/loadavg: 4.06 4.13 3.97 5/263 89924
/proc/meminfo: memFree=91133904/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=1504384 memory=1478560 CPUtime=3.08 cores=1,3
/proc/89923/stat : 89923 (fscip) R 89920 89923 88001 0 -1 4194304 365071 0 0 0 256 52 0 0 20 0 1 0 8572587 1540489216 369640 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 376096 369640 2590 3032 0 372496 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1504384 KiB
Current children cumulated memory: 1478560 KiB

[startup+6.30018 s]
/proc/loadavg: 4.06 4.13 3.97 5/263 89926
/proc/meminfo: memFree=90846968/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=1774272 memory=1722952 CPUtime=6.27 cores=1,3
/proc/89923/stat : 89923 (fscip) R 89920 89923 88001 0 -1 4194304 418778 0 0 0 564 63 0 0 20 0 1 0 8572587 1816854528 430738 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 443568 430738 2654 3032 0 439968 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1774272 KiB
Current children cumulated memory: 1722952 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.13 3.97 5/263 89926
/proc/meminfo: memFree=90810684/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=1964104 memory=1805032 CPUtime=12.63 cores=1,3
/proc/89923/stat : 89923 (fscip) R 89920 89923 88001 0 -1 4194304 430515 0 0 0 1196 67 0 0 20 0 1 0 8572587 2011242496 451258 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 491026 451258 2654 3032 0 487426 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1964104 KiB
Current children cumulated memory: 1805032 KiB

[startup+25.5008 s]
/proc/loadavg: 4.12 4.14 3.98 5/265 89929
/proc/meminfo: memFree=88559244/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4221476 memory=3993080 CPUtime=25.31 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 1013435 0 0 0 2380 151 0 0 20 0 3 0 8572587 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1055369 998270 2750 3032 0 1045161 0
[pid=89923/tid=89927] ppid=89920 vsize=4221476 memory=5516 CPUtime=10.74 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 445494 0 0 0 1012 62 0 0 20 0 3 0 8573952 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4221476 memory=33852 CPUtime=0 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 8574152 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 4221476 KiB
Current children cumulated memory: 3993080 KiB

[startup+51.1058 s]
/proc/loadavg: 4.08 4.13 3.98 5/265 89935
/proc/meminfo: memFree=88552836/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4221476 memory=3993080 CPUtime=50.6 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 1090364 0 0 0 4903 157 0 0 20 0 3 0 8572587 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1055369 998270 2750 3032 0 1045161 0
[pid=89923/tid=89927] ppid=89920 vsize=4221476 memory=3993080 CPUtime=36.02 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 522409 0 0 0 3534 68 0 0 20 0 3 0 8573952 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4221476 memory=1851200 CPUtime=0 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 3 0 8574152 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 50.6 s
Current children cumulated vsize: 4221476 KiB
Current children cumulated memory: 3993080 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.12 3.99 5/265 89944
/proc/meminfo: memFree=88545336/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4221476 memory=3993080 CPUtime=101.37 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 1185931 0 0 0 9974 163 0 0 20 0 3 0 8572587 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1055369 998270 2750 3032 0 1045161 0
[pid=89923/tid=89927] ppid=89920 vsize=4221476 memory=3993080 CPUtime=86.8 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 617959 0 0 0 8606 74 0 0 20 0 3 0 8573952 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4221476 memory=0 CPUtime=0 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 3 0 8574152 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 101.37 s
Current children cumulated vsize: 4221476 KiB
Current children cumulated memory: 3993080 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.14 4.01 5/266 89957
/proc/meminfo: memFree=88524652/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4221476 memory=3993080 CPUtime=161.05 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 1281149 0 0 0 15937 168 0 0 20 0 3 0 8572587 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1055369 998270 2750 3032 0 1045161 0
[pid=89923/tid=89927] ppid=89920 vsize=4221476 memory=3993080 CPUtime=146.48 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 713168 0 0 0 14569 79 0 0 20 0 3 0 8573952 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4221476 memory=3993080 CPUtime=0 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 3 0 8574152 4322791424 998270 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 161.05 s
Current children cumulated vsize: 4221476 KiB
Current children cumulated memory: 3993080 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.11 4.00 5/266 89968
/proc/meminfo: memFree=88507872/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4221476 memory=3996152 CPUtime=220.72 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 1331066 0 0 0 21900 172 0 0 20 0 3 0 8572587 4322791424 999038 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1055369 999038 2750 3032 0 1045929 0
[pid=89923/tid=89927] ppid=89920 vsize=4221476 memory=3994104 CPUtime=206.16 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 763070 0 0 0 20532 84 0 0 20 0 3 0 8573952 4322791424 999038 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4221476 memory=3996152 CPUtime=0 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 3 0 8574152 4322791424 999038 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 220.72 s
Current children cumulated vsize: 4221476 KiB
Current children cumulated memory: 3996152 KiB

[startup+282.3 s]
/proc/loadavg: 4.25 4.15 4.02 5/264 89979
/proc/meminfo: memFree=88489988/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4287012 memory=4001644 CPUtime=280.39 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 1422323 0 0 0 27860 179 0 0 20 0 3 0 8572587 4389900288 1000411 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1071753 1000411 2750 3032 0 1047350 0
[pid=89923/tid=89927] ppid=89920 vsize=4287012 memory=3996152 CPUtime=265.82 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 854319 0 0 0 26492 90 0 0 20 0 3 0 8573952 4389900288 1000411 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4287012 memory=4001632 CPUtime=0 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 3 0 8574152 4389900288 1000411 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 280.39 s
Current children cumulated vsize: 4287012 KiB
Current children cumulated memory: 4001644 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.14 4.02 5/264 89989
/proc/meminfo: memFree=88480776/131524600 swapFree=131071996/131071996

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

Current children cumulated memory: 4301796 KiB

[startup+3102.3 s]
/proc/loadavg: 2.12 2.30 2.98 3/250 91898
/proc/meminfo: memFree=94551044/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4619976 memory=4302332 CPUtime=3087.46 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 4735274 0 0 0 308272 474 0 0 20 0 3 0 8572587 4730855424 1075583 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1154994 1075583 2878 3032 0 1127929 0
[pid=89923/tid=89927] ppid=89920 vsize=4619976 memory=4301728 CPUtime=3072.75 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 4113936 0 0 0 306896 379 0 0 20 0 3 0 8573952 4730855424 1075583 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4619976 memory=4302332 CPUtime=0.05 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 635 0 0 0 2 3 0 0 20 0 3 0 8574152 4730855424 1075583 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 3087.46 s
Current children cumulated vsize: 4619976 KiB
Current children cumulated memory: 4302332 KiB

[startup+3162.3 s]
/proc/loadavg: 2.08 2.26 2.92 3/248 91908
/proc/meminfo: memFree=94550228/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4619976 memory=4302400 CPUtime=3147.23 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 4772469 0 0 0 314246 477 0 0 20 0 3 0 8572587 4730855424 1075600 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1154994 1075600 2878 3032 0 1127929 0
[pid=89923/tid=89927] ppid=89920 vsize=4619976 memory=4302332 CPUtime=3132.52 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 4151122 0 0 0 312870 382 0 0 20 0 3 0 8573952 4730855424 1075600 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4619976 memory=4302400 CPUtime=0.05 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 644 0 0 0 2 3 0 0 20 0 3 0 8574152 4730855424 1075600 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 3147.23 s
Current children cumulated vsize: 4619976 KiB
Current children cumulated memory: 4302400 KiB

[startup+3222.3 s]
/proc/loadavg: 2.13 2.24 2.87 3/249 91920
/proc/meminfo: memFree=94549396/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4619976 memory=4302680 CPUtime=3207.01 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 4839469 0 0 0 320218 483 0 0 20 0 3 0 8572587 4730855424 1075670 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1154994 1075670 2878 3032 0 1127929 0
[pid=89923/tid=89927] ppid=89920 vsize=4619976 memory=4302400 CPUtime=3192.31 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 4218111 0 0 0 318843 388 0 0 20 0 3 0 8573952 4730855424 1075670 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4619976 memory=4302472 CPUtime=0.05 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 655 0 0 0 2 3 0 0 20 0 3 0 8574152 4730855424 1075670 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 3207.01 s
Current children cumulated vsize: 4619976 KiB
Current children cumulated memory: 4302680 KiB

[startup+3282.3 s]
/proc/loadavg: 2.05 2.19 2.81 3/246 91931
/proc/meminfo: memFree=94536152/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4619976 memory=4315116 CPUtime=3266.8 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 4877845 0 0 0 326192 488 0 0 20 0 3 0 8572587 4730855424 1078779 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1154994 1078779 2878 3032 0 1127929 0
[pid=89923/tid=89927] ppid=89920 vsize=4619976 memory=12136 CPUtime=3252.09 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 4256474 0 0 0 324816 393 0 0 20 0 3 0 8573952 4730855424 1078779 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4619976 memory=4315116 CPUtime=0.05 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 668 0 0 0 2 3 0 0 20 0 3 0 8574152 4730855424 1078779 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 3266.8 s
Current children cumulated vsize: 4619976 KiB
Current children cumulated memory: 4315116 KiB

[startup+3342.3 s]
/proc/loadavg: 2.12 2.19 2.77 3/246 91941
/proc/meminfo: memFree=94528872/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4619976 memory=4321628 CPUtime=3326.57 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 4948460 0 0 0 332164 493 0 0 20 0 3 0 8572587 4730855424 1080407 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1154994 1080407 2878 3032 0 1127929 0
[pid=89923/tid=89927] ppid=89920 vsize=4619976 memory=12136 CPUtime=3311.86 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 4327075 0 0 0 330788 398 0 0 20 0 3 0 8573952 4730855424 1080407 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4619976 memory=4321628 CPUtime=0.05 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 682 0 0 0 2 3 0 0 20 0 3 0 8574152 4730855424 1080407 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 3326.57 s
Current children cumulated vsize: 4619976 KiB
Current children cumulated memory: 4321628 KiB

[startup+3402.3 s]
/proc/loadavg: 2.14 2.18 2.73 3/246 91952
/proc/meminfo: memFree=94516372/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4619976 memory=4329060 CPUtime=3386.35 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 4994008 0 0 0 338136 499 0 0 20 0 3 0 8572587 4730855424 1082265 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1154994 1082265 2878 3032 0 1127929 0
[pid=89923/tid=89927] ppid=89920 vsize=4619976 memory=4325068 CPUtime=3371.64 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 4372614 0 0 0 336761 403 0 0 20 0 3 0 8573952 4730855424 1082265 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4619976 memory=4329060 CPUtime=0.05 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 691 0 0 0 2 3 0 0 20 0 3 0 8574152 4730855424 1082265 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 3386.35 s
Current children cumulated vsize: 4619976 KiB
Current children cumulated memory: 4329060 KiB

[startup+3462.3 s]
/proc/loadavg: 2.18 2.18 2.70 3/246 91963
/proc/meminfo: memFree=94515712/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4619976 memory=4329060 CPUtime=3446.09 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 5056288 0 0 0 344105 504 0 0 20 0 3 0 8572587 4730855424 1082265 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1154994 1082265 2878 3032 0 1127929 0
[pid=89923/tid=89927] ppid=89920 vsize=4619976 memory=4329060 CPUtime=3431.38 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 4434878 0 0 0 342729 409 0 0 20 0 3 0 8573952 4730855424 1082265 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4619976 memory=164 CPUtime=0.05 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 707 0 0 0 2 3 0 0 20 0 3 0 8574152 4730855424 1082265 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 3446.09 s
Current children cumulated vsize: 4619976 KiB
Current children cumulated memory: 4329060 KiB

[startup+3522.3 s]
/proc/loadavg: 2.13 2.16 2.65 3/245 91973
/proc/meminfo: memFree=94510164/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4619976 memory=4329132 CPUtime=3505.83 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 5222773 0 0 0 350068 515 0 0 20 0 3 0 8572587 4730855424 1082283 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1154994 1082283 2878 3032 0 1127929 0
[pid=89923/tid=89927] ppid=89920 vsize=4619976 memory=4329060 CPUtime=3491.12 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 4601355 0 0 0 348692 420 0 0 20 0 3 0 8573952 4730855424 1082283 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4619976 memory=4329132 CPUtime=0.05 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 715 0 0 0 2 3 0 0 20 0 3 0 8574152 4730855424 1082283 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 3505.83 s
Current children cumulated vsize: 4619976 KiB
Current children cumulated memory: 4329132 KiB

[startup+3582.3 s]
/proc/loadavg: 2.17 2.16 2.62 3/247 91988
/proc/meminfo: memFree=94417236/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4675972 memory=4420616 CPUtime=3565.63 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 5317205 0 0 0 356027 536 0 0 20 0 3 0 8572587 4788195328 1105154 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1168993 1105154 2878 3032 0 1153398 0
[pid=89923/tid=89927] ppid=89920 vsize=4675972 memory=12136 CPUtime=3550.93 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 4695780 0 0 0 354652 441 0 0 20 0 3 0 8573952 4788195328 1105154 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4675972 memory=4397612 CPUtime=0.05 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 722 0 0 0 2 3 0 0 20 0 3 0 8574152 4788195328 1105154 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 3565.63 s
Current children cumulated vsize: 4675972 KiB
Current children cumulated memory: 4420616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3616.8 s]
/proc/loadavg: 2.16 2.16 2.61 3/247 91996
/proc/meminfo: memFree=94408888/131524600 swapFree=131071996/131071996
[pid=89923] ppid=89920 vsize=4675972 memory=4426896 CPUtime=3600.04 cores=1,3
/proc/89923/stat : 89923 (fscip) S 89920 89923 88001 0 -1 1077936128 5467214 0 0 0 359461 543 0 0 20 0 3 0 8572587 4788195328 1106724 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
/proc/89923/statm: 1168993 1106724 2878 3032 0 1153879 0
[pid=89923/tid=89927] ppid=89920 vsize=4675972 memory=4426896 CPUtime=3585.33 cores=1,3
/proc/89923/task/89927/stat : 89927 (fscip) R 89920 89923 88001 0 -1 4194368 4845761 0 0 0 358085 448 0 0 20 0 3 0 8573952 4788195328 1106724 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
[pid=89923/tid=89929] ppid=89920 vsize=4675972 memory=3752 CPUtime=0.05 cores=1,3
/proc/89923/task/89929/stat : 89929 (fscip) S 89920 89923 88001 0 -1 1077936192 729 0 0 0 2 3 0 0 20 0 3 0 8574152 4788195328 1106724 134679101440 4194304 16613245 140723579879296 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18822208 18930672 39940096 140723579888660 140723579888776 140723579888776 140723579895792 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 4675972 KiB
Current children cumulated memory: 4426896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.62 s, system=5.49959 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): 3616.87
CPU time (s): 3600.12
CPU user time (s): 3594.62
CPU system time (s): 5.49959
CPU usage (%): 99.537
Max. virtual memory (cumulated for all children) (KiB): 4675972
Max. memory (cumulated for all children) (KiB): 4426896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.62
system time used= 5.49959
maximum resident set size= 4426896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5467419
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= 3688
involuntary context switches= 3010


# summary of solver processes directly reported to runsolver:
#   pid: 89923
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3594.62
#   total CPU system time (s): 5.49959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40808 second user time and 17.7569 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-23 09:41:37
IDJOB=4456497
IDBENCH=144017
IDSOLVER=3044
FILE ID=nodeC022/4456497-1721720497
RUNJOBID= nodeC022-1721718341-88013
SLURM_JOB_ID= 7770394
Free space on /tmp= 889988 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/warehouse/normalized-capmq1_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456497-1721720497/watcher-4456497-1721720497 -o /tmp/evaluation-result-4456497-1721720497/solver-4456497-1721720497 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721718341-88013 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4456497-1721720497.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= f2e6d50712d8e4dd21820824b9e97e2e
RANDOM SEED=875127985

nodeC022.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		: 3668.452
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.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        92563060 kB
MemAvailable:   122230936 kB
Buffers:          145632 kB
Cached:         30245820 kB
SwapCached:            0 kB
Active:           973860 kB
Inactive:       37204308 kB
Active(anon):       1564 kB
Inactive(anon):  7822900 kB
Active(file):     972296 kB
Inactive(file): 29381408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             34764 kB
Writeback:             0 kB
AnonPages:       7784100 kB
Mapped:           133896 kB
Shmem:             37720 kB
KReclaimable:     307636 kB
Slab:             415984 kB
SReclaimable:     307636 kB
SUnreclaim:       108348 kB
KernelStack:        4240 kB
PageTables:        24708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4149652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2719744 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:      285396 kB
DirectMap2M:    28848128 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890020 MiB
End job on nodeC022 at 2024-07-23 10:41:54