Trace number 4449265

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? (problem) 464.923 476.142

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm90p-dec.opb.negationfix.opb
MD5SUMf94999381e02cae36541ecafb635807a
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 benchmark6.53012
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2429952
Total number of constraints10516
Number of constraints which are clauses4745
Number of constraints which are cardinality constraints (but not clauses)4745
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint4745
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 1782678
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4250098
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

313.34/314.15	c Memory allocation failed: std::bad_alloc
462.43/463.64	terminate called after throwing an instance of 'std::bad_alloc'
462.43/463.64	  what():  std::bad_alloc
314.41/476.13	timeout: the monitored command dumped core
314.41/476.13	./Hybrid-LSMabP+Exact: line 98: 1002139 Aborted                 timeout -s 15 $TSECOND ./Exact $FNAME --verbosity=0 --format=opb --bits-overflow=0 --print-uniform=0 --print-sol > $TEMP_FILE_NAME2

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62491 MiB free)
  memory of node 1: 64473 MiB (62409 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449265-1721368666/watcher-4449265-1721368666 -o /tmp/evaluation-result-4449265-1721368666/solver-4449265-1721368666 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721364992-999203 --watchdog 3760 ./Hybrid-LSMabP+Exact HOME/instance-4449265-1721368666.opb 3600 HOME 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=1001671, runsolver pid=1001668

[startup+0.100224 s]*
/proc/loadavg: 4.07 4.11 4.09 5/265 1001675
/proc/meminfo: memFree=127758496/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=154816 memory=142344 CPUtime=0.09 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 2962 0 0 0 8 1 0 0 20 0 1 0 189037607 158531584 35586 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 6 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 38704 35586 1073 2753 0 35357 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 173408 KiB
Current children cumulated memory: 146104 KiB

[startup+0.206207 s]*
/proc/loadavg: 4.07 4.11 4.09 5/265 1001675
/proc/meminfo: memFree=127756448/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=154816 memory=142344 CPUtime=0.19 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 2962 0 0 0 18 1 0 0 20 0 1 0 189037607 158531584 35586 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 6 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 38704 35586 1073 2753 0 35357 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 173408 KiB
Current children cumulated memory: 146104 KiB

[startup+0.306225 s]*
/proc/loadavg: 4.07 4.11 4.09 5/265 1001675
/proc/meminfo: memFree=127754036/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=154816 memory=142344 CPUtime=0.28 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 2962 0 0 0 27 1 0 0 20 0 1 0 189037607 158531584 35586 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 6 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 38704 35586 1073 2753 0 35357 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 173408 KiB
Current children cumulated memory: 146104 KiB

[startup+0.700275 s]
/proc/loadavg: 4.07 4.11 4.09 5/265 1001675
/proc/meminfo: memFree=127746892/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=166444 memory=152728 CPUtime=0.66 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 6062 0 0 0 64 2 0 0 20 0 1 0 189037607 170438656 38182 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 41611 38182 1073 2753 0 38264 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 185036 KiB
Current children cumulated memory: 156488 KiB

[startup+1.50024 s]
/proc/loadavg: 4.07 4.11 4.09 5/265 1001675
/proc/meminfo: memFree=127723712/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=194572 memory=176016 CPUtime=1.45 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 10864 0 0 0 142 3 0 0 20 0 1 0 189037607 199241728 44004 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 48643 44004 1073 2753 0 45296 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 213164 KiB
Current children cumulated memory: 179776 KiB

[startup+3.10541 s]
/proc/loadavg: 4.07 4.11 4.09 5/265 1001676
/proc/meminfo: memFree=127641844/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=241448 memory=219064 CPUtime=3.06 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 19046 0 0 0 300 6 0 0 20 0 1 0 189037607 247242752 54766 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 60362 54766 1073 2753 0 57015 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 260040 KiB
Current children cumulated memory: 222824 KiB

[startup+6.3002 s]
/proc/loadavg: 4.07 4.11 4.09 5/265 1001676
/proc/meminfo: memFree=127521936/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=333748 memory=303044 CPUtime=6.25 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 34483 0 0 0 616 9 0 0 20 0 1 0 189037607 341757952 75761 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 83437 75761 1073 2753 0 80090 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 352340 KiB
Current children cumulated memory: 306804 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.12 4.09 5/267 1001848
/proc/meminfo: memFree=127305768/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=475184 memory=438404 CPUtime=12.64 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 54112 0 0 0 1250 14 0 0 20 0 1 0 189037607 486588416 109601 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 118796 109601 1073 2753 0 115449 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 493776 KiB
Current children cumulated memory: 442164 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.13 4.10 5/267 1001849
/proc/meminfo: memFree=125998992/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=868928 memory=615192 CPUtime=25.41 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 55653 0 0 0 2515 26 0 0 20 0 1 0 189037607 889782272 153798 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 217232 153798 1073 2753 0 213885 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 887520 KiB
Current children cumulated memory: 618952 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 1001854
/proc/meminfo: memFree=124940644/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=1848404 memory=1605744 CPUtime=50.98 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 68889 0 0 0 5033 65 0 0 20 0 1 0 189037607 1892765696 401436 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 462101 401436 1153 2753 0 458754 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 1866996 KiB
Current children cumulated memory: 1609504 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/267 1001926
/proc/meminfo: memFree=123928296/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2788 CPUtime=0 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 234 99 0 0 0 0 0 0 20 0 1 0 189037606 10170368 697 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 697 620 264 0 134 0

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

/proc/1001671/statm: 2483 697 620 264 0 134 0
[pid=1001674] ppid=1001671 vsize=8660 memory=972 CPUtime=0 cores=4,6
/proc/1001674/stat : 1001674 (timeout) S 1001671 1001674 999191 0 -1 4194304 103 0 0 0 0 0 0 0 20 0 1 0 189037607 8867840 243 134679101440 94777778302976 94777778337992 140733675525232 0 0 0 0 3145728 90119 0 0 0 17 4 0 0 0 0 0 94777780435408 94777780437540 94777792561152 140733675533346 140733675533468 140733675533468 140733675540455 0
/proc/1001674/statm: 2165 243 219 9 0 87 0
[pid=1001675] ppid=1001674 vsize=21855200 memory=21441716 CPUtime=281.61 cores=4,6
/proc/1001675/stat : 1001675 (LS-MabP) R 1001674 1001674 999191 0 -1 4194304 5091657 0 0 0 27344 817 0 0 20 0 1 0 189037607 22379724800 5360429 134679101440 4194304 15467897 140732727307744 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 54120448 140732727309366 140732727309475 140732727309475 140732727316462 0
/proc/1001675/statm: 5463800 5360429 1153 2753 0 5460453 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 21873792 KiB
Current children cumulated memory: 21445476 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/265 1002147
/proc/meminfo: memFree=115697128/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2840 CPUtime=314.41 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 264 7302046 0 0 0 0 30190 1251 20 0 1 0 189037606 10170368 710 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 710 620 264 0 134 0
[pid=1002139] ppid=1001671 vsize=8660 memory=980 CPUtime=0 cores=4,6
/proc/1002139/stat : 1002139 (timeout) S 1001671 1002139 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189069124 8867840 245 134679101440 94417691832320 94417691867336 140735554129360 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94417693964752 94417693966884 94417716326400 140735554135027 140735554135196 140735554135196 140735554142183 0
/proc/1002139/statm: 2165 245 220 9 0 87 0
[pid=1002140] ppid=1002139 vsize=7449052 memory=6822600 CPUtime=27.04 cores=4,6
/proc/1002140/stat : 1002140 (Exact) R 1002139 1002139 999191 0 -1 4194304 893436 0 0 0 2455 249 0 0 20 0 1 0 189069124 7627829248 1705650 134679101440 4194304 7243121 140727827327408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 34865152 140727827330063 140727827330213 140727827330213 140727827337200 0
/proc/1002140/statm: 1862263 1705650 788 745 0 1861328 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 7467644 KiB
Current children cumulated memory: 6826420 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 1002158
/proc/meminfo: memFree=93954792/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2840 CPUtime=314.41 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 264 7302046 0 0 0 0 30190 1251 20 0 1 0 189037606 10170368 710 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 710 620 264 0 134 0
[pid=1002139] ppid=1001671 vsize=8660 memory=980 CPUtime=0 cores=4,6
/proc/1002139/stat : 1002139 (timeout) S 1001671 1002139 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189069124 8867840 245 134679101440 94417691832320 94417691867336 140735554129360 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94417693964752 94417693966884 94417716326400 140735554135027 140735554135196 140735554135196 140735554142183 0
/proc/1002139/statm: 2165 245 220 9 0 87 0
[pid=1002140] ppid=1002139 vsize=19197160 memory=17992976 CPUtime=86.87 cores=4,6
/proc/1002140/stat : 1002140 (Exact) R 1002139 1002139 999191 0 -1 4194304 2655383 0 0 0 7981 706 0 0 20 0 1 0 189069124 19657891840 4498244 134679101440 4194304 7243121 140727827327408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 34865152 140727827330063 140727827330213 140727827330213 140727827337200 0
/proc/1002140/statm: 4799290 4498244 788 745 0 4798355 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 19215752 KiB
Current children cumulated memory: 17996796 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 1002169
/proc/meminfo: memFree=55513840/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2840 CPUtime=314.41 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 264 7302046 0 0 0 0 30190 1251 20 0 1 0 189037606 10170368 710 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 710 620 264 0 134 0
[pid=1002139] ppid=1001671 vsize=8660 memory=980 CPUtime=0 cores=4,6
/proc/1002139/stat : 1002139 (timeout) S 1001671 1002139 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189069124 8867840 245 134679101440 94417691832320 94417691867336 140735554129360 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94417693964752 94417693966884 94417716326400 140735554135027 140735554135196 140735554135196 140735554142183 0
/proc/1002139/statm: 2165 245 220 9 0 87 0
[pid=1002140] ppid=1002139 vsize=30800860 memory=28938344 CPUtime=146.72 cores=4,6
/proc/1002140/stat : 1002140 (Exact) R 1002139 1002139 999191 0 -1 4194304 4279295 0 0 0 13505 1167 0 0 20 0 1 0 189069124 31540080640 7234586 134679101440 4194304 7243121 140727827327408 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 34865152 140727827330063 140727827330213 140727827330213 140727827337200 0
/proc/1002140/statm: 7700215 7234586 788 745 0 7699280 0
Current children cumulated CPU time: 461.13 s
Current children cumulated vsize: 30819452 KiB
Current children cumulated memory: 28942164 KiB

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

# cumulated CPU time of all completed processes:  user=438.242 s, system=26.6807 s

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

[startup+467.7 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 1002171
/proc/meminfo: memFree=49942064/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2840 CPUtime=314.41 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 264 7302046 0 0 0 0 30190 1251 20 0 1 0 189037606 10170368 710 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 710 620 264 0 134 0
[pid=1002139] ppid=1001671 vsize=8660 memory=980 CPUtime=0 cores=4,6
/proc/1002139/stat : 1002139 (timeout) S 1001671 1002139 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189069124 8867840 245 134679101440 94417691832320 94417691867336 140735554129360 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94417693964752 94417693966884 94417716326400 140735554135027 140735554135196 140735554135196 140735554142183 0
/proc/1002139/statm: 2165 245 220 9 0 87 0
[pid=1002140] ppid=1002139 vsize=30940088 memory=29149892 CPUtime=149.96 cores=4,6
/proc/1002140/stat : 1002140 (Exact) S 1002139 1002139 999191 0 -1 4195840 4314335 0 0 0 13632 1364 0 0 20 0 1 0 189069124 31682650112 7287473 134679101440 4194304 7243121 140727827327408 140727827301456 6712588 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 34865152 140727827330063 140727827330213 140727827330213 140727827337200 0
/proc/1002140/statm: 7735022 7287473 788 745 0 7734087 0
Current children cumulated CPU time: 464.37 s
Current children cumulated vsize: 30958680 KiB
Current children cumulated memory: 29153712 KiB

[startup+470.9 s]
/proc/loadavg: 4.09 4.11 4.09 4/263 1002171
/proc/meminfo: memFree=48199764/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2840 CPUtime=314.41 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 264 7302046 0 0 0 0 30190 1251 20 0 1 0 189037606 10170368 710 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 710 620 264 0 134 0
[pid=1002139] ppid=1001671 vsize=8660 memory=980 CPUtime=0 cores=4,6
/proc/1002139/stat : 1002139 (timeout) S 1001671 1002139 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189069124 8867840 245 134679101440 94417691832320 94417691867336 140735554129360 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94417693964752 94417693966884 94417716326400 140735554135027 140735554135196 140735554135196 140735554142183 0
/proc/1002139/statm: 2165 245 220 9 0 87 0
[pid=1002140] ppid=1002139 vsize=30940088 memory=29149892 CPUtime=149.96 cores=4,6
/proc/1002140/stat : 1002140 (Exact) S 1002139 1002139 999191 0 -1 4195840 4314335 0 0 0 13632 1364 0 0 20 0 1 0 189069124 31682650112 7287473 134679101440 4194304 7243121 140727827327408 140727827301456 6712588 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 34865152 140727827330063 140727827330213 140727827330213 140727827337200 0
/proc/1002140/statm: 7735022 7287473 788 745 0 7734087 0
Current children cumulated CPU time: 464.37 s
Current children cumulated vsize: 30958680 KiB
Current children cumulated memory: 29153712 KiB

[startup+474.1 s]
/proc/loadavg: 4.08 4.10 4.09 4/263 1002173
/proc/meminfo: memFree=46173540/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2840 CPUtime=314.41 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 264 7302046 0 0 0 0 30190 1251 20 0 1 0 189037606 10170368 710 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 710 620 264 0 134 0
[pid=1002139] ppid=1001671 vsize=8660 memory=980 CPUtime=0 cores=4,6
/proc/1002139/stat : 1002139 (timeout) S 1001671 1002139 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189069124 8867840 245 134679101440 94417691832320 94417691867336 140735554129360 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94417693964752 94417693966884 94417716326400 140735554135027 140735554135196 140735554135196 140735554142183 0
/proc/1002139/statm: 2165 245 220 9 0 87 0
[pid=1002140] ppid=1002139 vsize=30940088 memory=29149892 CPUtime=149.96 cores=4,6
/proc/1002140/stat : 1002140 (Exact) S 1002139 1002139 999191 0 -1 4195840 4314335 0 0 0 13632 1364 0 0 20 0 1 0 189069124 31682650112 7287473 134679101440 4194304 7243121 140727827327408 140727827301456 6712588 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 34865152 140727827330063 140727827330213 140727827330213 140727827337200 0
/proc/1002140/statm: 7735022 7287473 788 745 0 7734087 0
Current children cumulated CPU time: 464.37 s
Current children cumulated vsize: 30958680 KiB
Current children cumulated memory: 29153712 KiB

[startup+474.9 s]
/proc/loadavg: 4.08 4.10 4.09 4/263 1002173
/proc/meminfo: memFree=45579588/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2840 CPUtime=314.41 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 264 7302046 0 0 0 0 30190 1251 20 0 1 0 189037606 10170368 710 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 710 620 264 0 134 0
[pid=1002139] ppid=1001671 vsize=8660 memory=980 CPUtime=0 cores=4,6
/proc/1002139/stat : 1002139 (timeout) S 1001671 1002139 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189069124 8867840 245 134679101440 94417691832320 94417691867336 140735554129360 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94417693964752 94417693966884 94417716326400 140735554135027 140735554135196 140735554135196 140735554142183 0
/proc/1002139/statm: 2165 245 220 9 0 87 0
[pid=1002140] ppid=1002139 vsize=30940088 memory=29149892 CPUtime=149.96 cores=4,6
/proc/1002140/stat : 1002140 (Exact) S 1002139 1002139 999191 0 -1 4195840 4314335 0 0 0 13632 1364 0 0 20 0 1 0 189069124 31682650112 7287473 134679101440 4194304 7243121 140727827327408 140727827301456 6712588 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7942632 8006904 34865152 140727827330063 140727827330213 140727827330213 140727827337200 0
/proc/1002140/statm: 7735022 7287473 788 745 0 7734087 0
Current children cumulated CPU time: 464.37 s
Current children cumulated vsize: 30958680 KiB
Current children cumulated memory: 29153712 KiB

[startup+475.702 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 1002173
/proc/meminfo: memFree=46421076/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2840 CPUtime=314.41 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 264 7302046 0 0 0 0 30190 1251 20 0 1 0 189037606 10170368 710 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 710 620 264 0 134 0
[pid=1002139] ppid=1001671 vsize=8660 memory=980 CPUtime=0 cores=4,6
/proc/1002139/stat : 1002139 (timeout) S 1001671 1002139 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189069124 8867840 245 134679101440 94417691832320 94417691867336 140735554129360 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94417693964752 94417693966884 94417716326400 140735554135027 140735554135196 140735554135196 140735554142183 0
/proc/1002139/statm: 2165 245 220 9 0 87 0
Current children cumulated CPU time: 314.41 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3820 KiB

[startup+476.101 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 1002173
/proc/meminfo: memFree=46421076/131524600 swapFree=131071996/131071996
[pid=1001671] ppid=1001668 vsize=9932 memory=2840 CPUtime=314.41 cores=4,6
/proc/1001671/stat : 1001671 (Hybrid-LSMabP+E) S 1001668 1001671 999191 0 -1 4194304 264 7302046 0 0 0 0 30190 1251 20 0 1 0 189037606 10170368 710 134679101440 94572417466368 94572418545688 140721514591632 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94572420644144 94572420691332 94572450553856 140721514595305 140721514595450 140721514595450 140721514602466 0
/proc/1001671/statm: 2483 710 620 264 0 134 0
[pid=1002139] ppid=1001671 vsize=8660 memory=980 CPUtime=0 cores=4,6
/proc/1002139/stat : 1002139 (timeout) S 1001671 1002139 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189069124 8867840 245 134679101440 94417691832320 94417691867336 140735554129360 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94417693964752 94417693966884 94417716326400 140735554135027 140735554135196 140735554135196 140735554142183 0
/proc/1002139/statm: 2165 245 220 9 0 87 0
Current children cumulated CPU time: 314.41 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3820 KiB

Child status: 0

Real time (s): 476.142
CPU time (s): 464.923
CPU user time (s): 438.242
CPU system time (s): 26.6807
CPU usage (%): 97.6437
Max. virtual memory (cumulated for all children) (KiB): 30958680
Max. memory (cumulated for all children) (KiB): 30275060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 438.242
system time used= 26.6807
maximum resident set size= 30283972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11617698
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64
involuntary context switches= 465


# summary of solver processes directly reported to runsolver:
#   pid: 1001671
#   total CPU time (s): 464.923
#   total CPU user time (s): 438.242
#   total CPU system time (s): 26.6807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04896 second user time and 2.31869 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-19 07:58:00
IDJOB=4449265
IDBENCH=160493
IDSOLVER=3071
FILE ID=nodeC035/4449265-1721368666
RUNJOBID= nodeC035-1721364992-999203
SLURM_JOB_ID= 7542796
Free space on /tmp= 889760 MiB

SOLVER NAME= Hybrid-LSMabP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm90p-dec.opb.negationfix.opb
COMMAND LINE= ./Hybrid-LSMabP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449265-1721368666/watcher-4449265-1721368666 -o /tmp/evaluation-result-4449265-1721368666/solver-4449265-1721368666 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721364992-999203 --watchdog 3760  ./Hybrid-LSMabP+Exact HOME/instance-4449265-1721368666.opb 3600 HOME 31000

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

MD5SUM BENCH= f94999381e02cae36541ecafb635807a
RANDOM SEED=1089714082

nodeC035.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127900492 kB
MemAvailable:   129222452 kB
Buffers:          517852 kB
Cached:          1634388 kB
SwapCached:            0 kB
Active:          1019696 kB
Inactive:        1980084 kB
Active(anon):       1584 kB
Inactive(anon):   883712 kB
Active(file):    1018112 kB
Inactive(file):  1096372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            296144 kB
Writeback:             4 kB
AnonPages:        847596 kB
Mapped:           120224 kB
Shmem:             37724 kB
KReclaimable:      94596 kB
Slab:             205304 kB
SReclaimable:      94596 kB
SUnreclaim:       110708 kB
KernelStack:        4224 kB
PageTables:        11028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1226892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71200 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 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:      199380 kB
DirectMap2M:    18448384 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889640 MiB
End job on nodeC035 at 2024-07-19 08:05:56