Trace number 4452795

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.27 3596.06

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP135.shuf-3.opb
MD5SUMbaac7260ecc6f9812e76d8cbcf4d3b9b
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 benchmark9.93598
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables46580
Total number of constraints9317
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints9313
Minimum length of a constraint5
Maximum length of a constraint15
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 30
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3586.20/3596.05	c Filename:instance-4452795-1721453835.opb, Cutoff_time:1798, memory_limit_gb:29976
3586.20/3596.05	c Use Presolve
3586.20/3596.05	c Parse finsih
3586.20/3596.05	c Start Presolve
3586.20/3596.05	c After Reduce Vars: 46580 Clauses: 9317 Top clause weight: 1 Hard Clauses: 9317
3586.20/3596.05	c Use LS-small
3586.20/3596.05	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: 64096 MiB (63057 MiB free)
  memory of node 1: 64473 MiB (63205 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452795-1721453835/watcher-4452795-1721453835 -o /tmp/evaluation-result-4452795-1721453835/solver-4452795-1721453835 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721446653-1044537 --watchdog 3760 ./Hybrid-LSMabP+Exact HOME/instance-4452795-1721453835.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=1048868, runsolver pid=1048865
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 4.15 4.14 4.10 5/249 1048876
/proc/meminfo: memFree=129276556/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0
[pid=1048873] ppid=1048868 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/1048873/stat : 1048873 (timeout) S 1048868 1048873 1044527 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197540616 8867840 255 134679101440 94093268434944 94093268469960 140730378439360 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94093270567376 94093270569508 94093294358528 140730378441761 140730378441883 140730378441883 140730378448871 0
/proc/1048873/statm: 2165 255 231 9 0 87 0
[pid=1048874] ppid=1048873 vsize=26368 memory=13056 CPUtime=0.09 cores=0,2
/proc/1048874/stat : 1048874 (LS-MabP) R 1048873 1048873 1044527 0 -1 4194304 2271 0 0 0 9 0 0 0 20 0 1 0 197540616 27000832 3264 134679101440 4194304 15467897 140732996523472 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 27582464 140732996531253 140732996531362 140732996531362 140732996538350 0
/proc/1048874/statm: 6592 3264 1073 2753 0 3245 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 44960 KiB
Current children cumulated memory: 16732 KiB

[startup+0.213128 s]*
/proc/loadavg: 4.15 4.14 4.10 5/249 1048876
/proc/meminfo: memFree=129269572/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0
[pid=1048873] ppid=1048868 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/1048873/stat : 1048873 (timeout) S 1048868 1048873 1044527 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197540616 8867840 255 134679101440 94093268434944 94093268469960 140730378439360 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94093270567376 94093270569508 94093294358528 140730378441761 140730378441883 140730378441883 140730378448871 0
/proc/1048873/statm: 2165 255 231 9 0 87 0
[pid=1048874] ppid=1048873 vsize=29604 memory=15940 CPUtime=0.2 cores=0,2
/proc/1048874/stat : 1048874 (LS-MabP) R 1048873 1048873 1044527 0 -1 4194304 2984 0 0 0 20 0 0 0 20 0 1 0 197540616 30314496 3985 134679101440 4194304 15467897 140732996523472 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 27582464 140732996531253 140732996531362 140732996531362 140732996538350 0
/proc/1048874/statm: 7401 3985 1073 2753 0 4054 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 48196 KiB
Current children cumulated memory: 19616 KiB

[startup+0.313007 s]*
/proc/loadavg: 4.15 4.14 4.10 5/249 1048876
/proc/meminfo: memFree=129267728/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0
[pid=1048873] ppid=1048868 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/1048873/stat : 1048873 (timeout) S 1048868 1048873 1044527 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197540616 8867840 255 134679101440 94093268434944 94093268469960 140730378439360 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94093270567376 94093270569508 94093294358528 140730378441761 140730378441883 140730378441883 140730378448871 0
/proc/1048873/statm: 2165 255 231 9 0 87 0
[pid=1048874] ppid=1048873 vsize=29868 memory=17260 CPUtime=0.3 cores=0,2
/proc/1048874/stat : 1048874 (LS-MabP) R 1048873 1048873 1044527 0 -1 4194304 3357 0 0 0 30 0 0 0 20 0 1 0 197540616 30584832 4315 134679101440 4194304 15467897 140732996523472 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 27582464 140732996531253 140732996531362 140732996531362 140732996538350 0
/proc/1048874/statm: 7467 4315 1073 2753 0 4120 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 48460 KiB
Current children cumulated memory: 20936 KiB

[startup+0.7005 s]
/proc/loadavg: 4.15 4.14 4.10 5/249 1048876
/proc/meminfo: memFree=129242076/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0
[pid=1048873] ppid=1048868 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/1048873/stat : 1048873 (timeout) S 1048868 1048873 1044527 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197540616 8867840 255 134679101440 94093268434944 94093268469960 140730378439360 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94093270567376 94093270569508 94093294358528 140730378441761 140730378441883 140730378441883 140730378448871 0
/proc/1048873/statm: 2165 255 231 9 0 87 0
[pid=1048874] ppid=1048873 vsize=55940 memory=39880 CPUtime=0.68 cores=0,2
/proc/1048874/stat : 1048874 (LS-MabP) R 1048873 1048873 1044527 0 -1 4194304 7969 0 0 0 67 1 0 0 20 0 1 0 197540616 57282560 9970 134679101440 4194304 15467897 140732996523472 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 27582464 140732996531253 140732996531362 140732996531362 140732996538350 0
/proc/1048874/statm: 13985 9970 1105 2753 0 10638 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 74532 KiB
Current children cumulated memory: 43556 KiB

[startup+1.5004 s]
/proc/loadavg: 4.15 4.14 4.10 5/249 1048876
/proc/meminfo: memFree=129240644/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0
[pid=1048873] ppid=1048868 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/1048873/stat : 1048873 (timeout) S 1048868 1048873 1044527 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197540616 8867840 255 134679101440 94093268434944 94093268469960 140730378439360 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94093270567376 94093270569508 94093294358528 140730378441761 140730378441883 140730378441883 140730378448871 0
/proc/1048873/statm: 2165 255 231 9 0 87 0
[pid=1048874] ppid=1048873 vsize=55940 memory=39880 CPUtime=1.48 cores=0,2
/proc/1048874/stat : 1048874 (LS-MabP) R 1048873 1048873 1044527 0 -1 4194304 7969 0 0 0 147 1 0 0 20 0 1 0 197540616 57282560 9970 134679101440 4194304 15467897 140732996523472 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 27582464 140732996531253 140732996531362 140732996531362 140732996538350 0
/proc/1048874/statm: 13985 9970 1105 2753 0 10638 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 74532 KiB
Current children cumulated memory: 43556 KiB

[startup+3.11274 s]
/proc/loadavg: 4.15 4.14 4.10 5/249 1048876
/proc/meminfo: memFree=129238240/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0
[pid=1048873] ppid=1048868 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/1048873/stat : 1048873 (timeout) S 1048868 1048873 1044527 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197540616 8867840 255 134679101440 94093268434944 94093268469960 140730378439360 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94093270567376 94093270569508 94093294358528 140730378441761 140730378441883 140730378441883 140730378448871 0
/proc/1048873/statm: 2165 255 231 9 0 87 0
[pid=1048874] ppid=1048873 vsize=55940 memory=39880 CPUtime=3.09 cores=0,2
/proc/1048874/stat : 1048874 (LS-MabP) R 1048873 1048873 1044527 0 -1 4194304 7972 0 0 0 308 1 0 0 20 0 1 0 197540616 57282560 9970 134679101440 4194304 15467897 140732996523472 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 27582464 140732996531253 140732996531362 140732996531362 140732996538350 0
/proc/1048874/statm: 13985 9970 1105 2753 0 10638 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 74532 KiB
Current children cumulated memory: 43556 KiB

[startup+6.30034 s]
/proc/loadavg: 4.14 4.14 4.09 5/249 1048998
/proc/meminfo: memFree=129250648/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0
[pid=1048873] ppid=1048868 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/1048873/stat : 1048873 (timeout) S 1048868 1048873 1044527 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197540616 8867840 255 134679101440 94093268434944 94093268469960 140730378439360 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94093270567376 94093270569508 94093294358528 140730378441761 140730378441883 140730378441883 140730378448871 0
/proc/1048873/statm: 2165 255 231 9 0 87 0
[pid=1048874] ppid=1048873 vsize=66500 memory=50872 CPUtime=6.27 cores=0,2
/proc/1048874/stat : 1048874 (LS-MabP) R 1048873 1048873 1044527 0 -1 4194304 10677 0 0 0 590 37 0 0 20 0 1 0 197540616 68096000 12718 134679101440 4194304 15467897 140732996523472 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 27582464 140732996531253 140732996531362 140732996531362 140732996538350 0
/proc/1048874/statm: 16625 12718 1153 2753 0 13278 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 85092 KiB
Current children cumulated memory: 54548 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.14 4.09 5/249 1049000
/proc/meminfo: memFree=129250496/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0
[pid=1048873] ppid=1048868 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/1048873/stat : 1048873 (timeout) S 1048868 1048873 1044527 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197540616 8867840 255 134679101440 94093268434944 94093268469960 140730378439360 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94093270567376 94093270569508 94093294358528 140730378441761 140730378441883 140730378441883 140730378448871 0
/proc/1048873/statm: 2165 255 231 9 0 87 0
[pid=1048874] ppid=1048873 vsize=66500 memory=50872 CPUtime=12.65 cores=0,2
/proc/1048874/stat : 1048874 (LS-MabP) R 1048873 1048873 1044527 0 -1 4194304 10681 0 0 0 1180 85 0 0 20 0 1 0 197540616 68096000 12718 134679101440 4194304 15467897 140732996523472 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 27582464 140732996531253 140732996531362 140732996531362 140732996538350 0
/proc/1048874/statm: 16625 12718 1153 2753 0 13278 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 85092 KiB
Current children cumulated memory: 54548 KiB

[startup+25.5004 s]
/proc/loadavg: 4.17 4.15 4.10 5/249 1049001
/proc/meminfo: memFree=129250196/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0
[pid=1048873] ppid=1048868 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/1048873/stat : 1048873 (timeout) S 1048868 1048873 1044527 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197540616 8867840 255 134679101440 94093268434944 94093268469960 140730378439360 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94093270567376 94093270569508 94093294358528 140730378441761 140730378441883 140730378441883 140730378448871 0
/proc/1048873/statm: 2165 255 231 9 0 87 0
[pid=1048874] ppid=1048873 vsize=66500 memory=51112 CPUtime=25.42 cores=0,2
/proc/1048874/stat : 1048874 (LS-MabP) R 1048873 1048873 1044527 0 -1 4194304 10685 0 0 0 2391 151 0 0 20 0 1 0 197540616 68096000 12778 134679101440 4194304 15467897 140732996523472 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 27582464 140732996531253 140732996531362 140732996531362 140732996538350 0
/proc/1048874/statm: 16625 12778 1153 2753 0 13278 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 85092 KiB
Current children cumulated memory: 54788 KiB

[startup+51.1121 s]
/proc/loadavg: 4.11 4.13 4.09 5/249 1049006
/proc/meminfo: memFree=129249572/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0
[pid=1048873] ppid=1048868 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/1048873/stat : 1048873 (timeout) S 1048868 1048873 1044527 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 197540616 8867840 255 134679101440 94093268434944 94093268469960 140730378439360 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94093270567376 94093270569508 94093294358528 140730378441761 140730378441883 140730378441883 140730378448871 0
/proc/1048873/statm: 2165 255 231 9 0 87 0
[pid=1048874] ppid=1048873 vsize=66500 memory=51112 CPUtime=50.98 cores=0,2
/proc/1048874/stat : 1048874 (LS-MabP) R 1048873 1048873 1044527 0 -1 4194304 10691 0 0 0 4798 300 0 0 20 0 1 0 197540616 68096000 12778 134679101440 4194304 15467897 140732996523472 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 27582464 140732996531253 140732996531362 140732996531362 140732996538350 0
/proc/1048874/statm: 16625 12778 1153 2753 0 13278 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 85092 KiB
Current children cumulated memory: 54788 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/249 1049014
/proc/meminfo: memFree=129249164/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2656 CPUtime=0 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 231 100 0 0 0 0 0 0 20 0 1 0 197540615 10170368 664 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 664 586 264 0 134 0

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

/proc/1049955/statm: 130662 127336 820 745 0 129727 0
Current children cumulated CPU time: 3393.06 s
Current children cumulated vsize: 541240 KiB
Current children cumulated memory: 513064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.15 4.17 5/250 1050997
/proc/meminfo: memFree=128445964/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2704 CPUtime=1793.93 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 262 11401 0 0 0 0 172221 7172 20 0 1 0 197540615 10170368 676 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 676 586 264 0 134 0
[pid=1049954] ppid=1048868 vsize=8660 memory=1016 CPUtime=0 cores=0,2
/proc/1049954/stat : 1049954 (timeout) S 1048868 1049954 1044527 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 197720416 8867840 254 134679101440 93976505298944 93976505333960 140731917701680 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93976507431376 93976507433508 93976520691712 140731917706226 140731917706395 140731917706395 140731917713383 0
/proc/1049954/statm: 2165 254 229 9 0 87 0
[pid=1049955] ppid=1049954 vsize=536056 memory=521924 CPUtime=1658.96 cores=0,2
/proc/1049955/stat : 1049955 (Exact) R 1049954 1049954 1044527 0 -1 4194304 439190 0 0 0 165816 80 0 0 20 0 1 0 197720417 548921344 130481 134679101440 4194304 7243121 140724208432592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 38633472 140724208436238 140724208436388 140724208436388 140724208443376 0
/proc/1049955/statm: 134014 130481 820 745 0 133079 0
Current children cumulated CPU time: 3452.89 s
Current children cumulated vsize: 554648 KiB
Current children cumulated memory: 525644 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/249 1051009
/proc/meminfo: memFree=128427776/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2704 CPUtime=1793.93 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 262 11401 0 0 0 0 172221 7172 20 0 1 0 197540615 10170368 676 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 676 586 264 0 134 0
[pid=1049954] ppid=1048868 vsize=8660 memory=1016 CPUtime=0 cores=0,2
/proc/1049954/stat : 1049954 (timeout) S 1048868 1049954 1044527 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 197720416 8867840 254 134679101440 93976505298944 93976505333960 140731917701680 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93976507431376 93976507433508 93976520691712 140731917706226 140731917706395 140731917706395 140731917713383 0
/proc/1049954/statm: 2165 254 229 9 0 87 0
[pid=1049955] ppid=1049954 vsize=542820 memory=528376 CPUtime=1718.78 cores=0,2
/proc/1049955/stat : 1049955 (Exact) R 1049954 1049954 1044527 0 -1 4194304 449055 0 0 0 171796 82 0 0 20 0 1 0 197720417 555847680 132094 134679101440 4194304 7243121 140724208432592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 38633472 140724208436238 140724208436388 140724208436388 140724208443376 0
/proc/1049955/statm: 135705 132094 820 745 0 134770 0
Current children cumulated CPU time: 3512.71 s
Current children cumulated vsize: 561412 KiB
Current children cumulated memory: 532096 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/249 1051019
/proc/meminfo: memFree=128413328/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2704 CPUtime=1793.93 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 262 11401 0 0 0 0 172221 7172 20 0 1 0 197540615 10170368 676 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 676 586 264 0 134 0
[pid=1049954] ppid=1048868 vsize=8660 memory=1016 CPUtime=0 cores=0,2
/proc/1049954/stat : 1049954 (timeout) S 1048868 1049954 1044527 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 197720416 8867840 254 134679101440 93976505298944 93976505333960 140731917701680 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93976507431376 93976507433508 93976520691712 140731917706226 140731917706395 140731917706395 140731917713383 0
/proc/1049954/statm: 2165 254 229 9 0 87 0
[pid=1049955] ppid=1049954 vsize=549096 memory=534256 CPUtime=1778.6 cores=0,2
/proc/1049955/stat : 1049955 (Exact) R 1049954 1049954 1044527 0 -1 4194304 460955 0 0 0 177776 84 0 0 20 0 1 0 197720417 562274304 133564 134679101440 4194304 7243121 140724208432592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 38633472 140724208436238 140724208436388 140724208436388 140724208443376 0
/proc/1049955/statm: 137274 133564 820 745 0 136339 0
Current children cumulated CPU time: 3572.53 s
Current children cumulated vsize: 567688 KiB
Current children cumulated memory: 537976 KiB

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

# cumulated CPU time of all completed processes:  user=3513.67 s, system=72.6041 s

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

[startup+3584 s]*
/proc/loadavg: 4.09 4.14 4.16 5/249 1051019
/proc/meminfo: memFree=128411564/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2704 CPUtime=1793.93 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 262 11401 0 0 0 0 172221 7172 20 0 1 0 197540615 10170368 676 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 676 586 264 0 134 0
[pid=1049954] ppid=1048868 vsize=8660 memory=1016 CPUtime=0 cores=0,2
/proc/1049954/stat : 1049954 (timeout) S 1048868 1049954 1044527 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 197720416 8867840 254 134679101440 93976505298944 93976505333960 140731917701680 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93976507431376 93976507433508 93976520691712 140731917706226 140731917706395 140731917706395 140731917713383 0
/proc/1049954/statm: 2165 254 229 9 0 87 0
[pid=1049955] ppid=1049954 vsize=550180 memory=535312 CPUtime=1780.31 cores=0,2
/proc/1049955/stat : 1049955 (Exact) R 1049954 1049954 1044527 0 -1 4194304 461217 0 0 0 177946 85 0 0 20 0 1 0 197720417 563384320 133828 134679101440 4194304 7243121 140724208432592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 38633472 140724208436238 140724208436388 140724208436388 140724208443376 0
/proc/1049955/statm: 137545 133828 820 745 0 136610 0
Current children cumulated CPU time: 3574.24 s
Current children cumulated vsize: 568772 KiB
Current children cumulated memory: 539032 KiB

[startup+3590.4 s]
/proc/loadavg: 4.15 4.15 4.16 6/249 1051019
/proc/meminfo: memFree=128405208/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2704 CPUtime=1793.93 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 262 11401 0 0 0 0 172221 7172 20 0 1 0 197540615 10170368 676 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 676 586 264 0 134 0
[pid=1049954] ppid=1048868 vsize=8660 memory=1016 CPUtime=0 cores=0,2
/proc/1049954/stat : 1049954 (timeout) S 1048868 1049954 1044527 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 197720416 8867840 254 134679101440 93976505298944 93976505333960 140731917701680 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93976507431376 93976507433508 93976520691712 140731917706226 140731917706395 140731917706395 140731917713383 0
/proc/1049954/statm: 2165 254 229 9 0 87 0
[pid=1049955] ppid=1049954 vsize=552488 memory=537644 CPUtime=1786.67 cores=0,2
/proc/1049955/stat : 1049955 (Exact) R 1049954 1049954 1044527 0 -1 4194304 464173 0 0 0 178582 85 0 0 20 0 1 0 197720417 565747712 134411 134679101440 4194304 7243121 140724208432592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 38633472 140724208436238 140724208436388 140724208436388 140724208443376 0
/proc/1049955/statm: 138122 134411 820 745 0 137187 0
Current children cumulated CPU time: 3580.6 s
Current children cumulated vsize: 571080 KiB
Current children cumulated memory: 541364 KiB

[startup+3593.6 s]
/proc/loadavg: 4.15 4.15 4.16 5/249 1051021
/proc/meminfo: memFree=128402680/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2704 CPUtime=1793.93 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 262 11401 0 0 0 0 172221 7172 20 0 1 0 197540615 10170368 676 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 676 586 264 0 134 0
[pid=1049954] ppid=1048868 vsize=8660 memory=1016 CPUtime=0 cores=0,2
/proc/1049954/stat : 1049954 (timeout) S 1048868 1049954 1044527 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 197720416 8867840 254 134679101440 93976505298944 93976505333960 140731917701680 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93976507431376 93976507433508 93976520691712 140731917706226 140731917706395 140731917706395 140731917713383 0
/proc/1049954/statm: 2165 254 229 9 0 87 0
[pid=1049955] ppid=1049954 vsize=554652 memory=539560 CPUtime=1789.87 cores=0,2
/proc/1049955/stat : 1049955 (Exact) R 1049954 1049954 1044527 0 -1 4194304 465666 0 0 0 178901 86 0 0 20 0 1 0 197720417 567963648 134890 134679101440 4194304 7243121 140724208432592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 38633472 140724208436238 140724208436388 140724208436388 140724208443376 0
/proc/1049955/statm: 138663 134890 820 745 0 137728 0
Current children cumulated CPU time: 3583.8 s
Current children cumulated vsize: 573244 KiB
Current children cumulated memory: 543280 KiB

[startup+3595.2 s]
/proc/loadavg: 4.14 4.15 4.16 5/249 1051021
/proc/meminfo: memFree=128401624/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2704 CPUtime=1793.93 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 262 11401 0 0 0 0 172221 7172 20 0 1 0 197540615 10170368 676 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 676 586 264 0 134 0
[pid=1049954] ppid=1048868 vsize=8660 memory=1016 CPUtime=0 cores=0,2
/proc/1049954/stat : 1049954 (timeout) S 1048868 1049954 1044527 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 197720416 8867840 254 134679101440 93976505298944 93976505333960 140731917701680 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93976507431376 93976507433508 93976520691712 140731917706226 140731917706395 140731917706395 140731917713383 0
/proc/1049954/statm: 2165 254 229 9 0 87 0
[pid=1049955] ppid=1049954 vsize=556012 memory=540876 CPUtime=1791.46 cores=0,2
/proc/1049955/stat : 1049955 (Exact) R 1049954 1049954 1044527 0 -1 4194304 466006 0 0 0 179060 86 0 0 20 0 1 0 197720417 569356288 135219 134679101440 4194304 7243121 140724208432592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 38633472 140724208436238 140724208436388 140724208436388 140724208443376 0
/proc/1049955/statm: 139003 135219 820 745 0 138068 0
Current children cumulated CPU time: 3585.39 s
Current children cumulated vsize: 574604 KiB
Current children cumulated memory: 544596 KiB

[startup+3595.6 s]
/proc/loadavg: 4.14 4.15 4.16 5/249 1051021
/proc/meminfo: memFree=128401624/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2704 CPUtime=1793.93 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 262 11401 0 0 0 0 172221 7172 20 0 1 0 197540615 10170368 676 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 676 586 264 0 134 0
[pid=1049954] ppid=1048868 vsize=8660 memory=1016 CPUtime=0 cores=0,2
/proc/1049954/stat : 1049954 (timeout) S 1048868 1049954 1044527 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 197720416 8867840 254 134679101440 93976505298944 93976505333960 140731917701680 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93976507431376 93976507433508 93976520691712 140731917706226 140731917706395 140731917706395 140731917713383 0
/proc/1049954/statm: 2165 254 229 9 0 87 0
[pid=1049955] ppid=1049954 vsize=556012 memory=540876 CPUtime=1791.86 cores=0,2
/proc/1049955/stat : 1049955 (Exact) R 1049954 1049954 1044527 0 -1 4194304 466006 0 0 0 179100 86 0 0 20 0 1 0 197720417 569356288 135219 134679101440 4194304 7243121 140724208432592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 38633472 140724208436238 140724208436388 140724208436388 140724208443376 0
/proc/1049955/statm: 139003 135219 820 745 0 138068 0
Current children cumulated CPU time: 3585.79 s
Current children cumulated vsize: 574604 KiB
Current children cumulated memory: 544596 KiB

[startup+3596 s]*
/proc/loadavg: 4.14 4.15 4.16 5/249 1051021
/proc/meminfo: memFree=128402076/131655788 swapFree=131070704/131071996
[pid=1048868] ppid=1048865 vsize=9932 memory=2704 CPUtime=1793.93 cores=0,2
/proc/1048868/stat : 1048868 (Hybrid-LSMabP+E) S 1048865 1048868 1044527 0 -1 4194304 262 11401 0 0 0 0 172221 7172 20 0 1 0 197540615 10170368 676 134679101440 94457940684800 94457941764120 140733217511056 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94457943862576 94457943909764 94457969295360 140733217518568 140733217518713 140733217518713 140733217525730 0
/proc/1048868/statm: 2483 676 586 264 0 134 0
[pid=1049954] ppid=1048868 vsize=8660 memory=1016 CPUtime=0 cores=0,2
/proc/1049954/stat : 1049954 (timeout) S 1048868 1049954 1044527 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 197720416 8867840 254 134679101440 93976505298944 93976505333960 140731917701680 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93976507431376 93976507433508 93976520691712 140731917706226 140731917706395 140731917706395 140731917713383 0
/proc/1049954/statm: 2165 254 229 9 0 87 0
[pid=1049955] ppid=1049954 vsize=555232 memory=540140 CPUtime=1792.27 cores=0,2
/proc/1049955/stat : 1049955 (Exact) R 1049954 1049954 1044527 0 -1 4194304 466351 0 0 0 179141 86 0 0 20 0 1 0 197720417 568557568 135035 134679101440 4194304 7243121 140724208432592 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7942632 8006904 38633472 140724208436238 140724208436388 140724208436388 140724208443376 0
/proc/1049955/statm: 138808 135035 820 745 0 137873 0
Current children cumulated CPU time: 3586.2 s
Current children cumulated vsize: 573824 KiB
Current children cumulated memory: 543860 KiB

Child status: 0

Real time (s): 3596.06
CPU time (s): 3586.27
CPU user time (s): 3513.67
CPU system time (s): 72.6041
CPU usage (%): 99.7279
Max. virtual memory (cumulated for all children) (KiB): 574604
Max. memory (cumulated for all children) (KiB): 544596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3513.67
system time used= 72.6041
maximum resident set size= 541192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479589
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= 188
involuntary context switches= 25101


# summary of solver processes directly reported to runsolver:
#   pid: 1048868
#   total CPU time (s): 3586.27
#   total CPU user time (s): 3513.67
#   total CPU system time (s): 72.6041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4254 second user time and 34.7197 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-20 07:37:27
IDJOB=4452795
IDBENCH=165317
IDSOLVER=3071
FILE ID=nodeC011/4452795-1721453835
RUNJOBID= nodeC011-1721446653-1044537
SLURM_JOB_ID= 7545671
Free space on /tmp= 723720 MiB

SOLVER NAME= Hybrid-LSMabP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP135.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-4452795-1721453835/watcher-4452795-1721453835 -o /tmp/evaluation-result-4452795-1721453835/solver-4452795-1721453835 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721446653-1044537 --watchdog 3760  ./Hybrid-LSMabP+Exact HOME/instance-4452795-1721453835.opb 3600 HOME 31000

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

MD5SUM BENCH= baac7260ecc6f9812e76d8cbcf4d3b9b
RANDOM SEED=2126986431

nodeC011.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	: 0xb00001f
cpu MHz		: 3519.638
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 3667.788
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.120
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.221
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 3673.250
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 3667.830
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.342
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.340
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129293108 kB
MemAvailable:   129924328 kB
Buffers:          576120 kB
Cached:           902568 kB
SwapCached:          132 kB
Active:          1111400 kB
Inactive:         760380 kB
Active(anon):       1492 kB
Inactive(anon):   437216 kB
Active(file):    1109908 kB
Inactive(file):   323164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             22320 kB
Writeback:             4 kB
AnonPages:        392984 kB
Mapped:           120136 kB
Shmem:             45592 kB
KReclaimable:      76696 kB
Slab:             159980 kB
SReclaimable:      76696 kB
SUnreclaim:        83284 kB
KernelStack:        3968 kB
PageTables:        10092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     812520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723696 MiB
End job on nodeC011 at 2024-07-20 08:37:23