Trace number 4445124

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-LSMabSP+Exact 2024-07-11SAT 897.671 901.245

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUMf9ddfe14fcbe08e4d315c2b284f6e91e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.008239
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint70
Maximum length of a constraint70
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 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

897.61/901.24	c Filename:instance-4445124-1721310313.opb, Cutoff_time:1798, memory_limit_gb:29976
897.61/901.24	c Use Presolve
897.61/901.24	c Parse finsih
897.61/901.24	c Start Presolve
897.61/901.24	c After Reduce Vars: 70 Clauses: 2 Top clause weight: 1 Hard Clauses: 2
897.61/901.24	c Use LS-small
897.61/901.24	s SATISFIABLE
897.61/901.24	c Use postsolve
897.61/901.24	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 x16 x17 -x18 -x19 -x20 x21 x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 
897.61/901.24	c Done 897.65s

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445124-1721310313/watcher-4445124-1721310313 -o /tmp/evaluation-result-4445124-1721310313/solver-4445124-1721310313 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721304821-949915 --watchdog 3760 ./Hybrid-LSMabSP+Exact HOME/instance-4445124-1721310313.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_64SLinux 4.18.0-301.1.el8.x86_64Starting watchdog threadl
Current StackSize limit: 8192 KiB

solver pid=953960, runsolver pid=953957

[startup+0.100094 s]*
/proc/loadavg: 4.16 4.13 4.14 5/249 953964
/proc/meminfo: memFree=124762284/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=25412 memory=17816 CPUtime=0.1 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 1373 0 0 0 10 0 0 0 20 0 1 0 183187154 26021888 4454 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 6353 4454 2849 2753 0 3006 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 44004 KiB
Current children cumulated memory: 21492 KiB

[startup+0.21335 s]*
/proc/loadavg: 4.16 4.13 4.14 5/249 953964
/proc/meminfo: memFree=124761564/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=25412 memory=18080 CPUtime=0.21 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 1415 0 0 0 21 0 0 0 20 0 1 0 183187154 26021888 4520 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 6353 4520 2849 2753 0 3006 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 44004 KiB
Current children cumulated memory: 21756 KiB

[startup+0.312686 s]*
/proc/loadavg: 4.16 4.13 4.14 5/249 953964
/proc/meminfo: memFree=124760892/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=26228 memory=18872 CPUtime=0.31 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 1607 0 0 0 31 0 0 0 20 0 1 0 183187154 26857472 4718 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 6557 4718 2849 2753 0 3210 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 44820 KiB
Current children cumulated memory: 22548 KiB

[startup+0.700423 s]
/proc/loadavg: 4.16 4.13 4.14 5/249 953964
/proc/meminfo: memFree=124760892/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=27040 memory=19128 CPUtime=0.68 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 1813 0 0 0 68 0 0 0 20 0 1 0 183187154 27688960 4782 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 6760 4782 2849 2753 0 3413 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 45632 KiB
Current children cumulated memory: 22804 KiB

[startup+1.50042 s]
/proc/loadavg: 4.16 4.13 4.14 5/249 953964
/proc/meminfo: memFree=124760220/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=27040 memory=19388 CPUtime=1.48 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 1843 0 0 0 148 0 0 0 20 0 1 0 183187154 27688960 4847 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 6760 4847 2849 2753 0 3413 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 45632 KiB
Current children cumulated memory: 23064 KiB

[startup+3.11263 s]
/proc/loadavg: 4.16 4.13 4.14 5/249 954015
/proc/meminfo: memFree=124762664/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=27040 memory=19388 CPUtime=3.09 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 1884 0 0 0 309 0 0 0 20 0 1 0 183187154 27688960 4847 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 6760 4847 2849 2753 0 3413 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 45632 KiB
Current children cumulated memory: 23064 KiB

[startup+6.30039 s]
/proc/loadavg: 4.15 4.13 4.14 5/249 954179
/proc/meminfo: memFree=124766460/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=28348 memory=21756 CPUtime=6.26 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 2438 0 0 0 626 0 0 0 20 0 1 0 183187154 29028352 5439 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 7087 5439 2849 2753 0 3740 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 46940 KiB
Current children cumulated memory: 25432 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.12 4.14 5/249 954230
/proc/meminfo: memFree=124757928/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=34784 memory=28080 CPUtime=12.64 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 4041 0 0 0 1264 0 0 0 20 0 1 0 183187154 35618816 7020 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 8696 7020 2849 2753 0 5349 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 53376 KiB
Current children cumulated memory: 31756 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.12 4.14 5/250 954233
/proc/meminfo: memFree=124747360/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=45196 memory=38116 CPUtime=25.38 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 6563 0 0 0 2538 0 0 0 20 0 1 0 183187154 46280704 9529 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 11299 9529 2849 2753 0 7952 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 63788 KiB
Current children cumulated memory: 41792 KiB

[startup+51.1131 s]
/proc/loadavg: 4.07 4.11 4.13 5/250 954289
/proc/meminfo: memFree=124722256/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=73784 memory=62544 CPUtime=50.89 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 12763 0 0 0 5087 2 0 0 20 0 1 0 183187154 75554816 15636 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 18446 15636 2849 2753 0 15099 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 92376 KiB
Current children cumulated memory: 66220 KiB

[startup+102.3 s]
/proc/loadavg: 4.53 4.22 4.17 5/250 954297
/proc/meminfo: memFree=124686424/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2

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

/proc/953964/statm: 115877 110530 2849 2753 0 112530 0
Current children cumulated CPU time: 759.24 s
Current children cumulated vsize: 482100 KiB
Current children cumulated memory: 445796 KiB

[startup+822.3 s]
/proc/loadavg: 4.14 4.17 4.17 5/252 955347
/proc/meminfo: memFree=124344516/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=499552 memory=470324 CPUtime=819.01 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 110698 0 0 0 81878 23 0 0 20 0 1 0 183187154 511541248 117581 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 124888 117581 2849 2753 0 121541 0
Current children cumulated CPU time: 819.01 s
Current children cumulated vsize: 518144 KiB
Current children cumulated memory: 474000 KiB

[startup+882.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/252 955359
/proc/meminfo: memFree=124310052/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=527724 memory=504012 CPUtime=878.79 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 118635 0 0 0 87854 25 0 0 20 0 1 0 183187154 540389376 126003 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 131931 126003 2849 2753 0 128584 0
Current children cumulated CPU time: 878.79 s
Current children cumulated vsize: 546316 KiB
Current children cumulated memory: 507688 KiB

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

# cumulated CPU time of all completed processes:  user=897.237 s, system=0.43403 s

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

[startup+883.2 s]
/proc/loadavg: 4.10 4.15 4.17 5/252 955359
/proc/meminfo: memFree=124309296/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=528100 memory=504676 CPUtime=879.68 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 118811 0 0 0 87943 25 0 0 20 0 1 0 183187154 540774400 126169 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 132025 126169 2849 2753 0 128678 0
Current children cumulated CPU time: 879.68 s
Current children cumulated vsize: 546692 KiB
Current children cumulated memory: 508352 KiB

[startup+889.6 s]
/proc/loadavg: 4.09 4.15 4.17 5/253 955364
/proc/meminfo: memFree=124305676/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=531732 memory=508380 CPUtime=886.05 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 119790 0 0 0 88580 25 0 0 20 0 1 0 183187154 544493568 127095 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 132933 127095 2849 2753 0 129586 0
Current children cumulated CPU time: 886.05 s
Current children cumulated vsize: 550324 KiB
Current children cumulated memory: 512056 KiB

[startup+896 s]*
/proc/loadavg: 4.08 4.14 4.17 5/253 955366
/proc/meminfo: memFree=124298576/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=536668 memory=513532 CPUtime=892.44 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 121065 0 0 0 89219 25 0 0 20 0 1 0 183187154 549548032 128383 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 134167 128383 2849 2753 0 130820 0
Current children cumulated CPU time: 892.44 s
Current children cumulated vsize: 555260 KiB
Current children cumulated memory: 517208 KiB

[startup+899.2 s]
/proc/loadavg: 4.08 4.14 4.17 5/253 955366
/proc/meminfo: memFree=124295796/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=540080 memory=516172 CPUtime=895.61 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 121773 0 0 0 89536 25 0 0 20 0 1 0 183187154 553041920 129043 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 135020 129043 2849 2753 0 131673 0
Current children cumulated CPU time: 895.61 s
Current children cumulated vsize: 558672 KiB
Current children cumulated memory: 519848 KiB

[startup+900 s]*
/proc/loadavg: 4.07 4.14 4.16 5/253 955366
/proc/meminfo: memFree=124566788/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=251864 memory=246716 CPUtime=896.43 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 121773 0 0 0 89613 30 0 0 20 0 1 0 183187154 257908736 61679 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 62966 61679 2849 2753 0 59619 0
Current children cumulated CPU time: 896.43 s
Current children cumulated vsize: 270456 KiB
Current children cumulated memory: 250392 KiB

[startup+900.8 s]
/proc/loadavg: 4.07 4.14 4.16 5/253 955366
/proc/meminfo: memFree=124566788/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=251864 memory=246716 CPUtime=897.21 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 121773 0 0 0 89683 38 0 0 20 0 1 0 183187154 257908736 61679 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 62966 61679 2849 2753 0 59619 0
Current children cumulated CPU time: 897.21 s
Current children cumulated vsize: 270456 KiB
Current children cumulated memory: 250392 KiB

[startup+901.2 s]
/proc/loadavg: 4.07 4.14 4.16 5/253 955366
/proc/meminfo: memFree=124567092/131655788 swapFree=131071996/131071996
[pid=953960] ppid=953957 vsize=9932 memory=2652 CPUtime=0 cores=0,2
/proc/953960/stat : 953960 (Hybrid-LSMabSP+) S 953957 953960 949903 0 -1 4194304 233 104 0 0 0 0 0 0 20 0 1 0 183187153 10170368 663 134679101440 93895118303232 93895119382552 140735056952784 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93895121481008 93895121528196 93895135682560 140735056958439 140735056958585 140735056958585 140735056965601 0
/proc/953960/statm: 2483 663 585 264 0 134 0
[pid=953963] ppid=953960 vsize=8660 memory=1024 CPUtime=0 cores=0,2
/proc/953963/stat : 953963 (timeout) S 953960 953963 949903 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 183187154 8867840 256 134679101440 94197323464704 94197323499720 140722071132752 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94197325597136 94197325599268 94197348818944 140722071139368 140722071139484 140722071139484 140722071146471 0
/proc/953963/statm: 2165 256 232 9 0 87 0
[pid=953964] ppid=953963 vsize=251864 memory=246716 CPUtime=897.61 cores=0,2
/proc/953964/stat : 953964 (LS-MabSP) R 953963 953963 949903 0 -1 4194304 121773 0 0 0 89719 42 0 0 20 0 1 0 183187154 257908736 61679 134679101440 4194304 15467897 140730903626208 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37306368 140730903630907 140730903631010 140730903631010 140730903637997 0
/proc/953964/statm: 62966 61679 2849 2753 0 59619 0
Current children cumulated CPU time: 897.61 s
Current children cumulated vsize: 270456 KiB
Current children cumulated memory: 250392 KiB

Child status: 0

Real time (s): 901.245
CPU time (s): 897.671
CPU user time (s): 897.237
CPU system time (s): 0.43403
CPU usage (%): 99.6034
Max. virtual memory (cumulated for all children) (KiB): 558672
Max. memory (cumulated for all children) (KiB): 519848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 897.237
system time used= 0.43403
maximum resident set size= 516172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122452
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= 88
involuntary context switches= 6366


# summary of solver processes directly reported to runsolver:
#   pid: 953960
#   total CPU time (s): 897.671
#   total CPU user time (s): 897.237
#   total CPU system time (s): 0.43403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.27005 second user time and 8.70759 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-18 15:45:25
IDJOB=4445124
IDBENCH=148100
IDSOLVER=3070
FILE ID=nodeC004/4445124-1721310313
RUNJOBID= nodeC004-1721304821-949915
SLURM_JOB_ID= 7542626
Free space on /tmp= 723720 MiB

SOLVER NAME= Hybrid-LSMabSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww2.opb
COMMAND LINE= ./Hybrid-LSMabSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445124-1721310313/watcher-4445124-1721310313 -o /tmp/evaluation-result-4445124-1721310313/solver-4445124-1721310313 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721304821-949915 --watchdog 3760  ./Hybrid-LSMabSP+Exact HOME/instance-4445124-1721310313.opb 3600 HOME 31000

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

MD5SUM BENCH= f9ddfe14fcbe08e4d315c2b284f6e91e
RANDOM SEED=1089696813

nodeC004.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		: 3492.163
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	: 6984.29
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		: 3492.147
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.37
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.308
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	: 6984.29
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.330
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.37
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		: 3670.246
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	: 6984.29
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		: 3661.287
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.37
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.461
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	: 6984.29
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.429
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124770048 kB
MemAvailable:   129503452 kB
Buffers:          503844 kB
Cached:          5014496 kB
SwapCached:            0 kB
Active:          1049640 kB
Inactive:        5168040 kB
Active(anon):       3392 kB
Inactive(anon):   733676 kB
Active(file):    1046248 kB
Inactive(file):  4434364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20540 kB
Writeback:            40 kB
AnonPages:        699424 kB
Mapped:           123456 kB
Shmem:             37700 kB
KReclaimable:     185984 kB
Slab:             299364 kB
SReclaimable:     185984 kB
SUnreclaim:       113380 kB
KernelStack:        3960 kB
PageTables:        10896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1353084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 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:      213832 kB
DirectMap2M:    23808000 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 723700 MiB
End job on nodeC004 at 2024-07-18 16:00:27