Trace number 4452254

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.91 3596.04

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-tanglegram6.0.u.opb
MD5SUMb4833b4bfdaca602656a4e797e1582c4
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 benchmark31.0437
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9182
Total number of constraints17713
Number of constraints which are clauses17712
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint8856
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 1223
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 10079
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3587.85/3596.04	c Filename:instance-4452254-1721441213.opb, Cutoff_time:1798, memory_limit_gb:29976
3587.85/3596.04	c Use Presolve
3587.85/3596.04	c Parse finsih
3587.85/3596.04	c Start Presolve
3587.85/3596.04	c After Reduce Vars: 9182 Clauses: 17713 Top clause weight: 1 Hard Clauses: 17713
3587.85/3596.04	c Use LS-small
3587.85/3596.04	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: 63931 MiB (58136 MiB free)
  memory of node 1: 64510 MiB (62320 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452254-1721441213/watcher-4452254-1721441213 -o /tmp/evaluation-result-4452254-1721441213/solver-4452254-1721441213 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721434012-1041053 --watchdog 3760 ./Hybrid-LSMabSP+Exact HOME/instance-4452254-1721441213.opb 3600 HOME 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1045699, runsolver pid=1045696
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 4.13 4.12 4.09 5/263 1045703
/proc/meminfo: memFree=123299556/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0
[pid=1045702] ppid=1045699 vsize=8660 memory=1056 CPUtime=0 cores=4,6
/proc/1045702/stat : 1045702 (timeout) S 1045699 1045702 1041042 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 196281563 8867840 264 134679101440 94420115783680 94420115818696 140724791697264 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94420117916112 94420117918244 94420132941824 140724791706663 140724791706779 140724791706779 140724791713767 0
/proc/1045702/statm: 2165 264 239 9 0 87 0
[pid=1045703] ppid=1045702 vsize=23172 memory=10612 CPUtime=0.09 cores=4,6
/proc/1045703/stat : 1045703 (LS-MabSP) R 1045702 1045702 1041042 0 -1 4194304 1641 0 0 0 9 0 0 0 20 0 1 0 196281563 23728128 2653 134679101440 4194304 15467897 140724747086352 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 52613120 140724747093050 140724747093153 140724747093153 140724747100141 0
/proc/1045703/statm: 5793 2653 1073 2753 0 2446 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41764 KiB
Current children cumulated memory: 14428 KiB

[startup+0.205755 s]*
/proc/loadavg: 4.13 4.12 4.09 5/263 1045703
/proc/meminfo: memFree=123244564/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0
[pid=1045702] ppid=1045699 vsize=8660 memory=1056 CPUtime=0 cores=4,6
/proc/1045702/stat : 1045702 (timeout) S 1045699 1045702 1041042 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 196281563 8867840 264 134679101440 94420115783680 94420115818696 140724791697264 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94420117916112 94420117918244 94420132941824 140724791706663 140724791706779 140724791706779 140724791713767 0
/proc/1045702/statm: 2165 264 239 9 0 87 0
[pid=1045703] ppid=1045702 vsize=33852 memory=21376 CPUtime=0.2 cores=4,6
/proc/1045703/stat : 1045703 (LS-MabSP) R 1045702 1045702 1041042 0 -1 4194304 5088 0 0 0 20 0 0 0 20 0 1 0 196281563 34664448 5344 134679101440 4194304 15467897 140724747086352 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 52613120 140724747093050 140724747093153 140724747093153 140724747100141 0
/proc/1045703/statm: 8463 5344 1105 2753 0 5116 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 52444 KiB
Current children cumulated memory: 25192 KiB

[startup+0.305725 s]*
/proc/loadavg: 4.13 4.12 4.09 5/263 1045703
/proc/meminfo: memFree=123202732/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0
[pid=1045702] ppid=1045699 vsize=8660 memory=1056 CPUtime=0 cores=4,6
/proc/1045702/stat : 1045702 (timeout) S 1045699 1045702 1041042 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 196281563 8867840 264 134679101440 94420115783680 94420115818696 140724791697264 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94420117916112 94420117918244 94420132941824 140724791706663 140724791706779 140724791706779 140724791713767 0
/proc/1045702/statm: 2165 264 239 9 0 87 0
[pid=1045703] ppid=1045702 vsize=32596 memory=20392 CPUtime=0.3 cores=4,6
/proc/1045703/stat : 1045703 (LS-MabSP) R 1045702 1045702 1041042 0 -1 4194304 5088 0 0 0 30 0 0 0 20 0 1 0 196281563 33378304 5098 134679101440 4194304 15467897 140724747086352 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 52613120 140724747093050 140724747093153 140724747093153 140724747100141 0
/proc/1045703/statm: 8149 5098 1153 2753 0 4802 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 51188 KiB
Current children cumulated memory: 24208 KiB

[startup+0.700287 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 1045703
/proc/meminfo: memFree=123044588/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0
[pid=1045702] ppid=1045699 vsize=8660 memory=1056 CPUtime=0 cores=4,6
/proc/1045702/stat : 1045702 (timeout) S 1045699 1045702 1041042 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 196281563 8867840 264 134679101440 94420115783680 94420115818696 140724791697264 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94420117916112 94420117918244 94420132941824 140724791706663 140724791706779 140724791706779 140724791713767 0
/proc/1045702/statm: 2165 264 239 9 0 87 0
[pid=1045703] ppid=1045702 vsize=189468 memory=175648 CPUtime=0.69 cores=4,6
/proc/1045703/stat : 1045703 (LS-MabSP) R 1045702 1045702 1041042 0 -1 4194304 44319 0 0 0 63 6 0 0 20 0 1 0 196281563 194015232 43912 134679101440 4194304 15467897 140724747086352 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 52613120 140724747093050 140724747093153 140724747093153 140724747100141 0
/proc/1045703/statm: 47367 43912 1153 2753 0 44020 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 208060 KiB
Current children cumulated memory: 179464 KiB

[startup+1.50031 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 1045703
/proc/meminfo: memFree=122640352/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0
[pid=1045702] ppid=1045699 vsize=8660 memory=1056 CPUtime=0 cores=4,6
/proc/1045702/stat : 1045702 (timeout) S 1045699 1045702 1041042 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 196281563 8867840 264 134679101440 94420115783680 94420115818696 140724791697264 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94420117916112 94420117918244 94420132941824 140724791706663 140724791706779 140724791706779 140724791713767 0
/proc/1045702/statm: 2165 264 239 9 0 87 0
[pid=1045703] ppid=1045702 vsize=446892 memory=433500 CPUtime=1.48 cores=4,6
/proc/1045703/stat : 1045703 (LS-MabSP) R 1045702 1045702 1041042 0 -1 4194304 107936 0 0 0 132 16 0 0 20 0 1 0 196281563 457617408 108375 134679101440 4194304 15467897 140724747086352 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 52613120 140724747093050 140724747093153 140724747093153 140724747100141 0
/proc/1045703/statm: 111723 108375 2769 2753 0 108376 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 465484 KiB
Current children cumulated memory: 437316 KiB

[startup+3.10574 s]
/proc/loadavg: 4.12 4.12 4.09 5/263 1045703
/proc/meminfo: memFree=121662996/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0
[pid=1045702] ppid=1045699 vsize=8660 memory=1056 CPUtime=0 cores=4,6
/proc/1045702/stat : 1045702 (timeout) S 1045699 1045702 1041042 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 196281563 8867840 264 134679101440 94420115783680 94420115818696 140724791697264 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94420117916112 94420117918244 94420132941824 140724791706663 140724791706779 140724791706779 140724791713767 0
/proc/1045702/statm: 2165 264 239 9 0 87 0
[pid=1045703] ppid=1045702 vsize=474764 memory=455792 CPUtime=3.08 cores=4,6
/proc/1045703/stat : 1045703 (LS-MabSP) R 1045702 1045702 1041042 0 -1 4194304 113490 0 0 0 291 17 0 0 20 0 1 0 196281563 486158336 113948 134679101440 4194304 15467897 140724747086352 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 52613120 140724747093050 140724747093153 140724747093153 140724747100141 0
/proc/1045703/statm: 118691 113948 2849 2753 0 115344 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 493356 KiB
Current children cumulated memory: 459608 KiB

[startup+6.30028 s]
/proc/loadavg: 4.12 4.12 4.09 5/263 1045703
/proc/meminfo: memFree=120417584/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0
[pid=1045702] ppid=1045699 vsize=8660 memory=1056 CPUtime=0 cores=4,6
/proc/1045702/stat : 1045702 (timeout) S 1045699 1045702 1041042 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 196281563 8867840 264 134679101440 94420115783680 94420115818696 140724791697264 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94420117916112 94420117918244 94420132941824 140724791706663 140724791706779 140724791706779 140724791713767 0
/proc/1045702/statm: 2165 264 239 9 0 87 0
[pid=1045703] ppid=1045702 vsize=486940 memory=466440 CPUtime=6.27 cores=4,6
/proc/1045703/stat : 1045703 (LS-MabSP) R 1045702 1045702 1041042 0 -1 4194304 116177 0 0 0 609 18 0 0 20 0 1 0 196281563 498626560 116610 134679101440 4194304 15467897 140724747086352 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 52613120 140724747093050 140724747093153 140724747093153 140724747100141 0
/proc/1045703/statm: 121735 116610 2849 2753 0 118388 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 505532 KiB
Current children cumulated memory: 470256 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 1045704
/proc/meminfo: memFree=117933648/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0
[pid=1045702] ppid=1045699 vsize=8660 memory=1056 CPUtime=0 cores=4,6
/proc/1045702/stat : 1045702 (timeout) S 1045699 1045702 1041042 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 196281563 8867840 264 134679101440 94420115783680 94420115818696 140724791697264 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94420117916112 94420117918244 94420132941824 140724791706663 140724791706779 140724791706779 140724791713767 0
/proc/1045702/statm: 2165 264 239 9 0 87 0
[pid=1045703] ppid=1045702 vsize=490836 memory=470644 CPUtime=12.66 cores=4,6
/proc/1045703/stat : 1045703 (LS-MabSP) R 1045702 1045702 1041042 0 -1 4194304 117224 0 0 0 1248 18 0 0 20 0 1 0 196281563 502616064 117661 134679101440 4194304 15467897 140724747086352 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 52613120 140724747093050 140724747093153 140724747093153 140724747100141 0
/proc/1045703/statm: 122709 117661 2849 2753 0 119362 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 509428 KiB
Current children cumulated memory: 474460 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 1045706
/proc/meminfo: memFree=112214484/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0
[pid=1045702] ppid=1045699 vsize=8660 memory=1056 CPUtime=0 cores=4,6
/proc/1045702/stat : 1045702 (timeout) S 1045699 1045702 1041042 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 196281563 8867840 264 134679101440 94420115783680 94420115818696 140724791697264 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94420117916112 94420117918244 94420132941824 140724791706663 140724791706779 140724791706779 140724791713767 0
/proc/1045702/statm: 2165 264 239 9 0 87 0
[pid=1045703] ppid=1045702 vsize=548056 memory=521748 CPUtime=25.43 cores=4,6
/proc/1045703/stat : 1045703 (LS-MabSP) R 1045702 1045702 1041042 0 -1 4194304 132867 0 0 0 2522 21 0 0 20 0 1 0 196281563 561209344 130437 134679101440 4194304 15467897 140724747086352 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 52613120 140724747093050 140724747093153 140724747093153 140724747100141 0
/proc/1045703/statm: 137014 130437 2849 2753 0 133667 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 566648 KiB
Current children cumulated memory: 525564 KiB

[startup+51.1058 s]
/proc/loadavg: 4.05 4.10 4.09 5/263 1045711
/proc/meminfo: memFree=108448352/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0
[pid=1045702] ppid=1045699 vsize=8660 memory=1056 CPUtime=0 cores=4,6
/proc/1045702/stat : 1045702 (timeout) S 1045699 1045702 1041042 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 196281563 8867840 264 134679101440 94420115783680 94420115818696 140724791697264 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94420117916112 94420117918244 94420132941824 140724791706663 140724791706779 140724791706779 140724791713767 0
/proc/1045702/statm: 2165 264 239 9 0 87 0
[pid=1045703] ppid=1045702 vsize=548056 memory=522372 CPUtime=50.97 cores=4,6
/proc/1045703/stat : 1045703 (LS-MabSP) R 1045702 1045702 1041042 0 -1 4194304 133643 0 0 0 5076 21 0 0 20 0 1 0 196281563 561209344 130593 134679101440 4194304 15467897 140724747086352 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 52613120 140724747093050 140724747093153 140724747093153 140724747100141 0
/proc/1045703/statm: 137014 130593 2849 2753 0 133667 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 566648 KiB
Current children cumulated memory: 526188 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 1045720
/proc/meminfo: memFree=108141664/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 237 105 0 0 0 0 0 0 20 0 1 0 196281563 10170368 690 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 690 614 264 0 134 0

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

/proc/1046709/statm: 143015 117883 748 737 0 142103 0
Current children cumulated CPU time: 3394.52 s
Current children cumulated vsize: 590652 KiB
Current children cumulated memory: 475312 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.18 4.18 5/264 1047580
/proc/meminfo: memFree=125726040/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2812 CPUtime=1793.82 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 269 137543 0 0 0 0 178203 1179 20 0 1 0 196281563 10170368 703 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 703 614 264 0 134 0
[pid=1046708] ppid=1045699 vsize=8660 memory=968 CPUtime=0 cores=4,6
/proc/1046708/stat : 1046708 (timeout) S 1045699 1046708 1041042 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 196461364 8867840 242 134679101440 93832137908224 93832137943240 140735343016528 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 93832140040656 93832140042788 93832158609408 140735343023090 140735343023259 140735343023259 140735343030247 0
/proc/1046708/statm: 2165 242 218 9 0 87 0
[pid=1046709] ppid=1046708 vsize=572060 memory=471532 CPUtime=1660.58 cores=4,6
/proc/1046709/stat : 1046709 (Exact) R 1046708 1046708 1041042 0 -1 4194304 68549 0 0 0 166034 24 0 0 20 0 1 0 196461364 585789440 117883 134679101440 4194304 7210733 140721592315008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7850304 7914896 18231296 140721592321038 140721592321188 140721592321188 140721592328176 0
/proc/1046709/statm: 143015 117883 748 737 0 142103 0
Current children cumulated CPU time: 3454.4 s
Current children cumulated vsize: 590652 KiB
Current children cumulated memory: 475312 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.16 4.17 5/263 1047590
/proc/meminfo: memFree=125719496/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2812 CPUtime=1793.82 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 269 137543 0 0 0 0 178203 1179 20 0 1 0 196281563 10170368 703 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 703 614 264 0 134 0
[pid=1046708] ppid=1045699 vsize=8660 memory=968 CPUtime=0 cores=4,6
/proc/1046708/stat : 1046708 (timeout) S 1045699 1046708 1041042 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 196461364 8867840 242 134679101440 93832137908224 93832137943240 140735343016528 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 93832140040656 93832140042788 93832158609408 140735343023090 140735343023259 140735343023259 140735343030247 0
/proc/1046708/statm: 2165 242 218 9 0 87 0
[pid=1046709] ppid=1046708 vsize=572060 memory=471532 CPUtime=1720.47 cores=4,6
/proc/1046709/stat : 1046709 (Exact) R 1046708 1046708 1041042 0 -1 4194304 68621 0 0 0 172023 24 0 0 20 0 1 0 196461364 585789440 117883 134679101440 4194304 7210733 140721592315008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7850304 7914896 18231296 140721592321038 140721592321188 140721592321188 140721592328176 0
/proc/1046709/statm: 143015 117883 748 737 0 142103 0
Current children cumulated CPU time: 3514.29 s
Current children cumulated vsize: 590652 KiB
Current children cumulated memory: 475312 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.14 4.16 2/235 1047729
/proc/meminfo: memFree=127861896/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2812 CPUtime=1793.82 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 269 137543 0 0 0 0 178203 1179 20 0 1 0 196281563 10170368 703 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 703 614 264 0 134 0
[pid=1046708] ppid=1045699 vsize=8660 memory=968 CPUtime=0 cores=4,6
/proc/1046708/stat : 1046708 (timeout) S 1045699 1046708 1041042 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 196461364 8867840 242 134679101440 93832137908224 93832137943240 140735343016528 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 93832140040656 93832140042788 93832158609408 140735343023090 140735343023259 140735343023259 140735343030247 0
/proc/1046708/statm: 2165 242 218 9 0 87 0
[pid=1046709] ppid=1046708 vsize=572060 memory=471628 CPUtime=1780.35 cores=4,6
/proc/1046709/stat : 1046709 (Exact) R 1046708 1046708 1041042 0 -1 4194304 68865 0 0 0 178011 24 0 0 20 0 1 0 196461364 585789440 117907 134679101440 4194304 7210733 140721592315008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7850304 7914896 18231296 140721592321038 140721592321188 140721592321188 140721592328176 0
/proc/1046709/statm: 143015 117907 748 737 0 142103 0
Current children cumulated CPU time: 3574.17 s
Current children cumulated vsize: 590652 KiB
Current children cumulated memory: 475408 KiB

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

# cumulated CPU time of all completed processes:  user=3575.87 s, system=12.0418 s

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

[startup+3584 s]*
/proc/loadavg: 3.83 4.09 4.15 2/235 1047729
/proc/meminfo: memFree=127861932/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2812 CPUtime=1793.82 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 269 137543 0 0 0 0 178203 1179 20 0 1 0 196281563 10170368 703 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 703 614 264 0 134 0
[pid=1046708] ppid=1045699 vsize=8660 memory=968 CPUtime=0 cores=4,6
/proc/1046708/stat : 1046708 (timeout) S 1045699 1046708 1041042 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 196461364 8867840 242 134679101440 93832137908224 93832137943240 140735343016528 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 93832140040656 93832140042788 93832158609408 140735343023090 140735343023259 140735343023259 140735343030247 0
/proc/1046708/statm: 2165 242 218 9 0 87 0
[pid=1046709] ppid=1046708 vsize=572060 memory=471628 CPUtime=1782.05 cores=4,6
/proc/1046709/stat : 1046709 (Exact) R 1046708 1046708 1041042 0 -1 4194304 68865 0 0 0 178181 24 0 0 20 0 1 0 196461364 585789440 117907 134679101440 4194304 7210733 140721592315008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7850304 7914896 18231296 140721592321038 140721592321188 140721592321188 140721592328176 0
/proc/1046709/statm: 143015 117907 748 737 0 142103 0
Current children cumulated CPU time: 3575.87 s
Current children cumulated vsize: 590652 KiB
Current children cumulated memory: 475408 KiB

[startup+3590.4 s]
/proc/loadavg: 3.60 4.04 4.13 2/235 1047730
/proc/meminfo: memFree=127862032/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2812 CPUtime=1793.82 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 269 137543 0 0 0 0 178203 1179 20 0 1 0 196281563 10170368 703 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 703 614 264 0 134 0
[pid=1046708] ppid=1045699 vsize=8660 memory=968 CPUtime=0 cores=4,6
/proc/1046708/stat : 1046708 (timeout) S 1045699 1046708 1041042 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 196461364 8867840 242 134679101440 93832137908224 93832137943240 140735343016528 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 93832140040656 93832140042788 93832158609408 140735343023090 140735343023259 140735343023259 140735343030247 0
/proc/1046708/statm: 2165 242 218 9 0 87 0
[pid=1046709] ppid=1046708 vsize=572060 memory=471628 CPUtime=1788.44 cores=4,6
/proc/1046709/stat : 1046709 (Exact) R 1046708 1046708 1041042 0 -1 4194304 68865 0 0 0 178820 24 0 0 20 0 1 0 196461364 585789440 117907 134679101440 4194304 7210733 140721592315008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7850304 7914896 18231296 140721592321038 140721592321188 140721592321188 140721592328176 0
/proc/1046709/statm: 143015 117907 748 737 0 142103 0
Current children cumulated CPU time: 3582.26 s
Current children cumulated vsize: 590652 KiB
Current children cumulated memory: 475408 KiB

[startup+3593.6 s]
/proc/loadavg: 3.39 3.99 4.11 2/235 1047730
/proc/meminfo: memFree=127862076/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2812 CPUtime=1793.82 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 269 137543 0 0 0 0 178203 1179 20 0 1 0 196281563 10170368 703 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 703 614 264 0 134 0
[pid=1046708] ppid=1045699 vsize=8660 memory=968 CPUtime=0 cores=4,6
/proc/1046708/stat : 1046708 (timeout) S 1045699 1046708 1041042 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 196461364 8867840 242 134679101440 93832137908224 93832137943240 140735343016528 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 93832140040656 93832140042788 93832158609408 140735343023090 140735343023259 140735343023259 140735343030247 0
/proc/1046708/statm: 2165 242 218 9 0 87 0
[pid=1046709] ppid=1046708 vsize=572060 memory=471628 CPUtime=1791.63 cores=4,6
/proc/1046709/stat : 1046709 (Exact) R 1046708 1046708 1041042 0 -1 4194304 68865 0 0 0 179139 24 0 0 20 0 1 0 196461364 585789440 117907 134679101440 4194304 7210733 140721592315008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7850304 7914896 18231296 140721592321038 140721592321188 140721592321188 140721592328176 0
/proc/1046709/statm: 143015 117907 748 737 0 142103 0
Current children cumulated CPU time: 3585.45 s
Current children cumulated vsize: 590652 KiB
Current children cumulated memory: 475408 KiB

[startup+3595.2 s]
/proc/loadavg: 3.39 3.99 4.11 2/235 1047730
/proc/meminfo: memFree=127862060/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2812 CPUtime=1793.82 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 269 137543 0 0 0 0 178203 1179 20 0 1 0 196281563 10170368 703 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 703 614 264 0 134 0
[pid=1046708] ppid=1045699 vsize=8660 memory=968 CPUtime=0 cores=4,6
/proc/1046708/stat : 1046708 (timeout) S 1045699 1046708 1041042 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 196461364 8867840 242 134679101440 93832137908224 93832137943240 140735343016528 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 93832140040656 93832140042788 93832158609408 140735343023090 140735343023259 140735343023259 140735343030247 0
/proc/1046708/statm: 2165 242 218 9 0 87 0
[pid=1046709] ppid=1046708 vsize=572060 memory=471628 CPUtime=1793.23 cores=4,6
/proc/1046709/stat : 1046709 (Exact) R 1046708 1046708 1041042 0 -1 4194304 68865 0 0 0 179299 24 0 0 20 0 1 0 196461364 585789440 117907 134679101440 4194304 7210733 140721592315008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7850304 7914896 18231296 140721592321038 140721592321188 140721592321188 140721592328176 0
/proc/1046709/statm: 143015 117907 748 737 0 142103 0
Current children cumulated CPU time: 3587.05 s
Current children cumulated vsize: 590652 KiB
Current children cumulated memory: 475408 KiB

[startup+3595.6 s]
/proc/loadavg: 3.39 3.99 4.11 2/235 1047730
/proc/meminfo: memFree=127862060/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2812 CPUtime=1793.82 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 269 137543 0 0 0 0 178203 1179 20 0 1 0 196281563 10170368 703 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 703 614 264 0 134 0
[pid=1046708] ppid=1045699 vsize=8660 memory=968 CPUtime=0 cores=4,6
/proc/1046708/stat : 1046708 (timeout) S 1045699 1046708 1041042 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 196461364 8867840 242 134679101440 93832137908224 93832137943240 140735343016528 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 93832140040656 93832140042788 93832158609408 140735343023090 140735343023259 140735343023259 140735343030247 0
/proc/1046708/statm: 2165 242 218 9 0 87 0
[pid=1046709] ppid=1046708 vsize=572060 memory=471628 CPUtime=1793.63 cores=4,6
/proc/1046709/stat : 1046709 (Exact) R 1046708 1046708 1041042 0 -1 4194304 68865 0 0 0 179339 24 0 0 20 0 1 0 196461364 585789440 117907 134679101440 4194304 7210733 140721592315008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7850304 7914896 18231296 140721592321038 140721592321188 140721592321188 140721592328176 0
/proc/1046709/statm: 143015 117907 748 737 0 142103 0
Current children cumulated CPU time: 3587.45 s
Current children cumulated vsize: 590652 KiB
Current children cumulated memory: 475408 KiB

[startup+3596 s]*
/proc/loadavg: 3.39 3.99 4.11 2/235 1047730
/proc/meminfo: memFree=127862068/131524600 swapFree=131071996/131071996
[pid=1045699] ppid=1045696 vsize=9932 memory=2812 CPUtime=1793.82 cores=4,6
/proc/1045699/stat : 1045699 (Hybrid-LSMabSP+) S 1045696 1045699 1041042 0 -1 4194304 269 137543 0 0 0 0 178203 1179 20 0 1 0 196281563 10170368 703 134679101440 94520122855424 94520123934744 140722576779936 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94520126033200 94520126080388 94520142299136 140722576786406 140722576786552 140722576786552 140722576793569 0
/proc/1045699/statm: 2483 703 614 264 0 134 0
[pid=1046708] ppid=1045699 vsize=8660 memory=968 CPUtime=0 cores=4,6
/proc/1046708/stat : 1046708 (timeout) S 1045699 1046708 1041042 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 196461364 8867840 242 134679101440 93832137908224 93832137943240 140735343016528 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 93832140040656 93832140042788 93832158609408 140735343023090 140735343023259 140735343023259 140735343030247 0
/proc/1046708/statm: 2165 242 218 9 0 87 0
[pid=1046709] ppid=1046708 vsize=572060 memory=471628 CPUtime=1794.03 cores=4,6
/proc/1046709/stat : 1046709 (Exact) R 1046708 1046708 1041042 0 -1 4194304 68865 0 0 0 179379 24 0 0 20 0 1 0 196461364 585789440 117907 134679101440 4194304 7210733 140721592315008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7850304 7914896 18231296 140721592321038 140721592321188 140721592321188 140721592328176 0
/proc/1046709/statm: 143015 117907 748 737 0 142103 0
Current children cumulated CPU time: 3587.85 s
Current children cumulated vsize: 590652 KiB
Current children cumulated memory: 475408 KiB

Child status: 0

Real time (s): 3596.04
CPU time (s): 3587.91
CPU user time (s): 3575.87
CPU system time (s): 12.0418
CPU usage (%): 99.7738
Max. virtual memory (cumulated for all children) (KiB): 641964
Max. memory (cumulated for all children) (KiB): 546112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.87
system time used= 12.0418
maximum resident set size= 542296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208265
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= 122
involuntary context switches= 1635


# summary of solver processes directly reported to runsolver:
#   pid: 1045699
#   total CPU time (s): 3587.91
#   total CPU user time (s): 3575.87
#   total CPU system time (s): 12.0418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.11127 second user time and 16.7925 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-20 04:07:06
IDJOB=4452254
IDBENCH=164182
IDSOLVER=3070
FILE ID=nodeC015/4452254-1721441213
RUNJOBID= nodeC015-1721434012-1041053
SLURM_JOB_ID= 7545632
Free space on /tmp= 890012 MiB

SOLVER NAME= Hybrid-LSMabSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-tanglegram6.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-4452254-1721441213/watcher-4452254-1721441213 -o /tmp/evaluation-result-4452254-1721441213/solver-4452254-1721441213 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721434012-1041053 --watchdog 3760  ./Hybrid-LSMabSP+Exact HOME/instance-4452254-1721441213.opb 3600 HOME 31000

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

MD5SUM BENCH= b4833b4bfdaca602656a4e797e1582c4
RANDOM SEED=231935916

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.028
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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		: 3656.089
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.61
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		: 3683.494
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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		: 3667.934
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.998
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123356356 kB
MemAvailable:   124726684 kB
Buffers:          542116 kB
Cached:          1662628 kB
SwapCached:            0 kB
Active:          1719476 kB
Inactive:        5802188 kB
Active(anon):       1628 kB
Inactive(anon):  5361528 kB
Active(file):    1717848 kB
Inactive(file):   440660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             45796 kB
Writeback:            32 kB
AnonPages:       5315548 kB
Mapped:           126288 kB
Shmem:             45912 kB
KReclaimable:     102936 kB
Slab:             215732 kB
SReclaimable:     102936 kB
SUnreclaim:       112796 kB
KernelStack:        4140 kB
PageTables:        19360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5666192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC015 at 2024-07-20 05:07:02