Trace number 4464330

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? 3588.06 3600.93

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k3_l6_n1500.opb
MD5SUM324936182855f4056c83f943259e6646
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.20228
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints674250
Number of constraints which are clauses672750
Number of constraints which are cardinality constraints (but not clauses)1500
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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)
2.78/2.83	c Default LC presolving (default).
2.78/2.85	c ** Before presolving: virtualMemUsedAtLc = 1931821266, getVmSize() = 1251274752, SCIPgetMemUsed() = 938054113, SCIPgetMemTotal() = 1178977777, SCIPgetMemExternEstim() = 752843489
2.78/2.85	c ** set memory limit for presolving in LC to 8.79551e+12 for SCIP **
20.42/20.56	c ** Estimated virtualMemUsedAtSolver = 2568091618, getVmSize() = 3261657088, SCIPgetMemUsed() = 1632847291, SCIPgetMemTotal() = 3099293939, SCIPgetMemExternEstim() = 752843489
20.42/20.56	c ** set memory limit for solvers to 4.39797e+12 for each SCIP **
20.42/20.56	c Original Problem   :
20.42/20.56	c   Problem name     : instance-4464330-1722378755
20.42/20.56	c   Variables        : 4500 (4500 binary, 0 integer, 0 implicit integer, 0 continuous)
20.42/20.56	c   Constraints      : 674250
20.42/20.56	c   Objective sense  : minimize
20.42/20.56	c Presolved Problem  :
20.42/20.56	c   Variables        : 4498 (4498 binary, 0 integer, 0 implicit integer, 0 continuous)
20.42/20.56	c   Constraints      : 673654
20.42/20.56	c Constraints        : Number
20.42/20.56	c   setppc           : 1500 
20.42/20.56	c   orbitope         : 2 
20.42/20.56	c   logicor          : 672152 
20.42/20.56	c ** Instance transfer method used: 0
21.42/21.50	c ** ParaScipInstance copy increased the number of variables. **
22.31/22.46	c LC is working with racing ramp-up and with rebuilding tree after racing.
22.31/22.46	c                                Nodes    Active                                            
22.31/22.46	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3585.45/3598.33	c      3598              0           1         0                --179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.0000          -
3587.14/3600.11	c SCIP Status        : c solving was interrupted [hard time limit reached]
3587.14/3600.11	c Total Time         : 3600.1000
3587.14/3600.11	c   solving          : 3600.1000
3587.14/3600.11	c   presolving       : 17.7163 (included in solving)
3587.14/3600.11	c B&B Tree           :
3587.14/3600.11	c   nodes (total)    : 1
3587.14/3600.11	c Solution           :
3587.14/3600.11	c   Solutions found  : 0
3587.14/3600.11	c   Primal Bound     :          -
3587.14/3600.11	c   Dual Bound       :          -
3587.14/3600.11	c Gap                :          -
3587.93/3600.89	s UNKNOWN

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464330-1722378755/watcher-4464330-1722378755 -o /tmp/evaluation-result-4464330-1722378755/solver-4464330-1722378755 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1722378594-29775 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464330-1722378755.opb -qsol -t 3600 -sth 1 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=30169, runsolver pid=30166

[startup+0.100544 s]*
/proc/loadavg: 3.85 1.77 0.73 5/267 30170
/proc/meminfo: memFree=126448300/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=56004 memory=44188 CPUtime=0.09 cores=0,2
/proc/30169/stat : 30169 (fscip) R 30166 30169 29765 0 -1 4194304 8950 0 0 0 9 0 0 0 20 0 1 0 4474533 57348096 11047 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 14001 11047 2347 3035 0 10397 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 56004 KiB
Current children cumulated memory: 44188 KiB

[startup+0.205773 s]*
/proc/loadavg: 3.85 1.77 0.73 5/267 30170
/proc/meminfo: memFree=126421420/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=83704 memory=71328 CPUtime=0.19 cores=0,2
/proc/30169/stat : 30169 (fscip) R 30166 30169 29765 0 -1 4194304 15734 0 0 0 18 1 0 0 20 0 1 0 4474533 85712896 17832 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 20926 17832 2347 3035 0 17322 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 83704 KiB
Current children cumulated memory: 71328 KiB

[startup+0.305661 s]*
/proc/loadavg: 3.85 1.77 0.73 5/267 30170
/proc/meminfo: memFree=126395212/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=109912 memory=97408 CPUtime=0.29 cores=0,2
/proc/30169/stat : 30169 (fscip) R 30166 30169 29765 0 -1 4194304 22278 0 0 0 27 2 0 0 20 0 1 0 4474533 112549888 24352 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 27478 24352 2347 3035 0 23874 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 109912 KiB
Current children cumulated memory: 97408 KiB

[startup+0.700229 s]
/proc/loadavg: 3.85 1.77 0.73 5/267 30170
/proc/meminfo: memFree=126347752/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=203016 memory=190516 CPUtime=0.68 cores=0,2
/proc/30169/stat : 30169 (fscip) R 30166 30169 29765 0 -1 4194304 45044 0 0 0 63 5 0 0 20 0 1 0 4474533 207888384 47629 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 50754 47629 2347 3035 0 47150 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 203016 KiB
Current children cumulated memory: 190516 KiB

[startup+1.50022 s]
/proc/loadavg: 3.85 1.77 0.73 5/267 30170
/proc/meminfo: memFree=126229980/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=392132 memory=379608 CPUtime=1.48 cores=0,2
/proc/30169/stat : 30169 (fscip) R 30166 30169 29765 0 -1 4194304 90263 0 0 0 136 12 0 0 20 0 1 0 4474533 401543168 94902 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 98033 94902 2347 3035 0 94429 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 392132 KiB
Current children cumulated memory: 379608 KiB

[startup+3.106 s]
/proc/loadavg: 3.85 1.77 0.73 5/267 30172
/proc/meminfo: memFree=125278220/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=1225504 memory=1210984 CPUtime=3.08 cores=0,2
/proc/30169/stat : 30169 (fscip) R 30166 30169 29765 0 -1 4194304 290144 0 0 0 269 39 0 0 20 0 1 0 4474533 1254916096 302746 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 306376 302746 2598 3035 0 302772 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1225504 KiB
Current children cumulated memory: 1210984 KiB

[startup+6.30022 s]
/proc/loadavg: 3.86 1.81 0.75 5/267 30172
/proc/meminfo: memFree=124659428/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=1404444 memory=1369240 CPUtime=6.26 cores=0,2
/proc/30169/stat : 30169 (fscip) R 30166 30169 29765 0 -1 4194304 319156 0 0 0 561 65 0 0 20 0 1 0 4474533 1438150656 342310 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 351111 342310 2694 3035 0 347507 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1404444 KiB
Current children cumulated memory: 1369240 KiB

[startup+12.7002 s]
/proc/loadavg: 3.87 1.84 0.77 5/267 30172
/proc/meminfo: memFree=124638216/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=2313180 memory=2141904 CPUtime=12.65 cores=0,2
/proc/30169/stat : 30169 (fscip) R 30166 30169 29765 0 -1 4194304 421430 0 0 0 1177 88 0 0 20 0 1 0 4474533 2368696320 535476 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 578295 535476 2742 3035 0 574691 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2313180 KiB
Current children cumulated memory: 2141904 KiB

[startup+25.5005 s]
/proc/loadavg: 3.90 1.95 0.82 5/269 30177
/proc/meminfo: memFree=121867548/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=5063632 memory=4746012 CPUtime=25.38 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 897994 0 0 0 2371 167 0 0 20 0 3 0 4474533 5185159168 1186503 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1265908 1186503 2774 3035 0 1244506 0
[pid=30169/tid=30174] ppid=30166 vsize=5063632 memory=3044724 CPUtime=3.94 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 346846 0 0 0 347 47 0 0 20 0 3 0 4476590 5185159168 1186503 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=5063632 memory=11524 CPUtime=0 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4476780 5185159168 1186503 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 5063632 KiB
Current children cumulated memory: 4746012 KiB

[startup+51.1065 s]
/proc/loadavg: 4.00 2.13 0.91 5/269 30180
/proc/meminfo: memFree=120468876/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6418424 memory=5969064 CPUtime=50.75 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 1264425 0 0 0 4847 228 0 0 20 0 3 0 4474533 6572466176 1492266 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1604606 1492266 2934 3035 0 1580825 0
[pid=30169/tid=30174] ppid=30166 vsize=6418424 memory=5960448 CPUtime=29.32 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 713269 0 0 0 2823 109 0 0 20 0 3 0 4476590 6572466176 1492266 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6418424 memory=5967016 CPUtime=0 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 4476780 6572466176 1492266 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 50.75 s
Current children cumulated vsize: 6418424 KiB
Current children cumulated memory: 5969064 KiB

[startup+102.301 s]
/proc/loadavg: 4.05 2.44 1.08 5/267 30190
/proc/meminfo: memFree=120259096/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6505436 memory=6096128 CPUtime=101.47 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 1336996 0 0 0 9890 257 0 0 20 0 3 0 4474533 6661566464 1524032 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1626359 1524032 2934 3035 0 1612316 0
[pid=30169/tid=30174] ppid=30166 vsize=6505436 memory=11524 CPUtime=80.03 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 785819 0 0 0 7866 137 0 0 20 0 3 0 4476590 6661566464 1524032 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6505436 memory=-5155629089770204037 CPUtime=0 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 4476780 6661566464 1524032 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 101.47 s
Current children cumulated vsize: 6505436 KiB
Current children cumulated memory: 6096128 KiB

[startup+162.3 s]
/proc/loadavg: 4.24 2.79 1.29 5/266 30201
/proc/meminfo: memFree=120187596/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6527360 memory=6118052 CPUtime=161.17 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 1430909 0 0 0 15853 264 0 0 20 0 3 0 4474533 6684016640 1529513 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1631840 1529513 2934 3035 0 1617797 0
[pid=30169/tid=30174] ppid=30166 vsize=6527360 memory=6113500 CPUtime=139.73 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 879711 0 0 0 13829 144 0 0 20 0 3 0 4476590 6684016640 1529513 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6527360 memory=11524 CPUtime=0 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 3 0 4476780 6684016640 1529513 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 161.17 s
Current children cumulated vsize: 6527360 KiB
Current children cumulated memory: 6118052 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 3.03 1.47 5/263 30211
/proc/meminfo: memFree=120156980/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6548804 memory=6132348 CPUtime=220.95 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 1539968 0 0 0 21821 274 0 0 20 0 3 0 4474533 6705975296 1533087 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1637201 1533087 2934 3035 0 1623158 0
[pid=30169/tid=30174] ppid=30166 vsize=6548804 memory=11524 CPUtime=199.51 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 988749 0 0 0 19797 154 0 0 20 0 3 0 4476590 6705975296 1533087 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6548804 memory=1980 CPUtime=0 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 71 0 0 0 0 0 0 0 20 0 3 0 4476780 6705975296 1533087 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 220.95 s
Current children cumulated vsize: 6548804 KiB
Current children cumulated memory: 6132348 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 3.24 1.64 5/263 30221
/proc/meminfo: memFree=120093140/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6570048 memory=6149776 CPUtime=280.74 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 1637821 0 0 0 27792 282 0 0 20 0 3 0 4474533 6727729152 1537444 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1642512 1537444 2934 3035 0 1628469 0
[pid=30169/tid=30174] ppid=30166 vsize=6570048 memory=6118052 CPUtime=259.29 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 1086581 0 0 0 25767 162 0 0 20 0 3 0 4476590 6727729152 1537444 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6570048 memory=6149776 CPUtime=0 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 92 0 0 0 0 0 0 0 20 0 3 0 4476780 6727729152 1537444 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 280.74 s
Current children cumulated vsize: 6570048 KiB
Current children cumulated memory: 6149776 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.39 1.79 5/263 30233

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

/proc/meminfo: memFree=119393260/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6635432 memory=6368828 CPUtime=3390.18 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 4551354 0 0 0 338534 484 0 0 20 0 3 0 4474533 6794682368 1592207 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1658858 1592207 2950 3035 0 1644815 0
[pid=30169/tid=30174] ppid=30166 vsize=6635432 memory=6367336 CPUtime=3368.68 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 3999161 0 0 0 336507 361 0 0 20 0 3 0 4476590 6794682368 1592207 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6635432 memory=6368828 CPUtime=0.05 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 1045 0 0 0 2 3 0 0 20 0 3 0 4476780 6794682368 1592207 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 3390.18 s
Current children cumulated vsize: 6635432 KiB
Current children cumulated memory: 6368828 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.06 5/266 32125
/proc/meminfo: memFree=120551476/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6635432 memory=6368828 CPUtime=3449.96 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 4553401 0 0 0 344512 484 0 0 20 0 3 0 4474533 6794682368 1592207 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1658858 1592207 2950 3035 0 1644815 0
[pid=30169/tid=30174] ppid=30166 vsize=6635432 memory=6367336 CPUtime=3428.46 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 4001191 0 0 0 342485 361 0 0 20 0 3 0 4476590 6794682368 1592207 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6635432 memory=12652 CPUtime=0.05 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 1062 0 0 0 2 3 0 0 20 0 3 0 4476780 6794682368 1592207 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 3449.96 s
Current children cumulated vsize: 6635432 KiB
Current children cumulated memory: 6368828 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.07 5/269 32197
/proc/meminfo: memFree=120402516/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6635432 memory=6369188 CPUtime=3509.73 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 4555433 0 0 0 350489 484 0 0 20 0 3 0 4474533 6794682368 1592297 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1658858 1592297 2950 3035 0 1644815 0
[pid=30169/tid=30174] ppid=30166 vsize=6635432 memory=12692 CPUtime=3488.24 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 4003205 0 0 0 348462 362 0 0 20 0 3 0 4476590 6794682368 1592297 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6635432 memory=33108 CPUtime=0.05 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 1080 0 0 0 2 3 0 0 20 0 3 0 4476780 6794682368 1592297 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 3509.73 s
Current children cumulated vsize: 6635432 KiB
Current children cumulated memory: 6369188 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.09 4.06 5/269 32207
/proc/meminfo: memFree=120357004/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6637000 memory=6370892 CPUtime=3569.51 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 4557841 0 0 0 356466 485 0 0 20 0 3 0 4474533 6796288000 1592723 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1659250 1592723 2950 3035 0 1645207 0
[pid=30169/tid=30174] ppid=30166 vsize=6637000 memory=6369548 CPUtime=3548.01 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 4005592 0 0 0 354439 362 0 0 20 0 3 0 4476590 6796288000 1592723 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6637000 memory=11524 CPUtime=0.05 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 1101 0 0 0 2 3 0 0 20 0 3 0 4476780 6796288000 1592723 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 3569.51 s
Current children cumulated vsize: 6637000 KiB
Current children cumulated memory: 6370892 KiB

[startup+3600.93 s]
# the end of solver process 30169 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3583.04 s, system=5.02059 s

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

[startup+3584 s]*
/proc/loadavg: 4.05 4.09 4.06 5/269 32208
/proc/meminfo: memFree=120354980/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6637000 memory=6371116 CPUtime=3571.21 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 4558390 0 0 0 356636 485 0 0 20 0 3 0 4474533 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1659250 1592779 2950 3035 0 1645207 0
[pid=30169/tid=30174] ppid=30166 vsize=6637000 memory=-7596001938098971007 CPUtime=3549.71 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 4006141 0 0 0 354609 362 0 0 20 0 3 0 4476590 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6637000 memory=-7594096420556994501 CPUtime=0.05 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 1101 0 0 0 2 3 0 0 20 0 3 0 4476780 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 3571.21 s
Current children cumulated vsize: 6637000 KiB
Current children cumulated memory: 6371116 KiB

[startup+3590.4 s]
/proc/loadavg: 4.04 4.09 4.06 5/269 32208
/proc/meminfo: memFree=120354684/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6637000 memory=6371116 CPUtime=3577.58 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 4558405 0 0 0 357273 485 0 0 20 0 3 0 4474533 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1659250 1592779 2950 3035 0 1645207 0
[pid=30169/tid=30174] ppid=30166 vsize=6637000 memory=6369548 CPUtime=3556.08 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 4006153 0 0 0 355246 362 0 0 20 0 3 0 4476590 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6637000 memory=6371116 CPUtime=0.05 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 1104 0 0 0 2 3 0 0 20 0 3 0 4476780 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 3577.58 s
Current children cumulated vsize: 6637000 KiB
Current children cumulated memory: 6371116 KiB

[startup+3596.8 s]
/proc/loadavg: 4.04 4.09 4.06 5/269 32210
/proc/meminfo: memFree=120354468/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6637000 memory=6371116 CPUtime=3583.95 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 4558417 0 0 0 357910 485 0 0 20 0 3 0 4474533 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1659250 1592779 2950 3035 0 1645207 0
[pid=30169/tid=30174] ppid=30166 vsize=6637000 memory=6369548 CPUtime=3562.45 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 4006161 0 0 0 355883 362 0 0 20 0 3 0 4476590 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6637000 memory=6371116 CPUtime=0.05 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 1108 0 0 0 2 3 0 0 20 0 3 0 4476780 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 3583.95 s
Current children cumulated vsize: 6637000 KiB
Current children cumulated memory: 6371116 KiB

[startup+3598.4 s]
/proc/loadavg: 4.04 4.09 4.06 5/269 32210
/proc/meminfo: memFree=120354264/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6637000 memory=6371116 CPUtime=3585.54 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 4562860 0 0 0 358069 485 0 0 20 0 3 0 4474533 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1659250 1592779 2950 3035 0 1645207 0
[pid=30169/tid=30174] ppid=30166 vsize=6637000 memory=5336 CPUtime=3564.05 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 4010592 0 0 0 356043 362 0 0 20 0 3 0 4476590 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
[pid=30169/tid=30175] ppid=30166 vsize=6637000 memory=12652 CPUtime=0.05 cores=0,2
/proc/30169/task/30175/stat : 30175 (fscip) S 30166 30169 29765 0 -1 1077936192 1108 0 0 0 2 3 0 0 20 0 3 0 4476780 6796288000 1592779 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 3585.54 s
Current children cumulated vsize: 6637000 KiB
Current children cumulated memory: 6371116 KiB

[startup+3600 s]*
/proc/loadavg: 4.12 4.10 4.07 5/268 32210
/proc/meminfo: memFree=120755980/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6276972 memory=5969972 CPUtime=3587.14 cores=0,2
/proc/30169/stat : 30169 (fscip) S 30166 30169 29765 0 -1 1077936128 4644611 0 0 0 358224 490 0 0 20 0 2 0 4474533 6427619328 1492493 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1569243 1492493 2950 3035 0 1540611 0
[pid=30169/tid=30174] ppid=30166 vsize=6276972 memory=6664 CPUtime=3565.64 cores=0,2
/proc/30169/task/30174/stat : 30174 (fscip) R 30166 30169 29765 0 -1 4194368 4092401 0 0 0 356197 367 0 0 20 0 2 0 4476590 6427619328 1492493 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
Current children cumulated CPU time: 3587.14 s
Current children cumulated vsize: 6276972 KiB
Current children cumulated memory: 5969972 KiB

[startup+3600.4 s]
/proc/loadavg: 4.12 4.10 4.07 5/268 32210
/proc/meminfo: memFree=120755980/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=6098648 memory=5805796 CPUtime=3587.54 cores=0,2
/proc/30169/stat : 30169 (fscip) R 30166 30169 29765 0 -1 4194304 4674158 0 0 0 358262 492 0 0 20 0 1 0 4474533 6245015552 1451449 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1524662 1451449 2998 3035 0 1496031 0
Current children cumulated CPU time: 3587.54 s
Current children cumulated vsize: 6098648 KiB
Current children cumulated memory: 5805796 KiB

[startup+3600.8 s]
/proc/loadavg: 4.12 4.10 4.07 5/268 32210
/proc/meminfo: memFree=120755980/131524600 swapFree=131071728/131071996
[pid=30169] ppid=30166 vsize=5845464 memory=5552792 CPUtime=3587.93 cores=0,2
/proc/30169/stat : 30169 (fscip) R 30166 30169 29765 0 -1 4194304 4740357 0 0 0 358297 496 0 0 20 0 1 0 4474533 5985755136 1388198 134679101440 4194304 16623229 140726812288336 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 39522304 140726812296214 140726812296330 140726812296330 140726812303344 0
/proc/30169/statm: 1461366 1388198 2998 3035 0 1432735 0
Current children cumulated CPU time: 3587.93 s
Current children cumulated vsize: 5845464 KiB
Current children cumulated memory: 5552792 KiB

[startup+3600.9 s]*
/proc/loadavg: 4.12 4.10 4.07 5/267 32210
/proc/meminfo: memFree=126056208/131524600 swapFree=131071728/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3600.93
CPU time (s): 3588.06
CPU user time (s): 3583.04
CPU system time (s): 5.02059
CPU usage (%): 99.6428
Max. virtual memory (cumulated for all children) (KiB): 6637000
Max. memory (cumulated for all children) (KiB): 6371116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.04
system time used= 5.02059
maximum resident set size= 6371116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4761020
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= 3669
involuntary context switches= 25674


# summary of solver processes directly reported to runsolver:
#   pid: 30169
#   total CPU time (s): 3588.06
#   total CPU user time (s): 3583.04
#   total CPU system time (s): 5.02059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.22074 second user time and 19.1134 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-31 00:32:35
IDJOB=4464330
IDBENCH=147895
IDSOLVER=3092
FILE ID=nodeC024/4464330-1722378755
RUNJOBID= nodeC024-1722378594-29775
SLURM_JOB_ID= 8249847
Free space on /tmp= 889960 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k3_l6_n1500.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464330-1722378755/watcher-4464330-1722378755 -o /tmp/evaluation-result-4464330-1722378755/solver-4464330-1722378755 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1722378594-29775 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464330-1722378755.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 324936182855f4056c83f943259e6646
RANDOM SEED=99795441

nodeC024.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		: 3673.449
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.90
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		: 3686.678
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.73
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		: 3658.975
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.90
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		: 3600.428
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.73
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.420
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.90
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		: 3686.672
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.73
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.202
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.90
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.327
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.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126483164 kB
MemAvailable:   128885400 kB
Buffers:           82632 kB
Cached:          3136968 kB
SwapCached:           36 kB
Active:           255188 kB
Inactive:        4273636 kB
Active(anon):       1576 kB
Inactive(anon):  1328944 kB
Active(file):     253612 kB
Inactive(file):  2944692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:             68116 kB
Writeback:            20 kB
AnonPages:       1306880 kB
Mapped:           124232 kB
Shmem:             21292 kB
KReclaimable:      87508 kB
Slab:             171640 kB
SReclaimable:      87508 kB
SUnreclaim:        84132 kB
KernelStack:        4336 kB
PageTables:        11820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1271656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9088 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:      178900 kB
DirectMap2M:    11128832 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 889932 MiB
End job on nodeC024 at 2024-07-31 01:32:36