Trace number 4465071

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.04 3614.32

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: 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.59/1.63	c Default LC presolving (default).
1.59/1.63	c ** Before presolving: virtualMemUsedAtLc = 1584060239, getVmSize() = 1072635904, SCIPgetMemUsed() = 994747768, SCIPgetMemTotal() = 1016458344, SCIPgetMemExternEstim() = 567601895
1.59/1.63	c ** set memory limit for presolving in LC to 8.79562e+12 for SCIP **
11.55/11.62	c ** Estimated virtualMemUsedAtSolver = 1675010468, getVmSize() = 2066964480, SCIPgetMemUsed() = 1527907295, SCIPgetMemTotal() = 1944913807, SCIPgetMemExternEstim() = 567601895
11.55/11.62	c ** set memory limit for solvers to 4.398e+12 for each SCIP **
11.55/11.62	c Original Problem   :
11.55/11.62	c   Problem name     : instance-4465071-1722390168
11.55/11.62	c   Variables        : 270900 (270900 binary, 0 integer, 0 implicit integer, 0 continuous)
11.55/11.62	c   Constraints      : 361201
11.55/11.62	c   Objective sense  : minimize
11.55/11.62	c Presolved Problem  :
11.55/11.62	c   Variables        : 270575 (180600 binary, 0 integer, 89975 implicit integer, 0 continuous)
11.55/11.62	c   Constraints      : 270601
11.55/11.62	c Constraints        : Number
11.55/11.62	c   knapsack         : 1 
11.55/11.62	c   setppc           : 90300 
11.55/11.62	c   linear           : 90000 
11.55/11.62	c   indicator        : 90300 
11.55/11.62	c ** Instance transfer method used: 0
12.35/12.41	c ** ParaScipInstance copy increased the number of variables. **
13.14/13.21	c LC is working with racing ramp-up and with rebuilding tree after racing.
13.14/13.21	c                                Nodes    Active                                            
13.14/13.21	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
718.06/720.87	c *     721              0           1         1     4327116.0000                -          -
718.06/720.87	c       721              0           1         1     4327116.0000                -          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62555 MiB free)
  memory of node 1: 64473 MiB (63429 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4465071-1722390168/watcher-4465071-1722390168 -o /tmp/evaluation-result-4465071-1722390168/solver-4465071-1722390168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1722390141-38846 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465071-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
solver pid=39206, runsolver pid=39203
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 2.12 1.64 2.58 5/266 39207
/proc/meminfo: memFree=128902120/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=129384 memory=116868 CPUtime=0.1 cores=1,3
/proc/39206/stat : 39206 (fscip) R 39203 39206 38834 0 -1 4194304 27125 0 0 0 6 4 0 0 20 0 1 0 5621107 132489216 29217 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 32346 29217 2347 3035 0 28742 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 129384 KiB
Current children cumulated memory: 116868 KiB

[startup+0.205646 s]*
/proc/loadavg: 2.27 1.68 2.58 5/266 39207
/proc/meminfo: memFree=128844832/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=183736 memory=171164 CPUtime=0.2 cores=1,3
/proc/39206/stat : 39206 (fscip) R 39203 39206 38834 0 -1 4194304 40703 0 0 0 15 5 0 0 20 0 1 0 5621107 188145664 42791 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 45934 42791 2347 3035 0 42330 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 183736 KiB
Current children cumulated memory: 171164 KiB

[startup+0.305622 s]*
/proc/loadavg: 2.27 1.68 2.58 5/266 39207
/proc/meminfo: memFree=128789252/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=236792 memory=224444 CPUtime=0.3 cores=1,3
/proc/39206/stat : 39206 (fscip) R 39203 39206 38834 0 -1 4194304 53988 0 0 0 23 7 0 0 20 0 1 0 5621107 242475008 56111 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 59198 56111 2347 3035 0 55594 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 236792 KiB
Current children cumulated memory: 224444 KiB

[startup+0.700222 s]
/proc/loadavg: 2.27 1.68 2.58 5/266 39207
/proc/meminfo: memFree=128684608/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=431828 memory=419136 CPUtime=0.69 cores=1,3
/proc/39206/stat : 39206 (fscip) R 39203 39206 38834 0 -1 4194304 101679 0 0 0 56 13 0 0 20 0 1 0 5621107 442191872 104784 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 107957 104784 2347 3035 0 104353 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 431828 KiB
Current children cumulated memory: 419136 KiB

[startup+1.50023 s]
/proc/loadavg: 2.27 1.68 2.58 5/266 39207
/proc/meminfo: memFree=128316140/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=990228 memory=975616 CPUtime=1.48 cores=1,3
/proc/39206/stat : 39206 (fscip) R 39203 39206 38834 0 -1 4194304 241384 0 0 0 117 31 0 0 20 0 1 0 5621107 1013993472 243904 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 247557 243904 2555 3035 0 243953 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 990228 KiB
Current children cumulated memory: 975616 KiB

[startup+3.10572 s]
/proc/loadavg: 2.27 1.68 2.58 5/266 39207
/proc/meminfo: memFree=127279468/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=1679932 memory=1655552 CPUtime=3.09 cores=1,3
/proc/39206/stat : 39206 (fscip) R 39203 39206 38834 0 -1 4194304 404402 0 0 0 254 55 0 0 20 0 1 0 5621107 1720250368 413888 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 419983 413888 2614 3035 0 416379 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1679932 KiB
Current children cumulated memory: 1655552 KiB

[startup+6.30021 s]
/proc/loadavg: 2.41 1.72 2.59 5/259 39217
/proc/meminfo: memFree=127421144/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=1798136 memory=1745184 CPUtime=6.27 cores=1,3
/proc/39206/stat : 39206 (fscip) R 39203 39206 38834 0 -1 4194304 423717 0 0 0 567 60 0 0 20 0 1 0 5621107 1841291264 436296 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 449534 436296 2662 3035 0 445930 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1798136 KiB
Current children cumulated memory: 1745184 KiB

[startup+12.7007 s]
/proc/loadavg: 2.61 1.77 2.61 5/265 39396
/proc/meminfo: memFree=126807076/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=2823132 memory=2619184 CPUtime=12.65 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 639977 0 0 0 1169 96 0 0 20 0 2 0 5621107 2890887168 654796 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 705783 654796 2710 3035 0 695091 0
[pid=39206/tid=39396] ppid=39203 vsize=2823132 memory=1755776 CPUtime=0.28 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 69749 0 0 0 19 9 0 0 20 0 2 0 5622269 2890887168 654796 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2823132 KiB
Current children cumulated memory: 2619184 KiB

[startup+25.5007 s]
/proc/loadavg: 2.83 1.85 2.62 5/265 39496
/proc/meminfo: memFree=125269084/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4211352 memory=3975876 CPUtime=25.33 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 960130 0 0 0 2392 141 0 0 20 0 3 0 5621107 4312424448 993969 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1052838 993969 2774 3035 0 1041573 0
[pid=39206/tid=39396] ppid=39203 vsize=4211352 memory=11408 CPUtime=12.96 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 389894 0 0 0 1242 54 0 0 20 0 3 0 5622269 4312424448 993969 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4211352 memory=3975876 CPUtime=0 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 3 0 5622431 4312424448 993969 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 4211352 KiB
Current children cumulated memory: 3975876 KiB

[startup+51.1057 s]
/proc/loadavg: 3.29 2.05 2.67 5/263 39641
/proc/meminfo: memFree=123892696/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4211352 memory=3975956 CPUtime=50.7 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 1054181 0 0 0 4923 147 0 0 20 0 3 0 5621107 4312424448 993989 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1052838 993989 2774 3035 0 1041573 0
[pid=39206/tid=39396] ppid=39203 vsize=4211352 memory=11408 CPUtime=38.32 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 483938 0 0 0 3773 59 0 0 20 0 3 0 5622269 4312424448 993989 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4211352 memory=3975876 CPUtime=0 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 5622431 4312424448 993989 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 50.7 s
Current children cumulated vsize: 4211352 KiB
Current children cumulated memory: 3975956 KiB

[startup+102.3 s]
/proc/loadavg: 3.81 2.39 2.75 5/266 39652
/proc/meminfo: memFree=98376564/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4211352 memory=3977856 CPUtime=101.6 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 1149231 0 0 0 10008 152 0 0 20 0 3 0 5621107 4312424448 994464 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1052838 994464 2774 3035 0 1041893 0
[pid=39206/tid=39396] ppid=39203 vsize=4211352 memory=11408 CPUtime=89.23 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 578972 0 0 0 8858 65 0 0 20 0 3 0 5622269 4312424448 994464 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4211352 memory=3976676 CPUtime=0 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5622431 4312424448 994464 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 101.6 s
Current children cumulated vsize: 4211352 KiB
Current children cumulated memory: 3977856 KiB

[startup+162.3 s]
/proc/loadavg: 3.98 2.70 2.84 5/265 39712
/proc/meminfo: memFree=124361760/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4211352 memory=3983464 CPUtime=161.43 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 1204133 0 0 0 15988 155 0 0 20 0 3 0 5621107 4312424448 995866 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1052838 995866 2774 3035 0 1043325 0
[pid=39206/tid=39396] ppid=39203 vsize=4211352 memory=3982424 CPUtime=149.06 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 633858 0 0 0 14838 68 0 0 20 0 3 0 5622269 4312424448 995866 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4211352 memory=3977856 CPUtime=0 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 3 0 5622431 4312424448 995866 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 161.43 s
Current children cumulated vsize: 4211352 KiB
Current children cumulated memory: 3983464 KiB

[startup+222.3 s]
/proc/loadavg: 3.53 2.81 2.87 4/256 39752
/proc/meminfo: memFree=124782092/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4276888 memory=3988816 CPUtime=221.24 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 1294331 0 0 0 21963 161 0 0 20 0 3 0 5621107 4379533312 997204 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1069222 997204 2774 3035 0 1044638 0
[pid=39206/tid=39396] ppid=39203 vsize=4276888 memory=12972 CPUtime=208.87 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 724041 0 0 0 20813 74 0 0 20 0 3 0 5622269 4379533312 997204 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4276888 memory=3988812 CPUtime=0 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 3 0 5622431 4379533312 997204 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 221.24 s
Current children cumulated vsize: 4276888 KiB
Current children cumulated memory: 3988816 KiB

[startup+282.3 s]
/proc/loadavg: 3.23 2.86 2.89 4/256 39763
/proc/meminfo: memFree=124651976/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4276888 memory=3995676 CPUtime=281.02 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 1346994 0 0 0 27936 166 0 0 20 0 3 0 5621107 4379533312 998919 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1069222 998919 2774 3035 0 1046378 0
[pid=39206/tid=39396] ppid=39203 vsize=4276888 memory=3991948 CPUtime=268.64 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 776695 0 0 0 26786 78 0 0 20 0 3 0 5622269 4379533312 998919 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4276888 memory=3991968 CPUtime=0 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 3 0 5622431 4379533312 998919 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 281.02 s
Current children cumulated vsize: 4276888 KiB
Current children cumulated memory: 3995676 KiB

[startup+342.3 s]

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

Current children cumulated memory: 4354892 KiB

[startup+3162.3 s]
/proc/loadavg: 3.10 3.11 3.09 4/257 41476
/proc/meminfo: memFree=122406964/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4553620 memory=4354892 CPUtime=3149.5 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 3370793 0 0 0 314618 332 0 0 20 0 3 0 5621107 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1138405 1088723 2918 3035 0 1127290 0
[pid=39206/tid=39396] ppid=39203 vsize=4553620 memory=4354892 CPUtime=3137.03 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 2790691 0 0 0 313463 240 0 0 20 0 3 0 5622269 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4553620 memory=4354892 CPUtime=0.04 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 677 0 0 0 1 3 0 0 20 0 3 0 5622431 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 3149.5 s
Current children cumulated vsize: 4553620 KiB
Current children cumulated memory: 4354892 KiB

[startup+3222.3 s]
/proc/loadavg: 3.13 3.12 3.09 4/257 41486
/proc/meminfo: memFree=122369244/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4553620 memory=4354892 CPUtime=3209.3 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 3372706 0 0 0 320598 332 0 0 20 0 3 0 5621107 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1138405 1088723 2918 3035 0 1127290 0
[pid=39206/tid=39396] ppid=39203 vsize=4553620 memory=4354892 CPUtime=3196.83 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 2792595 0 0 0 319443 240 0 0 20 0 3 0 5622269 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4553620 memory=4 CPUtime=0.04 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 686 0 0 0 1 3 0 0 20 0 3 0 5622431 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 3209.3 s
Current children cumulated vsize: 4553620 KiB
Current children cumulated memory: 4354892 KiB

[startup+3282.3 s]
/proc/loadavg: 3.16 3.13 3.09 4/254 41498
/proc/meminfo: memFree=122324228/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4553620 memory=4354892 CPUtime=3269.09 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 3374360 0 0 0 326577 332 0 0 20 0 3 0 5621107 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1138405 1088723 2918 3035 0 1127290 0
[pid=39206/tid=39396] ppid=39203 vsize=4553620 memory=4354892 CPUtime=3256.62 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 2794233 0 0 0 325422 240 0 0 20 0 3 0 5622269 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4553620 memory=4354892 CPUtime=0.04 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 702 0 0 0 1 3 0 0 20 0 3 0 5622431 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 3269.09 s
Current children cumulated vsize: 4553620 KiB
Current children cumulated memory: 4354892 KiB

[startup+3342.3 s]
/proc/loadavg: 3.12 3.12 3.09 4/254 41508
/proc/meminfo: memFree=122271284/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4553620 memory=4354892 CPUtime=3328.88 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 3375904 0 0 0 332556 332 0 0 20 0 3 0 5621107 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1138405 1088723 2918 3035 0 1127290 0
[pid=39206/tid=39396] ppid=39203 vsize=4553620 memory=4354892 CPUtime=3316.42 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 2795762 0 0 0 331401 241 0 0 20 0 3 0 5622269 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4553620 memory=4354892 CPUtime=0.04 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 717 0 0 0 1 3 0 0 20 0 3 0 5622431 4662906880 1088723 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 3328.88 s
Current children cumulated vsize: 4553620 KiB
Current children cumulated memory: 4354892 KiB

[startup+3402.3 s]
/proc/loadavg: 3.08 3.11 3.09 4/254 41519
/proc/meminfo: memFree=122187464/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4590676 memory=4388428 CPUtime=3388.69 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 3394864 0 0 0 338529 340 0 0 20 0 3 0 5621107 4700852224 1097107 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1147669 1097107 2918 3035 0 1136554 0
[pid=39206/tid=39396] ppid=39203 vsize=4590676 memory=4354892 CPUtime=3376.21 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 2814714 0 0 0 337373 248 0 0 20 0 3 0 5622269 4700852224 1097107 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4590676 memory=4354892 CPUtime=0.04 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 725 0 0 0 1 3 0 0 20 0 3 0 5622431 4700852224 1097107 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 3388.69 s
Current children cumulated vsize: 4590676 KiB
Current children cumulated memory: 4388428 KiB

[startup+3462.3 s]
/proc/loadavg: 3.13 3.12 3.09 4/257 41534
/proc/meminfo: memFree=122100824/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4650940 memory=4443944 CPUtime=3448.49 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 3412796 0 0 0 344485 364 0 0 20 0 3 0 5621107 4762562560 1110986 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1162735 1110986 2918 3035 0 1151620 0
[pid=39206/tid=39396] ppid=39203 vsize=4650940 memory=4354892 CPUtime=3436.02 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 2832638 0 0 0 343330 272 0 0 20 0 3 0 5622269 4762562560 1110986 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4650940 memory=4418488 CPUtime=0.04 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 733 0 0 0 1 3 0 0 20 0 3 0 5622431 4762562560 1110986 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 3448.49 s
Current children cumulated vsize: 4650940 KiB
Current children cumulated memory: 4443944 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.11 3.09 4/257 41546
/proc/meminfo: memFree=122046560/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4658408 memory=4455584 CPUtime=3508.3 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 3509519 0 0 0 350370 460 0 0 20 0 3 0 5621107 4770209792 1113896 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1164602 1113896 2918 3035 0 1153487 0
[pid=39206/tid=39396] ppid=39203 vsize=4658408 memory=13012 CPUtime=3495.82 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 2929349 0 0 0 349214 368 0 0 20 0 3 0 5622269 4770209792 1113896 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4658408 memory=4455584 CPUtime=0.04 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 745 0 0 0 1 3 0 0 20 0 3 0 5622431 4770209792 1113896 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 3508.3 s
Current children cumulated vsize: 4658408 KiB
Current children cumulated memory: 4455584 KiB

[startup+3582.3 s]
/proc/loadavg: 3.03 3.09 3.08 3/248 41587
/proc/meminfo: memFree=123605252/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4679508 memory=4476684 CPUtime=3568.09 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 3521864 0 0 0 356341 468 0 0 20 0 3 0 5621107 4791816192 1119171 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1169877 1119171 2918 3035 0 1158762 0
[pid=39206/tid=39396] ppid=39203 vsize=4679508 memory=4476684 CPUtime=3555.63 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 2941682 0 0 0 355186 377 0 0 20 0 3 0 5622269 4791816192 1119171 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4679508 memory=26144 CPUtime=0.04 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 757 0 0 0 1 3 0 0 20 0 3 0 5622431 4791816192 1119171 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 3568.09 s
Current children cumulated vsize: 4679508 KiB
Current children cumulated memory: 4476684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.3 s]
/proc/loadavg: 2.55 2.96 3.04 2/239 41624
/proc/meminfo: memFree=125204200/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4679508 memory=4476684 CPUtime=3600.01 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 3527300 0 0 0 359530 471 0 0 20 0 3 0 5621107 4791816192 1119171 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1169877 1119171 2918 3035 0 1158762 0
[pid=39206/tid=39396] ppid=39203 vsize=4679508 memory=4476684 CPUtime=3587.54 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 2947114 0 0 0 358374 380 0 0 20 0 3 0 5622269 4791816192 1119171 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4679508 memory=4476684 CPUtime=0.04 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 761 0 0 0 1 3 0 0 20 0 3 0 5622431 4791816192 1119171 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 4679508 KiB
Current children cumulated memory: 4476684 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.31 s, system=4.73715 s

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

[startup+3614.3 s]
/proc/loadavg: 2.55 2.96 3.04 2/239 41624
/proc/meminfo: memFree=125204200/131524600 swapFree=131071996/131071996
[pid=39206] ppid=39203 vsize=4679508 memory=4476684 CPUtime=3600.01 cores=1,3
/proc/39206/stat : 39206 (fscip) S 39203 39206 38834 0 -1 1077936128 3527300 0 0 0 359530 471 0 0 20 0 3 0 5621107 4791816192 1119171 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
/proc/39206/statm: 1169877 1119171 2918 3035 0 1158762 0
[pid=39206/tid=39396] ppid=39203 vsize=4679508 memory=4476684 CPUtime=3587.54 cores=1,3
/proc/39206/task/39396/stat : 39396 (fscip) R 39203 39206 38834 0 -1 4194368 2947114 0 0 0 358374 380 0 0 20 0 3 0 5622269 4791816192 1119171 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
[pid=39206/tid=39397] ppid=39203 vsize=4679508 memory=4476684 CPUtime=0.04 cores=1,3
/proc/39206/task/39397/stat : 39397 (fscip) S 39203 39206 38834 0 -1 1077936192 761 0 0 0 1 3 0 0 20 0 3 0 5622431 4791816192 1119171 134679101440 4194304 16623229 140727574079440 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 24276992 140727574082580 140727574082696 140727574082696 140727574089712 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 4679508 KiB
Current children cumulated memory: 4476684 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3614.32
CPU time (s): 3600.04
CPU user time (s): 3595.31
CPU system time (s): 4.73715
CPU usage (%): 99.605
Max. virtual memory (cumulated for all children) (KiB): 4745044
Max. memory (cumulated for all children) (KiB): 4484876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.31
system time used= 4.73715
maximum resident set size= 4486984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3527301
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= 3791
involuntary context switches= 8549


# summary of solver processes directly reported to runsolver:
#   pid: 39206
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3595.31
#   total CPU system time (s): 4.73715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55089 second user time and 17.0153 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-31 03:42:48
IDJOB=4465071
IDBENCH=144017
IDSOLVER=3093
FILE ID=nodeC034/4465071-1722390168
RUNJOBID= nodeC034-1722390141-38846
SLURM_JOB_ID= 8249871
Free space on /tmp= 889992 MiB

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

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

MD5SUM BENCH= f2e6d50712d8e4dd21820824b9e97e2e
RANDOM SEED=676032176

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129009476 kB
MemAvailable:   129226752 kB
Buffers:          109388 kB
Cached:           941420 kB
SwapCached:            0 kB
Active:           280204 kB
Inactive:        1756292 kB
Active(anon):       1544 kB
Inactive(anon):  1005460 kB
Active(file):     278660 kB
Inactive(file):   750832 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             93240 kB
Writeback:            48 kB
AnonPages:        983792 kB
Mapped:           124332 kB
Shmem:             21336 kB
KReclaimable:      55216 kB
Slab:             135908 kB
SReclaimable:      55216 kB
SUnreclaim:        80692 kB
KernelStack:        4256 kB
PageTables:        10908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1110896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10176 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      185044 kB
DirectMap2M:     5879808 kB
DirectMap1G:    130023424 kB

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