Trace number 4453335

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-LSMabP+Exact 2024-07-11? 3586.71 3596.02

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-lines-v2_shuffle/normalized-grid8_59.shuf-3.opb
MD5SUM254a849970c239072df004e28e5fe1a7
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 benchmark0.14232
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables472
Total number of constraints473
Number of constraints which are clauses472
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint472
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 489
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3586.67/3596.01	c Filename:instance-4453335-1721462390.opb, Cutoff_time:1798, memory_limit_gb:29976
3586.67/3596.01	c Use Presolve
3586.67/3596.01	c Parse finsih
3586.67/3596.01	c Start Presolve
3586.67/3596.01	c After Reduce Vars: 472 Clauses: 473 Top clause weight: 1 Hard Clauses: 473
3586.67/3596.01	c Use LS-small
3586.67/3596.01	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 (61385 MiB free)
  memory of node 1: 64510 MiB (62351 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453335-1721462390/watcher-4453335-1721462390 -o /tmp/evaluation-result-4453335-1721462390/solver-4453335-1721462390 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721455072-1072788 --watchdog 3760 ./Hybrid-LSMabP+Exact HOME/instance-4453335-1721462390.opb 3600 HOME 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100085 s]*
/proc/loadavg: 4.14 4.12 4.11 5/266 1077324
/proc/meminfo: memFree=126702696/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0
[pid=1077323] ppid=1077320 vsize=8660 memory=1036 CPUtime=0 cores=0,2
/proc/1077323/stat : 1077323 (timeout) S 1077320 1077323 1072776 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 198400852 8867840 259 134679101440 94004016603136 94004016638152 140733654794832 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94004018735568 94004018737700 94004026028032 140733654803489 140733654803611 140733654803611 140733654810599 0
/proc/1077323/statm: 2165 259 234 9 0 87 0
[pid=1077324] ppid=1077323 vsize=20516 memory=8460 CPUtime=0.09 cores=0,2
/proc/1077324/stat : 1077324 (LS-MabP) R 1077323 1077323 1072776 0 -1 4194304 544 0 0 0 9 0 0 0 20 0 1 0 198400852 21008384 2115 134679101440 4194304 15467897 140720600731520 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 52957184 140720600736821 140720600736930 140720600736930 140720600743918 0
/proc/1077324/statm: 5129 2115 1153 2753 0 1782 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 12216 KiB

[startup+0.205696 s]*
/proc/loadavg: 4.14 4.12 4.11 5/266 1077324
/proc/meminfo: memFree=126702696/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0
[pid=1077323] ppid=1077320 vsize=8660 memory=1036 CPUtime=0 cores=0,2
/proc/1077323/stat : 1077323 (timeout) S 1077320 1077323 1072776 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 198400852 8867840 259 134679101440 94004016603136 94004016638152 140733654794832 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94004018735568 94004018737700 94004026028032 140733654803489 140733654803611 140733654803611 140733654810599 0
/proc/1077323/statm: 2165 259 234 9 0 87 0
[pid=1077324] ppid=1077323 vsize=20516 memory=8460 CPUtime=0.2 cores=0,2
/proc/1077324/stat : 1077324 (LS-MabP) R 1077323 1077323 1072776 0 -1 4194304 544 0 0 0 20 0 0 0 20 0 1 0 198400852 21008384 2115 134679101440 4194304 15467897 140720600731520 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 52957184 140720600736821 140720600736930 140720600736930 140720600743918 0
/proc/1077324/statm: 5129 2115 1153 2753 0 1782 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 12216 KiB

[startup+0.304881 s]*
/proc/loadavg: 4.14 4.12 4.11 5/266 1077324
/proc/meminfo: memFree=126702172/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0
[pid=1077323] ppid=1077320 vsize=8660 memory=1036 CPUtime=0 cores=0,2
/proc/1077323/stat : 1077323 (timeout) S 1077320 1077323 1072776 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 198400852 8867840 259 134679101440 94004016603136 94004016638152 140733654794832 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94004018735568 94004018737700 94004026028032 140733654803489 140733654803611 140733654803611 140733654810599 0
/proc/1077323/statm: 2165 259 234 9 0 87 0
[pid=1077324] ppid=1077323 vsize=20516 memory=8460 CPUtime=0.3 cores=0,2
/proc/1077324/stat : 1077324 (LS-MabP) R 1077323 1077323 1072776 0 -1 4194304 544 0 0 0 30 0 0 0 20 0 1 0 198400852 21008384 2115 134679101440 4194304 15467897 140720600731520 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 52957184 140720600736821 140720600736930 140720600736930 140720600743918 0
/proc/1077324/statm: 5129 2115 1153 2753 0 1782 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 12216 KiB

[startup+0.700193 s]
/proc/loadavg: 4.14 4.12 4.11 5/266 1077324
/proc/meminfo: memFree=126702004/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0
[pid=1077323] ppid=1077320 vsize=8660 memory=1036 CPUtime=0 cores=0,2
/proc/1077323/stat : 1077323 (timeout) S 1077320 1077323 1072776 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 198400852 8867840 259 134679101440 94004016603136 94004016638152 140733654794832 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94004018735568 94004018737700 94004026028032 140733654803489 140733654803611 140733654803611 140733654810599 0
/proc/1077323/statm: 2165 259 234 9 0 87 0
[pid=1077324] ppid=1077323 vsize=20516 memory=8460 CPUtime=0.68 cores=0,2
/proc/1077324/stat : 1077324 (LS-MabP) R 1077323 1077323 1072776 0 -1 4194304 544 0 0 0 68 0 0 0 20 0 1 0 198400852 21008384 2115 134679101440 4194304 15467897 140720600731520 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 52957184 140720600736821 140720600736930 140720600736930 140720600743918 0
/proc/1077324/statm: 5129 2115 1153 2753 0 1782 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 12216 KiB

[startup+1.5002 s]
/proc/loadavg: 4.14 4.12 4.11 6/266 1077324
/proc/meminfo: memFree=126701976/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0
[pid=1077323] ppid=1077320 vsize=8660 memory=1036 CPUtime=0 cores=0,2
/proc/1077323/stat : 1077323 (timeout) S 1077320 1077323 1072776 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 198400852 8867840 259 134679101440 94004016603136 94004016638152 140733654794832 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94004018735568 94004018737700 94004026028032 140733654803489 140733654803611 140733654803611 140733654810599 0
/proc/1077323/statm: 2165 259 234 9 0 87 0
[pid=1077324] ppid=1077323 vsize=20516 memory=8460 CPUtime=1.49 cores=0,2
/proc/1077324/stat : 1077324 (LS-MabP) R 1077323 1077323 1072776 0 -1 4194304 544 0 0 0 148 1 0 0 20 0 1 0 198400852 21008384 2115 134679101440 4194304 15467897 140720600731520 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 52957184 140720600736821 140720600736930 140720600736930 140720600743918 0
/proc/1077324/statm: 5129 2115 1153 2753 0 1782 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 12216 KiB

[startup+3.10513 s]
/proc/loadavg: 4.14 4.12 4.11 6/266 1077324
/proc/meminfo: memFree=126702032/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0
[pid=1077323] ppid=1077320 vsize=8660 memory=1036 CPUtime=0 cores=0,2
/proc/1077323/stat : 1077323 (timeout) S 1077320 1077323 1072776 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 198400852 8867840 259 134679101440 94004016603136 94004016638152 140733654794832 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94004018735568 94004018737700 94004026028032 140733654803489 140733654803611 140733654803611 140733654810599 0
/proc/1077323/statm: 2165 259 234 9 0 87 0
[pid=1077324] ppid=1077323 vsize=20516 memory=8460 CPUtime=3.08 cores=0,2
/proc/1077324/stat : 1077324 (LS-MabP) R 1077323 1077323 1072776 0 -1 4194304 544 0 0 0 306 2 0 0 20 0 1 0 198400852 21008384 2115 134679101440 4194304 15467897 140720600731520 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 52957184 140720600736821 140720600736930 140720600736930 140720600743918 0
/proc/1077324/statm: 5129 2115 1153 2753 0 1782 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 12216 KiB

[startup+6.3002 s]
/proc/loadavg: 4.13 4.12 4.11 6/266 1077324
/proc/meminfo: memFree=126702124/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0
[pid=1077323] ppid=1077320 vsize=8660 memory=1036 CPUtime=0 cores=0,2
/proc/1077323/stat : 1077323 (timeout) S 1077320 1077323 1072776 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 198400852 8867840 259 134679101440 94004016603136 94004016638152 140733654794832 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94004018735568 94004018737700 94004026028032 140733654803489 140733654803611 140733654803611 140733654810599 0
/proc/1077323/statm: 2165 259 234 9 0 87 0
[pid=1077324] ppid=1077323 vsize=20516 memory=8460 CPUtime=6.27 cores=0,2
/proc/1077324/stat : 1077324 (LS-MabP) R 1077323 1077323 1072776 0 -1 4194304 544 0 0 0 621 6 0 0 20 0 1 0 198400852 21008384 2115 134679101440 4194304 15467897 140720600731520 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 52957184 140720600736821 140720600736930 140720600736930 140720600743918 0
/proc/1077324/statm: 5129 2115 1153 2753 0 1782 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 12216 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.11 6/266 1077328
/proc/meminfo: memFree=126701952/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0
[pid=1077323] ppid=1077320 vsize=8660 memory=1036 CPUtime=0 cores=0,2
/proc/1077323/stat : 1077323 (timeout) S 1077320 1077323 1072776 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 198400852 8867840 259 134679101440 94004016603136 94004016638152 140733654794832 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94004018735568 94004018737700 94004026028032 140733654803489 140733654803611 140733654803611 140733654810599 0
/proc/1077323/statm: 2165 259 234 9 0 87 0
[pid=1077324] ppid=1077323 vsize=20516 memory=8460 CPUtime=12.66 cores=0,2
/proc/1077324/stat : 1077324 (LS-MabP) R 1077323 1077323 1072776 0 -1 4194304 544 0 0 0 1254 12 0 0 20 0 1 0 198400852 21008384 2115 134679101440 4194304 15467897 140720600731520 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 52957184 140720600736821 140720600736930 140720600736930 140720600743918 0
/proc/1077324/statm: 5129 2115 1153 2753 0 1782 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 12216 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.11 4.11 6/266 1077329
/proc/meminfo: memFree=126701632/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0
[pid=1077323] ppid=1077320 vsize=8660 memory=1036 CPUtime=0 cores=0,2
/proc/1077323/stat : 1077323 (timeout) S 1077320 1077323 1072776 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 198400852 8867840 259 134679101440 94004016603136 94004016638152 140733654794832 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94004018735568 94004018737700 94004026028032 140733654803489 140733654803611 140733654803611 140733654810599 0
/proc/1077323/statm: 2165 259 234 9 0 87 0
[pid=1077324] ppid=1077323 vsize=20516 memory=8460 CPUtime=25.43 cores=0,2
/proc/1077324/stat : 1077324 (LS-MabP) R 1077323 1077323 1072776 0 -1 4194304 544 0 0 0 2516 27 0 0 20 0 1 0 198400852 21008384 2115 134679101440 4194304 15467897 140720600731520 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 52957184 140720600736821 140720600736930 140720600736930 140720600743918 0
/proc/1077324/statm: 5129 2115 1153 2753 0 1782 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 12216 KiB

[startup+51.1048 s]
/proc/loadavg: 4.12 4.12 4.11 6/265 1077335
/proc/meminfo: memFree=126701124/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0
[pid=1077323] ppid=1077320 vsize=8660 memory=1036 CPUtime=0 cores=0,2
/proc/1077323/stat : 1077323 (timeout) S 1077320 1077323 1072776 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 198400852 8867840 259 134679101440 94004016603136 94004016638152 140733654794832 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94004018735568 94004018737700 94004026028032 140733654803489 140733654803611 140733654803611 140733654810599 0
/proc/1077323/statm: 2165 259 234 9 0 87 0
[pid=1077324] ppid=1077323 vsize=20516 memory=8460 CPUtime=50.98 cores=0,2
/proc/1077324/stat : 1077324 (LS-MabP) R 1077323 1077323 1072776 0 -1 4194304 544 0 0 0 5040 58 0 0 20 0 1 0 198400852 21008384 2115 134679101440 4194304 15467897 140720600731520 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 52957184 140720600736821 140720600736930 140720600736930 140720600743918 0
/proc/1077324/statm: 5129 2115 1153 2753 0 1782 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 39108 KiB
Current children cumulated memory: 12216 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.10 6/265 1077354
/proc/meminfo: memFree=126697248/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2720 CPUtime=0 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 233 103 0 0 0 0 0 0 20 0 1 0 198400852 10170368 680 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 680 602 264 0 134 0

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

/proc/1078403/statm: 27381 21944 804 745 0 26446 0
Current children cumulated CPU time: 3393.52 s
Current children cumulated vsize: 128116 KiB
Current children cumulated memory: 91592 KiB

[startup+3462.3 s]
/proc/loadavg: 3.17 3.50 3.82 2/239 1079300
/proc/meminfo: memFree=126709456/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2764 CPUtime=1794.12 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 266 765 0 0 0 0 177365 2047 20 0 1 0 198400852 10170368 691 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 691 602 264 0 134 0
[pid=1078402] ppid=1077320 vsize=8660 memory=1052 CPUtime=0 cores=0,2
/proc/1078402/stat : 1078402 (timeout) S 1077320 1078402 1072776 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 198580653 8867840 263 134679101440 94350709317632 94350709352648 140732550239424 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94350711450064 94350711452196 94350728769536 140732550243314 140732550243483 140732550243483 140732550250471 0
/proc/1078402/statm: 2165 263 239 9 0 87 0
[pid=1078403] ppid=1078402 vsize=110292 memory=88724 CPUtime=1659.22 cores=0,2
/proc/1078403/stat : 1078403 (Exact) R 1078402 1078402 1072776 0 -1 4194304 13835 0 0 0 165916 6 0 0 20 0 1 0 198580653 112939008 22181 134679101440 4194304 7243121 140724156082752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 29990912 140724156089358 140724156089508 140724156089508 140724156096496 0
/proc/1078403/statm: 27573 22181 804 745 0 26638 0
Current children cumulated CPU time: 3453.34 s
Current children cumulated vsize: 128884 KiB
Current children cumulated memory: 92540 KiB

[startup+3522.3 s]
/proc/loadavg: 1.88 3.06 3.64 2/240 1079480
/proc/meminfo: memFree=126706760/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2764 CPUtime=1794.12 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 266 765 0 0 0 0 177365 2047 20 0 1 0 198400852 10170368 691 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 691 602 264 0 134 0
[pid=1078402] ppid=1077320 vsize=8660 memory=1052 CPUtime=0 cores=0,2
/proc/1078402/stat : 1078402 (timeout) S 1077320 1078402 1072776 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 198580653 8867840 263 134679101440 94350709317632 94350709352648 140732550239424 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94350711450064 94350711452196 94350728769536 140732550243314 140732550243483 140732550243483 140732550250471 0
/proc/1078402/statm: 2165 263 239 9 0 87 0
[pid=1078403] ppid=1078402 vsize=110548 memory=90976 CPUtime=1719.05 cores=0,2
/proc/1078403/stat : 1078403 (Exact) R 1078402 1078402 1072776 0 -1 4194304 13942 0 0 0 171899 6 0 0 20 0 1 0 198580653 113201152 22744 134679101440 4194304 7243121 140724156082752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 29990912 140724156089358 140724156089508 140724156089508 140724156096496 0
/proc/1078403/statm: 27637 22744 804 745 0 26702 0
Current children cumulated CPU time: 3513.17 s
Current children cumulated vsize: 129140 KiB
Current children cumulated memory: 94792 KiB

[startup+3582.3 s]
/proc/loadavg: 1.38 2.70 3.48 2/240 1079490
/proc/meminfo: memFree=126705564/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2764 CPUtime=1794.12 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 266 765 0 0 0 0 177365 2047 20 0 1 0 198400852 10170368 691 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 691 602 264 0 134 0
[pid=1078402] ppid=1077320 vsize=8660 memory=1052 CPUtime=0 cores=0,2
/proc/1078402/stat : 1078402 (timeout) S 1077320 1078402 1072776 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 198580653 8867840 263 134679101440 94350709317632 94350709352648 140732550239424 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94350711450064 94350711452196 94350728769536 140732550243314 140732550243483 140732550243483 140732550250471 0
/proc/1078402/statm: 2165 263 239 9 0 87 0
[pid=1078403] ppid=1078402 vsize=112212 memory=92120 CPUtime=1778.88 cores=0,2
/proc/1078403/stat : 1078403 (Exact) R 1078402 1078402 1072776 0 -1 4194304 14281 0 0 0 177882 6 0 0 20 0 1 0 198580653 114905088 23030 134679101440 4194304 7243121 140724156082752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 29990912 140724156089358 140724156089508 140724156089508 140724156096496 0
/proc/1078403/statm: 28053 23030 804 745 0 27118 0
Current children cumulated CPU time: 3573 s
Current children cumulated vsize: 130804 KiB
Current children cumulated memory: 95936 KiB

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

# cumulated CPU time of all completed processes:  user=3566.17 s, system=20.5446 s

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

[startup+3584 s]*
/proc/loadavg: 1.35 2.67 3.47 2/240 1079490
/proc/meminfo: memFree=126705592/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2764 CPUtime=1794.12 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 266 765 0 0 0 0 177365 2047 20 0 1 0 198400852 10170368 691 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 691 602 264 0 134 0
[pid=1078402] ppid=1077320 vsize=8660 memory=1052 CPUtime=0 cores=0,2
/proc/1078402/stat : 1078402 (timeout) S 1077320 1078402 1072776 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 198580653 8867840 263 134679101440 94350709317632 94350709352648 140732550239424 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94350711450064 94350711452196 94350728769536 140732550243314 140732550243483 140732550243483 140732550250471 0
/proc/1078402/statm: 2165 263 239 9 0 87 0
[pid=1078403] ppid=1078402 vsize=112212 memory=92120 CPUtime=1780.58 cores=0,2
/proc/1078403/stat : 1078403 (Exact) R 1078402 1078402 1072776 0 -1 4194304 14282 0 0 0 178052 6 0 0 20 0 1 0 198580653 114905088 23030 134679101440 4194304 7243121 140724156082752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 29990912 140724156089358 140724156089508 140724156089508 140724156096496 0
/proc/1078403/statm: 28053 23030 804 745 0 27118 0
Current children cumulated CPU time: 3574.7 s
Current children cumulated vsize: 130804 KiB
Current children cumulated memory: 95936 KiB

[startup+3590.4 s]
/proc/loadavg: 1.32 2.64 3.45 2/240 1079491
/proc/meminfo: memFree=126702652/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2764 CPUtime=1794.12 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 266 765 0 0 0 0 177365 2047 20 0 1 0 198400852 10170368 691 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 691 602 264 0 134 0
[pid=1078402] ppid=1077320 vsize=8660 memory=1052 CPUtime=0 cores=0,2
/proc/1078402/stat : 1078402 (timeout) S 1077320 1078402 1072776 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 198580653 8867840 263 134679101440 94350709317632 94350709352648 140732550239424 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94350711450064 94350711452196 94350728769536 140732550243314 140732550243483 140732550243483 140732550250471 0
/proc/1078402/statm: 2165 263 239 9 0 87 0
[pid=1078403] ppid=1078402 vsize=113492 memory=95216 CPUtime=1786.96 cores=0,2
/proc/1078403/stat : 1078403 (Exact) R 1078402 1078402 1072776 0 -1 4194304 14508 0 0 0 178690 6 0 0 20 0 1 0 198580653 116215808 23804 134679101440 4194304 7243121 140724156082752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 29990912 140724156089358 140724156089508 140724156089508 140724156096496 0
/proc/1078403/statm: 28373 23804 804 745 0 27438 0
Current children cumulated CPU time: 3581.08 s
Current children cumulated vsize: 132084 KiB
Current children cumulated memory: 99032 KiB

[startup+3593.6 s]
/proc/loadavg: 1.32 2.64 3.45 2/240 1079491
/proc/meminfo: memFree=126702652/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2764 CPUtime=1794.12 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 266 765 0 0 0 0 177365 2047 20 0 1 0 198400852 10170368 691 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 691 602 264 0 134 0
[pid=1078402] ppid=1077320 vsize=8660 memory=1052 CPUtime=0 cores=0,2
/proc/1078402/stat : 1078402 (timeout) S 1077320 1078402 1072776 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 198580653 8867840 263 134679101440 94350709317632 94350709352648 140732550239424 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94350711450064 94350711452196 94350728769536 140732550243314 140732550243483 140732550243483 140732550250471 0
/proc/1078402/statm: 2165 263 239 9 0 87 0
[pid=1078403] ppid=1078402 vsize=113492 memory=95216 CPUtime=1790.15 cores=0,2
/proc/1078403/stat : 1078403 (Exact) R 1078402 1078402 1072776 0 -1 4194304 14508 0 0 0 179009 6 0 0 20 0 1 0 198580653 116215808 23804 134679101440 4194304 7243121 140724156082752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 29990912 140724156089358 140724156089508 140724156089508 140724156096496 0
/proc/1078403/statm: 28373 23804 804 745 0 27438 0
Current children cumulated CPU time: 3584.27 s
Current children cumulated vsize: 132084 KiB
Current children cumulated memory: 99032 KiB

[startup+3595.2 s]
/proc/loadavg: 1.30 2.61 3.44 2/240 1079491
/proc/meminfo: memFree=126702652/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2764 CPUtime=1794.12 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 266 765 0 0 0 0 177365 2047 20 0 1 0 198400852 10170368 691 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 691 602 264 0 134 0
[pid=1078402] ppid=1077320 vsize=8660 memory=1052 CPUtime=0 cores=0,2
/proc/1078402/stat : 1078402 (timeout) S 1077320 1078402 1072776 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 198580653 8867840 263 134679101440 94350709317632 94350709352648 140732550239424 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94350711450064 94350711452196 94350728769536 140732550243314 140732550243483 140732550243483 140732550250471 0
/proc/1078402/statm: 2165 263 239 9 0 87 0
[pid=1078403] ppid=1078402 vsize=113492 memory=95216 CPUtime=1791.75 cores=0,2
/proc/1078403/stat : 1078403 (Exact) R 1078402 1078402 1072776 0 -1 4194304 14508 0 0 0 179169 6 0 0 20 0 1 0 198580653 116215808 23804 134679101440 4194304 7243121 140724156082752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 29990912 140724156089358 140724156089508 140724156089508 140724156096496 0
/proc/1078403/statm: 28373 23804 804 745 0 27438 0
Current children cumulated CPU time: 3585.87 s
Current children cumulated vsize: 132084 KiB
Current children cumulated memory: 99032 KiB

[startup+3595.6 s]
/proc/loadavg: 1.30 2.61 3.44 2/240 1079491
/proc/meminfo: memFree=126702652/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2764 CPUtime=1794.12 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 266 765 0 0 0 0 177365 2047 20 0 1 0 198400852 10170368 691 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 691 602 264 0 134 0
[pid=1078402] ppid=1077320 vsize=8660 memory=1052 CPUtime=0 cores=0,2
/proc/1078402/stat : 1078402 (timeout) S 1077320 1078402 1072776 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 198580653 8867840 263 134679101440 94350709317632 94350709352648 140732550239424 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94350711450064 94350711452196 94350728769536 140732550243314 140732550243483 140732550243483 140732550250471 0
/proc/1078402/statm: 2165 263 239 9 0 87 0
[pid=1078403] ppid=1078402 vsize=113492 memory=95216 CPUtime=1792.15 cores=0,2
/proc/1078403/stat : 1078403 (Exact) R 1078402 1078402 1072776 0 -1 4194304 14508 0 0 0 179209 6 0 0 20 0 1 0 198580653 116215808 23804 134679101440 4194304 7243121 140724156082752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 29990912 140724156089358 140724156089508 140724156089508 140724156096496 0
/proc/1078403/statm: 28373 23804 804 745 0 27438 0
Current children cumulated CPU time: 3586.27 s
Current children cumulated vsize: 132084 KiB
Current children cumulated memory: 99032 KiB

[startup+3596 s]*
/proc/loadavg: 1.30 2.61 3.44 2/240 1079491
/proc/meminfo: memFree=126702652/131524600 swapFree=131071996/131071996
[pid=1077320] ppid=1077317 vsize=9932 memory=2764 CPUtime=1794.12 cores=0,2
/proc/1077320/stat : 1077320 (Hybrid-LSMabP+E) S 1077317 1077320 1072776 0 -1 4194304 266 765 0 0 0 0 177365 2047 20 0 1 0 198400852 10170368 691 134679101440 94508292292608 94508293371928 140722593269856 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94508295470384 94508295517572 94508322545664 140722593272808 140722593272953 140722593272953 140722593279970 0
/proc/1077320/statm: 2483 691 602 264 0 134 0
[pid=1078402] ppid=1077320 vsize=8660 memory=1052 CPUtime=0 cores=0,2
/proc/1078402/stat : 1078402 (timeout) S 1077320 1078402 1072776 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 198580653 8867840 263 134679101440 94350709317632 94350709352648 140732550239424 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94350711450064 94350711452196 94350728769536 140732550243314 140732550243483 140732550243483 140732550250471 0
/proc/1078402/statm: 2165 263 239 9 0 87 0
[pid=1078403] ppid=1078402 vsize=113492 memory=95216 CPUtime=1792.55 cores=0,2
/proc/1078403/stat : 1078403 (Exact) R 1078402 1078402 1072776 0 -1 4194304 14508 0 0 0 179249 6 0 0 20 0 1 0 198580653 116215808 23804 134679101440 4194304 7243121 140724156082752 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 29990912 140724156089358 140724156089508 140724156089508 140724156096496 0
/proc/1078403/statm: 28373 23804 804 745 0 27438 0
Current children cumulated CPU time: 3586.67 s
Current children cumulated vsize: 132084 KiB
Current children cumulated memory: 99032 KiB

Child status: 0

Real time (s): 3596.02
CPU time (s): 3586.71
CPU user time (s): 3566.17
CPU system time (s): 20.5446
CPU usage (%): 99.7412
Max. virtual memory (cumulated for all children) (KiB): 132084
Max. memory (cumulated for all children) (KiB): 99032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3566.17
system time used= 20.5446
maximum resident set size= 102724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17111
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60
involuntary context switches= 25091


# summary of solver processes directly reported to runsolver:
#   pid: 1077320
#   total CPU time (s): 3586.71
#   total CPU user time (s): 3566.17
#   total CPU system time (s): 20.5446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.84575 second user time and 14.745 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-20 10:00:02
IDJOB=4453335
IDBENCH=171267
IDSOLVER=3071
FILE ID=nodeC017/4453335-1721462390
RUNJOBID= nodeC017-1721455072-1072788
SLURM_JOB_ID= 7545685
Free space on /tmp= 890020 MiB

SOLVER NAME= Hybrid-LSMabP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-lines-v2_shuffle/normalized-grid8_59.shuf-3.opb
COMMAND LINE= ./Hybrid-LSMabP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453335-1721462390/watcher-4453335-1721462390 -o /tmp/evaluation-result-4453335-1721462390/solver-4453335-1721462390 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721455072-1072788 --watchdog 3760  ./Hybrid-LSMabP+Exact HOME/instance-4453335-1721462390.opb 3600 HOME 31000

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

MD5SUM BENCH= 254a849970c239072df004e28e5fe1a7
RANDOM SEED=630958892

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126708036 kB
MemAvailable:   129656940 kB
Buffers:          603636 kB
Cached:          3165648 kB
SwapCached:            0 kB
Active:          1293640 kB
Inactive:        2851904 kB
Active(anon):       1624 kB
Inactive(anon):   420556 kB
Active(file):    1292016 kB
Inactive(file):  2431348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             21016 kB
Writeback:            20 kB
AnonPages:        376176 kB
Mapped:           120196 kB
Shmem:             45912 kB
KReclaimable:     130372 kB
Slab:             247352 kB
SReclaimable:     130372 kB
SUnreclaim:       116980 kB
KernelStack:        4280 kB
PageTables:        10200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     824556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      305876 kB
DirectMap2M:    43507712 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC017 at 2024-07-20 10:59:59