Trace number 4452554

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
Hybrid-LSMabSP+Exact 2024-07-11? 3587.99 3596.27

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-506428.0.u.opb
MD5SUMbe38a350659e0c4d627f3ed91afb1797
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark574.907
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42981
Total number of constraints129926
Number of constraints which are clauses129808
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint2
Maximum length of a constraint1969
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 6515545
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 500000069
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3587.89/3596.26	c Filename:instance-4452554-1721446949.opb, Cutoff_time:1798, memory_limit_gb:29976
3587.89/3596.26	c Use Presolve
3587.89/3596.26	c Parse finsih
3587.89/3596.26	c Start Presolve
3587.89/3596.26	c After Reduce Vars: 42741 Clauses: 129541 Top clause weight: 1 Hard Clauses: 129541
3587.89/3596.26	c Use LS-small
3587.89/3596.26	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 (60856 MiB free)
  memory of node 1: 64473 MiB (63159 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452554-1721446949/watcher-4452554-1721446949 -o /tmp/evaluation-result-4452554-1721446949/solver-4452554-1721446949 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721446868-1048770 --watchdog 3760 ./Hybrid-LSMabSP+Exact HOME/instance-4452554-1721446949.opb 3600 HOME 31000 

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
Current StackSize limit: 8192 KiB

solver pid=1048905, runsolver pid=1048902

[startup+0.100317 s]*
/proc/loadavg: 3.53 2.37 2.42 5/265 1048909
/proc/meminfo: memFree=126977332/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0
[pid=1048908] ppid=1048905 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/1048908/stat : 1048908 (timeout) S 1048905 1048908 1048757 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 196861074 8867840 245 134679101440 94877610921984 94877610957000 140722533732608 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94877613054416 94877613056548 94877618139136 140722533741607 140722533741723 140722533741723 140722533748711 0
/proc/1048908/statm: 2165 245 220 9 0 87 0
[pid=1048909] ppid=1048908 vsize=30792 memory=18400 CPUtime=0.08 cores=5,7
/proc/1048909/stat : 1048909 (LS-MabSP) R 1048908 1048908 1048757 0 -1 4194304 2834 0 0 0 8 0 0 0 20 0 1 0 196861074 31531008 4600 134679101440 4194304 15467897 140735072843408 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 39555072 140735072851002 140735072851105 140735072851105 140735072858093 0
/proc/1048909/statm: 7698 4600 1073 2753 0 4351 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 49384 KiB
Current children cumulated memory: 22144 KiB

[startup+0.205725 s]*
/proc/loadavg: 3.53 2.37 2.42 5/265 1048909
/proc/meminfo: memFree=126972972/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0
[pid=1048908] ppid=1048905 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/1048908/stat : 1048908 (timeout) S 1048905 1048908 1048757 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 196861074 8867840 245 134679101440 94877610921984 94877610957000 140722533732608 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94877613054416 94877613056548 94877618139136 140722533741607 140722533741723 140722533741723 140722533748711 0
/proc/1048908/statm: 2165 245 220 9 0 87 0
[pid=1048909] ppid=1048908 vsize=35184 memory=22320 CPUtime=0.19 cores=5,7
/proc/1048909/stat : 1048909 (LS-MabSP) R 1048908 1048908 1048757 0 -1 4194304 4057 0 0 0 19 0 0 0 20 0 1 0 196861074 36028416 5580 134679101440 4194304 15467897 140735072843408 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 39555072 140735072851002 140735072851105 140735072851105 140735072858093 0
/proc/1048909/statm: 8796 5580 1073 2753 0 5449 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 53776 KiB
Current children cumulated memory: 26064 KiB

[startup+0.305588 s]*
/proc/loadavg: 3.53 2.37 2.42 5/265 1048909
/proc/meminfo: memFree=126970532/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0
[pid=1048908] ppid=1048905 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/1048908/stat : 1048908 (timeout) S 1048905 1048908 1048757 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 196861074 8867840 245 134679101440 94877610921984 94877610957000 140722533732608 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94877613054416 94877613056548 94877618139136 140722533741607 140722533741723 140722533741723 140722533748711 0
/proc/1048908/statm: 2165 245 220 9 0 87 0
[pid=1048909] ppid=1048908 vsize=39280 memory=24376 CPUtime=0.29 cores=5,7
/proc/1048909/stat : 1048909 (LS-MabSP) R 1048908 1048908 1048757 0 -1 4194304 4574 0 0 0 29 0 0 0 20 0 1 0 196861074 40222720 6094 134679101440 4194304 15467897 140735072843408 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 39555072 140735072851002 140735072851105 140735072851105 140735072858093 0
/proc/1048909/statm: 9820 6094 1073 2753 0 6473 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 57872 KiB
Current children cumulated memory: 28120 KiB

[startup+0.700273 s]
/proc/loadavg: 3.53 2.37 2.42 5/265 1048909
/proc/meminfo: memFree=126966268/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0
[pid=1048908] ppid=1048905 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/1048908/stat : 1048908 (timeout) S 1048905 1048908 1048757 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 196861074 8867840 245 134679101440 94877610921984 94877610957000 140722533732608 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94877613054416 94877613056548 94877618139136 140722533741607 140722533741723 140722533741723 140722533748711 0
/proc/1048908/statm: 2165 245 220 9 0 87 0
[pid=1048909] ppid=1048908 vsize=70712 memory=53732 CPUtime=0.68 cores=5,7
/proc/1048909/stat : 1048909 (LS-MabSP) R 1048908 1048908 1048757 0 -1 4194304 6813 0 0 0 67 1 0 0 20 0 1 0 196861074 72409088 13433 134679101440 4194304 15467897 140735072843408 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 39555072 140735072851002 140735072851105 140735072851105 140735072858093 0
/proc/1048909/statm: 17678 13433 1073 2753 0 14331 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 89304 KiB
Current children cumulated memory: 57476 KiB

[startup+1.50026 s]
/proc/loadavg: 3.53 2.37 2.42 5/265 1048909
/proc/meminfo: memFree=126900768/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0
[pid=1048908] ppid=1048905 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/1048908/stat : 1048908 (timeout) S 1048905 1048908 1048757 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 196861074 8867840 245 134679101440 94877610921984 94877610957000 140722533732608 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94877613054416 94877613056548 94877618139136 140722533741607 140722533741723 140722533741723 140722533748711 0
/proc/1048908/statm: 2165 245 220 9 0 87 0
[pid=1048909] ppid=1048908 vsize=111156 memory=94236 CPUtime=1.48 cores=5,7
/proc/1048909/stat : 1048909 (LS-MabSP) R 1048908 1048908 1048757 0 -1 4194304 13641 0 0 0 145 3 0 0 20 0 1 0 196861074 113823744 23559 134679101440 4194304 15467897 140735072843408 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 39555072 140735072851002 140735072851105 140735072851105 140735072858093 0
/proc/1048909/statm: 27789 23559 1105 2753 0 24442 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 129748 KiB
Current children cumulated memory: 97980 KiB

[startup+3.10586 s]
/proc/loadavg: 3.57 2.39 2.43 5/265 1048909
/proc/meminfo: memFree=126899612/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0
[pid=1048908] ppid=1048905 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/1048908/stat : 1048908 (timeout) S 1048905 1048908 1048757 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 196861074 8867840 245 134679101440 94877610921984 94877610957000 140722533732608 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94877613054416 94877613056548 94877618139136 140722533741607 140722533741723 140722533741723 140722533748711 0
/proc/1048908/statm: 2165 245 220 9 0 87 0
[pid=1048909] ppid=1048908 vsize=111156 memory=94236 CPUtime=3.08 cores=5,7
/proc/1048909/stat : 1048909 (LS-MabSP) R 1048908 1048908 1048757 0 -1 4194304 13655 0 0 0 305 3 0 0 20 0 1 0 196861074 113823744 23559 134679101440 4194304 15467897 140735072843408 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 39555072 140735072851002 140735072851105 140735072851105 140735072858093 0
/proc/1048909/statm: 27789 23559 1105 2753 0 24442 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 129748 KiB
Current children cumulated memory: 97980 KiB

[startup+6.30029 s]
/proc/loadavg: 3.57 2.39 2.43 5/265 1048911
/proc/meminfo: memFree=126899424/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0
[pid=1048908] ppid=1048905 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/1048908/stat : 1048908 (timeout) S 1048905 1048908 1048757 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 196861074 8867840 245 134679101440 94877610921984 94877610957000 140722533732608 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94877613054416 94877613056548 94877618139136 140722533741607 140722533741723 140722533741723 140722533748711 0
/proc/1048908/statm: 2165 245 220 9 0 87 0
[pid=1048909] ppid=1048908 vsize=111156 memory=94236 CPUtime=6.27 cores=5,7
/proc/1048909/stat : 1048909 (LS-MabSP) R 1048908 1048908 1048757 0 -1 4194304 13669 0 0 0 624 3 0 0 20 0 1 0 196861074 113823744 23559 134679101440 4194304 15467897 140735072843408 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 39555072 140735072851002 140735072851105 140735072851105 140735072858093 0
/proc/1048909/statm: 27789 23559 1105 2753 0 24442 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 129748 KiB
Current children cumulated memory: 97980 KiB

[startup+12.7003 s]
/proc/loadavg: 3.60 2.42 2.44 5/265 1048911
/proc/meminfo: memFree=126899444/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0
[pid=1048908] ppid=1048905 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/1048908/stat : 1048908 (timeout) S 1048905 1048908 1048757 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 196861074 8867840 245 134679101440 94877610921984 94877610957000 140722533732608 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94877613054416 94877613056548 94877618139136 140722533741607 140722533741723 140722533741723 140722533748711 0
/proc/1048908/statm: 2165 245 220 9 0 87 0
[pid=1048909] ppid=1048908 vsize=111156 memory=94236 CPUtime=12.66 cores=5,7
/proc/1048909/stat : 1048909 (LS-MabSP) R 1048908 1048908 1048757 0 -1 4194304 13699 0 0 0 1263 3 0 0 20 0 1 0 196861074 113823744 23559 134679101440 4194304 15467897 140735072843408 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 39555072 140735072851002 140735072851105 140735072851105 140735072858093 0
/proc/1048909/statm: 27789 23559 1105 2753 0 24442 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 129748 KiB
Current children cumulated memory: 97980 KiB

[startup+25.5003 s]
/proc/loadavg: 3.76 2.51 2.47 7/265 1048912
/proc/meminfo: memFree=126216844/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0
[pid=1048908] ppid=1048905 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/1048908/stat : 1048908 (timeout) S 1048905 1048908 1048757 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 196861074 8867840 245 134679101440 94877610921984 94877610957000 140722533732608 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94877613054416 94877613056548 94877618139136 140722533741607 140722533741723 140722533741723 140722533748711 0
/proc/1048908/statm: 2165 245 220 9 0 87 0
[pid=1048909] ppid=1048908 vsize=807580 memory=780116 CPUtime=25.42 cores=5,7
/proc/1048909/stat : 1048909 (LS-MabSP) R 1048908 1048908 1048757 0 -1 4194304 185700 0 0 0 2516 26 0 0 20 0 1 0 196861074 826961920 195029 134679101440 4194304 15467897 140735072843408 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 39555072 140735072851002 140735072851105 140735072851105 140735072858093 0
/proc/1048909/statm: 201895 195029 2721 2753 0 198548 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 826172 KiB
Current children cumulated memory: 783860 KiB

[startup+51.1058 s]
/proc/loadavg: 3.90 2.65 2.52 5/265 1048918
/proc/meminfo: memFree=126207532/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0
[pid=1048908] ppid=1048905 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/1048908/stat : 1048908 (timeout) S 1048905 1048908 1048757 0 -1 4194304 110 0 0 0 0 0 0 0 20 0 1 0 196861074 8867840 245 134679101440 94877610921984 94877610957000 140722533732608 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94877613054416 94877613056548 94877618139136 140722533741607 140722533741723 140722533741723 140722533748711 0
/proc/1048908/statm: 2165 245 220 9 0 87 0
[pid=1048909] ppid=1048908 vsize=808604 memory=781140 CPUtime=50.96 cores=5,7
/proc/1048909/stat : 1048909 (LS-MabSP) R 1048908 1048908 1048757 0 -1 4194304 185959 0 0 0 5068 28 0 0 20 0 1 0 196861074 828010496 195285 134679101440 4194304 15467897 140735072843408 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 39555072 140735072851002 140735072851105 140735072851105 140735072858093 0
/proc/1048909/statm: 202151 195285 2721 2753 0 198804 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 827196 KiB
Current children cumulated memory: 784884 KiB

[startup+102.3 s]
/proc/loadavg: 4.01 2.88 2.60 5/265 1048928
/proc/meminfo: memFree=125765932/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2764 CPUtime=0 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 232 104 0 0 0 0 0 0 20 0 1 0 196861074 10170368 691 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 691 612 264 0 134 0

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

/proc/1049859/statm: 224501 204421 748 737 0 223589 0
Current children cumulated CPU time: 3394.42 s
Current children cumulated vsize: 916596 KiB
Current children cumulated memory: 821512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.08 4.05 5/265 1050781
/proc/meminfo: memFree=125595964/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2804 CPUtime=1793.99 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 264 376890 0 0 0 0 178576 823 20 0 1 0 196861074 10170368 701 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 701 612 264 0 134 0
[pid=1049858] ppid=1048905 vsize=8660 memory=1024 CPUtime=0 cores=5,7
/proc/1049858/stat : 1049858 (timeout) S 1048905 1049858 1048757 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197040875 8867840 256 134679101440 94580726554624 94580726589640 140735208321728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94580728687056 94580728689188 94580732616704 140735208330226 140735208330395 140735208330395 140735208337383 0
/proc/1049858/statm: 2165 256 232 9 0 87 0
[pid=1049859] ppid=1049858 vsize=912608 memory=831024 CPUtime=1660.29 cores=5,7
/proc/1049859/stat : 1049859 (Exact) R 1049858 1049858 1048757 0 -1 4194304 160737 0 0 0 165986 43 0 0 20 0 1 0 197040875 934510592 207756 134679101440 4194304 7210733 140726392695568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 42676224 140726392701966 140726392702116 140726392702116 140726392709104 0
/proc/1049859/statm: 228152 207756 748 737 0 227240 0
Current children cumulated CPU time: 3454.28 s
Current children cumulated vsize: 931200 KiB
Current children cumulated memory: 834852 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.12 4.07 5/265 1050962
/proc/meminfo: memFree=126784512/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2804 CPUtime=1793.99 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 264 376890 0 0 0 0 178576 823 20 0 1 0 196861074 10170368 701 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 701 612 264 0 134 0
[pid=1049858] ppid=1048905 vsize=8660 memory=1024 CPUtime=0 cores=5,7
/proc/1049858/stat : 1049858 (timeout) S 1048905 1049858 1048757 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197040875 8867840 256 134679101440 94580726554624 94580726589640 140735208321728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94580728687056 94580728689188 94580732616704 140735208330226 140735208330395 140735208330395 140735208337383 0
/proc/1049858/statm: 2165 256 232 9 0 87 0
[pid=1049859] ppid=1049858 vsize=937012 memory=853004 CPUtime=1720.15 cores=5,7
/proc/1049859/stat : 1049859 (Exact) R 1049858 1049858 1048757 0 -1 4194304 165013 0 0 0 171971 44 0 0 20 0 1 0 197040875 959500288 213251 134679101440 4194304 7210733 140726392695568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 42676224 140726392701966 140726392702116 140726392702116 140726392709104 0
/proc/1049859/statm: 234253 213251 748 737 0 233341 0
Current children cumulated CPU time: 3514.14 s
Current children cumulated vsize: 955604 KiB
Current children cumulated memory: 856832 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.13 4.08 5/265 1050973
/proc/meminfo: memFree=126771852/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2804 CPUtime=1793.99 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 264 376890 0 0 0 0 178576 823 20 0 1 0 196861074 10170368 701 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 701 612 264 0 134 0
[pid=1049858] ppid=1048905 vsize=8660 memory=1024 CPUtime=0 cores=5,7
/proc/1049858/stat : 1049858 (timeout) S 1048905 1049858 1048757 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197040875 8867840 256 134679101440 94580726554624 94580726589640 140735208321728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94580728687056 94580728689188 94580732616704 140735208330226 140735208330395 140735208330395 140735208337383 0
/proc/1049858/statm: 2165 256 232 9 0 87 0
[pid=1049859] ppid=1049858 vsize=949172 memory=864672 CPUtime=1780.03 cores=5,7
/proc/1049859/stat : 1049859 (Exact) R 1049858 1049858 1048757 0 -1 4194304 167686 0 0 0 177958 45 0 0 20 0 1 0 197040875 971952128 216168 134679101440 4194304 7210733 140726392695568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 42676224 140726392701966 140726392702116 140726392702116 140726392709104 0
/proc/1049859/statm: 237293 216168 748 737 0 236381 0
Current children cumulated CPU time: 3574.02 s
Current children cumulated vsize: 967764 KiB
Current children cumulated memory: 868500 KiB

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

# cumulated CPU time of all completed processes:  user=3579.27 s, system=8.71454 s

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

[startup+3584 s]*
/proc/loadavg: 4.19 4.13 4.08 6/265 1050973
/proc/meminfo: memFree=126771852/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2804 CPUtime=1793.99 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 264 376890 0 0 0 0 178576 823 20 0 1 0 196861074 10170368 701 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 701 612 264 0 134 0
[pid=1049858] ppid=1048905 vsize=8660 memory=1024 CPUtime=0 cores=5,7
/proc/1049858/stat : 1049858 (timeout) S 1048905 1049858 1048757 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197040875 8867840 256 134679101440 94580726554624 94580726589640 140735208321728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94580728687056 94580728689188 94580732616704 140735208330226 140735208330395 140735208330395 140735208337383 0
/proc/1049858/statm: 2165 256 232 9 0 87 0
[pid=1049859] ppid=1049858 vsize=949172 memory=864672 CPUtime=1781.73 cores=5,7
/proc/1049859/stat : 1049859 (Exact) R 1049858 1049858 1048757 0 -1 4194304 167687 0 0 0 178128 45 0 0 20 0 1 0 197040875 971952128 216168 134679101440 4194304 7210733 140726392695568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 42676224 140726392701966 140726392702116 140726392702116 140726392709104 0
/proc/1049859/statm: 237293 216168 748 737 0 236381 0
Current children cumulated CPU time: 3575.72 s
Current children cumulated vsize: 967764 KiB
Current children cumulated memory: 868500 KiB

[startup+3590.4 s]
/proc/loadavg: 4.17 4.13 4.08 5/265 1050974
/proc/meminfo: memFree=126764924/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2804 CPUtime=1793.99 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 264 376890 0 0 0 0 178576 823 20 0 1 0 196861074 10170368 701 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 701 612 264 0 134 0
[pid=1049858] ppid=1048905 vsize=8660 memory=1024 CPUtime=0 cores=5,7
/proc/1049858/stat : 1049858 (timeout) S 1048905 1049858 1048757 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197040875 8867840 256 134679101440 94580726554624 94580726589640 140735208321728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94580728687056 94580728689188 94580732616704 140735208330226 140735208330395 140735208330395 140735208337383 0
/proc/1049858/statm: 2165 256 232 9 0 87 0
[pid=1049859] ppid=1049858 vsize=956084 memory=871400 CPUtime=1788.11 cores=5,7
/proc/1049859/stat : 1049859 (Exact) R 1049858 1049858 1048757 0 -1 4194304 169015 0 0 0 178766 45 0 0 20 0 1 0 197040875 979030016 217850 134679101440 4194304 7210733 140726392695568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 42676224 140726392701966 140726392702116 140726392702116 140726392709104 0
/proc/1049859/statm: 239021 217850 748 737 0 238109 0
Current children cumulated CPU time: 3582.1 s
Current children cumulated vsize: 974676 KiB
Current children cumulated memory: 875228 KiB

[startup+3593.6 s]
/proc/loadavg: 4.17 4.13 4.08 5/265 1050974
/proc/meminfo: memFree=126764728/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2804 CPUtime=1793.99 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 264 376890 0 0 0 0 178576 823 20 0 1 0 196861074 10170368 701 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 701 612 264 0 134 0
[pid=1049858] ppid=1048905 vsize=8660 memory=1024 CPUtime=0 cores=5,7
/proc/1049858/stat : 1049858 (timeout) S 1048905 1049858 1048757 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197040875 8867840 256 134679101440 94580726554624 94580726589640 140735208321728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94580728687056 94580728689188 94580732616704 140735208330226 140735208330395 140735208330395 140735208337383 0
/proc/1049858/statm: 2165 256 232 9 0 87 0
[pid=1049859] ppid=1049858 vsize=956084 memory=871400 CPUtime=1791.3 cores=5,7
/proc/1049859/stat : 1049859 (Exact) R 1049858 1049858 1048757 0 -1 4194304 169015 0 0 0 179085 45 0 0 20 0 1 0 197040875 979030016 217850 134679101440 4194304 7210733 140726392695568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 42676224 140726392701966 140726392702116 140726392702116 140726392709104 0
/proc/1049859/statm: 239021 217850 748 737 0 238109 0
Current children cumulated CPU time: 3585.29 s
Current children cumulated vsize: 974676 KiB
Current children cumulated memory: 875228 KiB

[startup+3595.2 s]
/proc/loadavg: 4.16 4.12 4.08 5/265 1050974
/proc/meminfo: memFree=126764728/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2804 CPUtime=1793.99 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 264 376890 0 0 0 0 178576 823 20 0 1 0 196861074 10170368 701 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 701 612 264 0 134 0
[pid=1049858] ppid=1048905 vsize=8660 memory=1024 CPUtime=0 cores=5,7
/proc/1049858/stat : 1049858 (timeout) S 1048905 1049858 1048757 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197040875 8867840 256 134679101440 94580726554624 94580726589640 140735208321728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94580728687056 94580728689188 94580732616704 140735208330226 140735208330395 140735208330395 140735208337383 0
/proc/1049858/statm: 2165 256 232 9 0 87 0
[pid=1049859] ppid=1049858 vsize=956084 memory=871400 CPUtime=1792.9 cores=5,7
/proc/1049859/stat : 1049859 (Exact) R 1049858 1049858 1048757 0 -1 4194304 169015 0 0 0 179245 45 0 0 20 0 1 0 197040875 979030016 217850 134679101440 4194304 7210733 140726392695568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 42676224 140726392701966 140726392702116 140726392702116 140726392709104 0
/proc/1049859/statm: 239021 217850 748 737 0 238109 0
Current children cumulated CPU time: 3586.89 s
Current children cumulated vsize: 974676 KiB
Current children cumulated memory: 875228 KiB

[startup+3596 s]*
/proc/loadavg: 4.16 4.12 4.08 5/265 1050976
/proc/meminfo: memFree=126764576/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2804 CPUtime=1793.99 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 264 376890 0 0 0 0 178576 823 20 0 1 0 196861074 10170368 701 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 701 612 264 0 134 0
[pid=1049858] ppid=1048905 vsize=8660 memory=1024 CPUtime=0 cores=5,7
/proc/1049858/stat : 1049858 (timeout) S 1048905 1049858 1048757 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197040875 8867840 256 134679101440 94580726554624 94580726589640 140735208321728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94580728687056 94580728689188 94580732616704 140735208330226 140735208330395 140735208330395 140735208337383 0
/proc/1049858/statm: 2165 256 232 9 0 87 0
[pid=1049859] ppid=1049858 vsize=956084 memory=871400 CPUtime=1793.7 cores=5,7
/proc/1049859/stat : 1049859 (Exact) R 1049858 1049858 1048757 0 -1 4194304 169015 0 0 0 179325 45 0 0 20 0 1 0 197040875 979030016 217850 134679101440 4194304 7210733 140726392695568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 42676224 140726392701966 140726392702116 140726392702116 140726392709104 0
/proc/1049859/statm: 239021 217850 748 737 0 238109 0
Current children cumulated CPU time: 3587.69 s
Current children cumulated vsize: 974676 KiB
Current children cumulated memory: 875228 KiB

[startup+3596.2 s]
/proc/loadavg: 4.16 4.12 4.08 5/265 1050976
/proc/meminfo: memFree=126764576/131524600 swapFree=131071996/131071996
[pid=1048905] ppid=1048902 vsize=9932 memory=2804 CPUtime=1793.99 cores=5,7
/proc/1048905/stat : 1048905 (Hybrid-LSMabSP+) S 1048902 1048905 1048757 0 -1 4194304 264 376890 0 0 0 0 178576 823 20 0 1 0 196861074 10170368 701 134679101440 94713413402624 94713414481944 140733128551344 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94713416580400 94713416627588 94713418924032 140733128553446 140733128553592 140733128553592 140733128560609 0
/proc/1048905/statm: 2483 701 612 264 0 134 0
[pid=1049858] ppid=1048905 vsize=8660 memory=1024 CPUtime=0 cores=5,7
/proc/1049858/stat : 1049858 (timeout) S 1048905 1049858 1048757 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 197040875 8867840 256 134679101440 94580726554624 94580726589640 140735208321728 0 0 0 0 3293184 73735 0 0 0 17 7 0 0 0 0 0 94580728687056 94580728689188 94580732616704 140735208330226 140735208330395 140735208330395 140735208337383 0
/proc/1049858/statm: 2165 256 232 9 0 87 0
[pid=1049859] ppid=1049858 vsize=794256 memory=758300 CPUtime=1793.9 cores=5,7
/proc/1049859/stat : 1049859 (Exact) R 1049858 1049858 1048757 0 -1 4194304 169021 0 0 0 179345 45 0 0 20 0 1 0 197040875 813318144 189575 134679101440 4194304 7210733 140726392695568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 42676224 140726392701966 140726392702116 140726392702116 140726392709104 0
/proc/1049859/statm: 198564 189575 840 737 0 197652 0
Current children cumulated CPU time: 3587.89 s
Current children cumulated vsize: 812848 KiB
Current children cumulated memory: 762128 KiB

Child status: 0

Real time (s): 3596.27
CPU time (s): 3587.99
CPU user time (s): 3579.27
CPU system time (s): 8.71454
CPU usage (%): 99.7697
Max. virtual memory (cumulated for all children) (KiB): 1607776
Max. memory (cumulated for all children) (KiB): 1570456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.27
system time used= 8.71454
maximum resident set size= 1566712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547759
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125
involuntary context switches= 2200


# summary of solver processes directly reported to runsolver:
#   pid: 1048905
#   total CPU time (s): 3587.99
#   total CPU user time (s): 3579.27
#   total CPU system time (s): 8.71454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.03735 second user time and 17.8516 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-20 05:42:42
IDJOB=4452554
IDBENCH=164450
IDSOLVER=3070
FILE ID=nodeC026/4452554-1721446949
RUNJOBID= nodeC026-1721446868-1048770
SLURM_JOB_ID= 7545673
Free space on /tmp= 890016 MiB

SOLVER NAME= Hybrid-LSMabSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-506428.0.u.opb
COMMAND LINE= ./Hybrid-LSMabSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452554-1721446949/watcher-4452554-1721446949 -o /tmp/evaluation-result-4452554-1721446949/solver-4452554-1721446949 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721446868-1048770 --watchdog 3760  ./Hybrid-LSMabSP+Exact HOME/instance-4452554-1721446949.opb 3600 HOME 31000

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

MD5SUM BENCH= be38a350659e0c4d627f3ed91afb1797
RANDOM SEED=891312997

nodeC026.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		: 3682.813
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.74
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		: 3689.046
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126992756 kB
MemAvailable:   128855248 kB
Buffers:          589296 kB
Cached:          2103408 kB
SwapCached:            0 kB
Active:          1107560 kB
Inactive:        2777924 kB
Active(anon):       1596 kB
Inactive(anon):  1237092 kB
Active(file):    1105964 kB
Inactive(file):  1540832 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             24844 kB
Writeback:             0 kB
AnonPages:       1189792 kB
Mapped:           141540 kB
Shmem:             45912 kB
KReclaimable:     111040 kB
Slab:             225396 kB
SReclaimable:     111040 kB
SUnreclaim:       114356 kB
KernelStack:        4224 kB
PageTables:        11864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1620976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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:      283348 kB
DirectMap2M:    33044480 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 889996 MiB
End job on nodeC026 at 2024-07-20 06:42:38