Trace number 4458101

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 NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI 2024-07-09? (TO) 3600.07 3606.31

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_24.opb
MD5SUM4e18c86f02508cf43f5cae5e82895ebd
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.676532
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3552
Total number of constraints5280
Number of constraints which are clauses3456
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1824
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 96
Biggest coefficient in the objective function 140737488355328
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 562949953421310
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 140737488355328
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 562949953421310
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.05/3606.30	HOME/run-glibc-2.34.sh: line 2: 213758 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458101-1721865136/watcher-4458101-1721865136 -o /tmp/evaluation-result-4458101-1721865136/solver-4458101-1721865136 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721865114-213057 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4458101-1721865136.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=213756, runsolver pid=213753
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 1.27 0.35 0.18 5/269 213759
/proc/meminfo: memFree=121715836/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=139988 memory=26904 CPUtime=0.09 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 2759 0 0 0 8 1 0 0 20 0 2 0 23037028 143347712 6726 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 34997 6726 3371 46 0 7592 0
[pid=213758/tid=213759] ppid=213756 vsize=139988 memory=4026561614 CPUtime=0 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23037031 143347712 6726 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 149916 KiB
Current children cumulated memory: 29520 KiB

[startup+0.206066 s]*
/proc/loadavg: 1.27 0.35 0.18 5/269 213759
/proc/meminfo: memFree=121715500/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=139988 memory=26904 CPUtime=0.18 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 2794 0 0 0 17 1 0 0 20 0 2 0 23037028 143347712 6726 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 34997 6726 3371 46 0 7592 0
[pid=213758/tid=213759] ppid=213756 vsize=139988 memory=3471202400344241230 CPUtime=0 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23037031 143347712 6726 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 149916 KiB
Current children cumulated memory: 29520 KiB

[startup+0.305066 s]*
/proc/loadavg: 1.27 0.35 0.18 5/269 213759
/proc/meminfo: memFree=121715164/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=139988 memory=26904 CPUtime=0.29 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 2804 0 0 0 27 2 0 0 20 0 2 0 23037028 143347712 6726 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 34997 6726 3371 46 0 7592 0
[pid=213758/tid=213759] ppid=213756 vsize=139988 memory=-8682030329139980390 CPUtime=0 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23037031 143347712 6726 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 149916 KiB
Current children cumulated memory: 29520 KiB

[startup+0.700179 s]
/proc/loadavg: 1.27 0.35 0.18 5/269 213759
/proc/meminfo: memFree=121714728/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=139988 memory=27432 CPUtime=0.67 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 2879 0 0 0 64 3 0 0 20 0 2 0 23037028 143347712 6858 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 34997 6858 3371 46 0 7592 0
[pid=213758/tid=213759] ppid=213756 vsize=139988 memory=25596 CPUtime=0 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23037031 143347712 6858 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 149916 KiB
Current children cumulated memory: 30048 KiB

[startup+1.50018 s]
/proc/loadavg: 1.49 0.41 0.20 5/269 213759
/proc/meminfo: memFree=121714700/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=139988 memory=27432 CPUtime=1.47 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 2914 0 0 0 141 6 0 0 20 0 2 0 23037028 143347712 6858 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 34997 6858 3371 46 0 7592 0
[pid=213758/tid=213759] ppid=213756 vsize=139988 memory=11944 CPUtime=0 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23037031 143347712 6858 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 149916 KiB
Current children cumulated memory: 30048 KiB

[startup+3.10538 s]
/proc/loadavg: 1.49 0.41 0.20 5/269 213759
/proc/meminfo: memFree=121703780/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=140300 memory=27932 CPUtime=3.07 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 3869 0 0 0 297 10 0 0 20 0 2 0 23037028 143667200 6983 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 35075 6983 3371 46 0 7670 0
[pid=213758/tid=213759] ppid=213756 vsize=140300 memory=2616 CPUtime=0 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 23037031 143667200 6983 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 150228 KiB
Current children cumulated memory: 30548 KiB

[startup+6.30018 s]
/proc/loadavg: 1.69 0.47 0.22 5/269 213759
/proc/meminfo: memFree=121700360/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=140588 memory=30476 CPUtime=6.26 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 4880 0 0 0 609 17 0 0 20 0 2 0 23037028 143962112 7619 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 35147 7619 3371 46 0 7742 0
[pid=213758/tid=213759] ppid=213756 vsize=140588 memory=2616 CPUtime=0 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 23037031 143962112 7619 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 150516 KiB
Current children cumulated memory: 33092 KiB

[startup+12.7002 s]
/proc/loadavg: 1.87 0.53 0.24 5/269 213760
/proc/meminfo: memFree=121690968/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=140736 memory=30760 CPUtime=12.65 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 6936 0 0 0 1236 29 0 0 20 0 2 0 23037028 144113664 7690 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 35184 7690 3371 46 0 7779 0
[pid=213758/tid=213759] ppid=213756 vsize=140736 memory=2616 CPUtime=0 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 23037031 144113664 7690 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 150664 KiB
Current children cumulated memory: 33376 KiB

[startup+25.5002 s]
/proc/loadavg: 2.20 0.65 0.28 5/269 213762
/proc/meminfo: memFree=121654656/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=145204 memory=34524 CPUtime=25.42 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 10859 0 0 0 2494 48 0 0 20 0 2 0 23037028 148688896 8631 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 36301 8631 3371 46 0 8896 0
[pid=213758/tid=213759] ppid=213756 vsize=145204 memory=34504 CPUtime=0 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 2 0 23037031 148688896 8631 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 155132 KiB
Current children cumulated memory: 37140 KiB

[startup+51.1057 s]
/proc/loadavg: 3.03 1.00 0.41 5/269 213767
/proc/meminfo: memFree=121618264/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=151300 memory=39596 CPUtime=50.95 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 19361 0 0 0 5015 80 0 0 20 0 2 0 23037028 154931200 9899 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 37825 9899 3371 46 0 10420 0
[pid=213758/tid=213759] ppid=213756 vsize=151300 memory=2616 CPUtime=0.01 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 33 0 0 0 0 1 0 0 20 0 2 0 23037031 154931200 9899 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 161228 KiB
Current children cumulated memory: 42212 KiB

[startup+102.3 s]
/proc/loadavg: 3.58 1.46 0.60 5/269 213823
/proc/meminfo: memFree=121634516/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=159916 memory=45392 CPUtime=102.01 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 27555 0 0 0 10066 135 0 0 20 0 2 0 23037028 163753984 11348 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 39979 11348 3371 46 0 12574 0
[pid=213758/tid=213759] ppid=213756 vsize=159916 memory=2616 CPUtime=0.04 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 42 0 0 0 1 3 0 0 20 0 2 0 23037031 163753984 11348 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 169844 KiB
Current children cumulated memory: 48008 KiB

[startup+162.3 s]

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

/proc/213758/statm: 52672 24947 3371 46 0 25267 0
[pid=213758/tid=213759] ppid=213756 vsize=210688 memory=2616 CPUtime=2.92 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 151 0 0 0 115 177 0 0 20 0 2 0 23037031 215744512 24947 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3156.76 s
Current children cumulated vsize: 220616 KiB
Current children cumulated memory: 102404 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.01 5/263 215622
/proc/meminfo: memFree=121278184/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=213448 memory=102432 CPUtime=3216.66 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 99977 0 0 0 320135 1531 0 0 20 0 2 0 23037028 218570752 25608 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 53362 25608 3371 46 0 25957 0
[pid=213758/tid=213759] ppid=213756 vsize=213448 memory=2616 CPUtime=2.99 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 153 0 0 0 118 181 0 0 20 0 2 0 23037031 218570752 25608 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3216.66 s
Current children cumulated vsize: 223376 KiB
Current children cumulated memory: 105048 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.11 4.02 5/263 215633
/proc/meminfo: memFree=121276928/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=213448 memory=102532 CPUtime=3276.57 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 101002 0 0 0 326106 1551 0 0 20 0 2 0 23037028 218570752 25633 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 53362 25633 3371 46 0 25957 0
[pid=213758/tid=213759] ppid=213756 vsize=213448 memory=2616 CPUtime=3.04 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 155 0 0 0 120 184 0 0 20 0 2 0 23037031 218570752 25633 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3276.57 s
Current children cumulated vsize: 223376 KiB
Current children cumulated memory: 105148 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.02 5/263 215644
/proc/meminfo: memFree=121277212/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=210620 memory=99876 CPUtime=3336.48 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 101557 0 0 0 332068 1580 0 0 20 0 2 0 23037028 215674880 24969 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 52655 24969 3371 46 0 25250 0
[pid=213758/tid=213759] ppid=213756 vsize=210620 memory=2616 CPUtime=3.1 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 157 0 0 0 122 188 0 0 20 0 2 0 23037031 215674880 24969 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3336.48 s
Current children cumulated vsize: 220548 KiB
Current children cumulated memory: 102492 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.13 4.03 5/263 215655
/proc/meminfo: memFree=121272536/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=211616 memory=100744 CPUtime=3396.37 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 102245 0 0 0 338031 1606 0 0 20 0 2 0 23037028 216694784 25186 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 52904 25186 3371 46 0 25499 0
[pid=213758/tid=213759] ppid=213756 vsize=211616 memory=2616 CPUtime=3.16 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 159 0 0 0 124 192 0 0 20 0 2 0 23037031 216694784 25186 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3396.37 s
Current children cumulated vsize: 221544 KiB
Current children cumulated memory: 103360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.03 5/263 215665
/proc/meminfo: memFree=121267904/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=211616 memory=100744 CPUtime=3456.28 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 102724 0 0 0 344004 1624 0 0 20 0 2 0 23037028 216694784 25186 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 52904 25186 3371 46 0 25499 0
[pid=213758/tid=213759] ppid=213756 vsize=211616 memory=11944 CPUtime=3.22 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 161 0 0 0 126 196 0 0 20 0 2 0 23037031 216694784 25186 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3456.28 s
Current children cumulated vsize: 221544 KiB
Current children cumulated memory: 103360 KiB

[startup+3522.3 s]
/proc/loadavg: 4.57 4.26 4.09 5/267 215682
/proc/meminfo: memFree=121264416/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=211616 memory=100744 CPUtime=3516.2 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 103232 0 0 0 349979 1641 0 0 20 0 2 0 23037028 216694784 25186 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 52904 25186 3371 46 0 25499 0
[pid=213758/tid=213759] ppid=213756 vsize=211616 memory=100744 CPUtime=3.28 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 163 0 0 0 128 200 0 0 20 0 2 0 23037031 216694784 25186 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3516.2 s
Current children cumulated vsize: 221544 KiB
Current children cumulated memory: 103360 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.21 4.08 5/267 215692
/proc/meminfo: memFree=121255212/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=214516 memory=105492 CPUtime=3576.1 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 104878 0 0 0 355956 1654 0 0 20 0 2 0 23037028 219664384 26373 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 53629 26373 3371 46 0 26224 0
[pid=213758/tid=213759] ppid=213756 vsize=214516 memory=2616 CPUtime=3.34 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 165 0 0 0 131 203 0 0 20 0 2 0 23037031 219664384 26373 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3576.1 s
Current children cumulated vsize: 224444 KiB
Current children cumulated memory: 108108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 4.23 4.21 4.09 5/267 215744
/proc/meminfo: memFree=121412580/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=214516 memory=105552 CPUtime=3600.05 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 105352 0 0 0 358342 1663 0 0 20 0 2 0 23037028 219664384 26388 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 53629 26388 3371 46 0 26224 0
[pid=213758/tid=213759] ppid=213756 vsize=214516 memory=105492 CPUtime=3.36 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 167 0 0 0 132 204 0 0 20 0 2 0 23037031 219664384 26388 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 224444 KiB
Current children cumulated memory: 108168 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3606.31 s]
# the end of solver process 213756 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3583.43 s, system=16.6356 s

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

[startup+3606.3 s]
/proc/loadavg: 4.23 4.21 4.09 5/267 215744
/proc/meminfo: memFree=121412580/131524600 swapFree=131054968/131071996
[pid=213756] ppid=213753 vsize=9928 memory=2616 CPUtime=0 cores=5,7
/proc/213756/stat : 213756 (run-glibc-2.34.) S 213753 213756 213044 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 23037028 10166272 654 134679101440 94375414001664 94375415080984 140730232061680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94375417179440 94375417226628 94375437074432 140730232067019 140730232067164 140730232067164 140730232074179 0
/proc/213756/statm: 2482 654 573 264 0 133 0
[pid=213758] ppid=213756 vsize=214516 memory=105552 CPUtime=3600.05 cores=5,7
/proc/213758/stat : 213758 (ld-linux-x86-64) R 213756 213756 213044 0 -1 4194304 105352 0 0 0 358342 1663 0 0 20 0 2 0 23037028 219664384 26388 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
/proc/213758/statm: 53629 26388 3371 46 0 26224 0
[pid=213758/tid=213759] ppid=213756 vsize=214516 memory=105492 CPUtime=3.36 cores=5,7
/proc/213758/task/213759/stat : 213759 (ld-linux-x86-64) S 213756 213756 213044 0 -1 1077936192 167 0 0 0 132 204 0 0 20 0 2 0 23037031 219664384 26388 134679101440 139779231297536 139779231485148 140736252226416 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139779233586048 139779233595496 93825023946752 140736252228451 140736252228603 140736252228603 140736252235698 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 224444 KiB
Current children cumulated memory: 108168 KiB

Child status: 143

Real time (s): 3606.31
CPU time (s): 3600.07
CPU user time (s): 3583.43
CPU system time (s): 16.6356
CPU usage (%): 99.8269
Max. virtual memory (cumulated for all children) (KiB): 224444
Max. memory (cumulated for all children) (KiB): 108168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.43
system time used= 16.6356
maximum resident set size= 105552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105566
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= 357064
involuntary context switches= 3169


# summary of solver processes directly reported to runsolver:
#   pid: 213756
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3583.43
#   total CPU system time (s): 16.6356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42306 second user time and 17.8018 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-25 01:52:16
IDJOB=4458101
IDBENCH=177145
IDSOLVER=3056
FILE ID=nodeC028/4458101-1721865136
RUNJOBID= nodeC028-1721865114-213057
SLURM_JOB_ID= 8089181
Free space on /tmp= 889944 MiB

SOLVER NAME= IPBHS-GUROBI 2024-07-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_24.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458101-1721865136/watcher-4458101-1721865136 -o /tmp/evaluation-result-4458101-1721865136/solver-4458101-1721865136 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721865114-213057 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4458101-1721865136.opb

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

MD5SUM BENCH= 4e18c86f02508cf43f5cae5e82895ebd
RANDOM SEED=1099089995

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121730436 kB
MemAvailable:   129552344 kB
Buffers:          279440 kB
Cached:          8328200 kB
SwapCached:          308 kB
Active:          2330352 kB
Inactive:        6778764 kB
Active(anon):       4484 kB
Inactive(anon):   549096 kB
Active(file):    2325868 kB
Inactive(file):  6229668 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:             42476 kB
Writeback:             0 kB
AnonPages:        500676 kB
Mapped:           111612 kB
Shmem:             52100 kB
KReclaimable:     212392 kB
Slab:             333216 kB
SReclaimable:     212392 kB
SUnreclaim:       120824 kB
KernelStack:        4256 kB
PageTables:        10960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     852720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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:      443092 kB
DirectMap2M:    51759104 kB
DirectMap1G:    83886080 kB

Free space on /tmp at the end= 889904 MiB
End job on nodeC028 at 2024-07-25 02:52:23