Trace number 4454933

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 NameAnswerobjective functionCPU timeWall clock time
mixed-bag 2024-07-19? (MO) 510.437 512.145

DiagnosticValue
SCIPUB1985662741

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null50mast_rapportOE2.0_TMAX15_K192_cod1.opb
MD5SUM19fb62140527f06bc9ecc93817abb881
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-42187
Best CPU time to get the best result obtained on this benchmark3095.68
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 1985662740
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1985662740
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c RoundingSat 2
0.00/0.00	c branch 
0.00/0.00	c commit 
0.00/0.00	c with Papilo
0.00/0.00	c with SCIP
0.00/0.00	c [STEP] parsing instance
2.39/2.40	c [STEP] preprocessing with Papilo
17.05/17.15	c [STEP] solving with SCIP
321.48/322.52	c [STEP] preprocessing done, loading into solver
322.38/323.49	c [STEP] solving
322.38/323.49	c #variables 364933 #constraints 366803
322.47/323.50	c SMALL=int, LARGE=long long
322.47/323.51	d SCIPUB 1985662741
322.47/323.52	c bounds - >= -1985662740 @ 320.657
322.47/323.52	c stratification level: 6765
508.02/509.64	terminate called after throwing an instance of 'St9bad_alloc'
508.02/509.66	  what():  std::bad_alloc

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (57444 MiB free)
  memory of node 1: 64510 MiB (61137 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454933-1721476489/watcher-4454933-1721476489 -o /tmp/evaluation-result-4454933-1721476489/solver-4454933-1721476489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721469279-1030643 --watchdog 3760 mixed-bag HOME/instance-4454933-1721476489.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100088 s]*
/proc/loadavg: 4.07 4.11 4.09 5/258 1035206
/proc/meminfo: memFree=121330500/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=201256 memory=103568 CPUtime=0.09 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 15873 0 0 0 6 3 0 0 20 0 1 0 199809541 206086144 25892 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 50314 25892 1577 3002 0 34602 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 201256 KiB
Current children cumulated memory: 103568 KiB

[startup+0.205969 s]*
/proc/loadavg: 4.07 4.11 4.09 5/258 1035206
/proc/meminfo: memFree=121340956/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=178300 memory=93608 CPUtime=0.2 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 19488 0 0 0 16 4 0 0 20 0 1 0 199809541 182579200 23402 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 44575 23402 1625 3002 0 28863 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 178300 KiB
Current children cumulated memory: 93608 KiB

[startup+0.305938 s]*
/proc/loadavg: 4.07 4.11 4.09 5/258 1035208
/proc/meminfo: memFree=121326752/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=190588 memory=107328 CPUtime=0.3 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 20875 0 0 0 25 5 0 0 20 0 1 0 199809541 195162112 26832 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 47647 26832 1625 3002 0 31935 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 190588 KiB
Current children cumulated memory: 107328 KiB

[startup+0.700204 s]
/proc/loadavg: 4.07 4.11 4.09 5/258 1035208
/proc/meminfo: memFree=121321072/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=207016 memory=123004 CPUtime=0.69 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 22190 0 0 0 63 6 0 0 20 0 1 0 199809541 211984384 30751 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 51754 30751 1625 3002 0 36042 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 207016 KiB
Current children cumulated memory: 123004 KiB

[startup+1.5002 s]
/proc/loadavg: 4.07 4.11 4.09 5/258 1035208
/proc/meminfo: memFree=121297876/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=239784 memory=162340 CPUtime=1.48 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 23328 0 0 0 140 8 0 0 20 0 1 0 199809541 245538816 40585 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 59946 40585 1625 3002 0 44234 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 239784 KiB
Current children cumulated memory: 162340 KiB

[startup+3.10591 s]
/proc/loadavg: 4.07 4.11 4.09 5/258 1035208
/proc/meminfo: memFree=120924388/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=643056 memory=510796 CPUtime=3.08 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 47023 0 0 0 285 23 0 0 20 0 1 0 199809541 658489344 127699 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 160764 127699 1827 3002 0 144513 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 643056 KiB
Current children cumulated memory: 510796 KiB

[startup+6.30019 s]
/proc/loadavg: 4.06 4.11 4.09 5/258 1035208
/proc/meminfo: memFree=120922912/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=643056 memory=510796 CPUtime=6.27 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 47058 0 0 0 604 23 0 0 20 0 1 0 199809541 658489344 127699 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 160764 127699 1827 3002 0 144513 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 643056 KiB
Current children cumulated memory: 510796 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.11 4.09 5/258 1035209
/proc/meminfo: memFree=120922892/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=643056 memory=510796 CPUtime=12.66 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 47064 0 0 0 1242 24 0 0 20 0 1 0 199809541 658489344 127699 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 160764 127699 1827 3002 0 144513 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 643056 KiB
Current children cumulated memory: 510796 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.12 4.09 5/260 1035595
/proc/meminfo: memFree=119314816/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=2270296 memory=2122484 CPUtime=25.43 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 384963 0 0 0 2461 82 0 0 20 0 1 0 199809541 2324783104 530621 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 567574 530621 3776 3002 0 551323 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2270296 KiB
Current children cumulated memory: 2122484 KiB

[startup+51.1058 s]
/proc/loadavg: 4.07 4.11 4.09 5/257 1035599
/proc/meminfo: memFree=119304672/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=2293592 memory=2132776 CPUtime=50.97 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 386555 0 0 0 5014 83 0 0 20 0 1 0 199809541 2348638208 533194 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 573398 533194 3776 3002 0 557147 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2293592 KiB
Current children cumulated memory: 2132776 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/257 1035608
/proc/meminfo: memFree=118781440/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=2804068 memory=2654236 CPUtime=102.03 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 550799 0 0 0 10092 111 0 0 20 0 1 0 199809541 2871365632 663559 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 701017 663559 3808 3002 0 684766 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2804068 KiB
Current children cumulated memory: 2654236 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/257 1035619
/proc/meminfo: memFree=118776532/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=2804068 memory=2654236 CPUtime=161.86 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 550903 0 0 0 16074 112 0 0 20 0 1 0 199809541 2871365632 663559 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 701017 663559 3808 3002 0 684766 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 2804068 KiB
Current children cumulated memory: 2654236 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/259 1035800
/proc/meminfo: memFree=117403972/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=4264780 memory=3941000 CPUtime=221.69 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 713323 0 0 0 22017 152 0 0 20 0 1 0 199809541 4367134720 985250 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 1066195 985250 3999 3002 0 1049944 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 4264780 KiB
Current children cumulated memory: 3941000 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/259 1035810
/proc/meminfo: memFree=117403068/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=4264780 memory=3941000 CPUtime=281.42 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 713327 0 0 0 27989 153 0 0 20 0 1 0 199809541 4367134720 985250 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 1066195 985250 3999 3002 0 1049944 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 4264780 KiB
Current children cumulated memory: 3941000 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/258 1035823
/proc/meminfo: memFree=117245852/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=4216104 memory=4145204 CPUtime=341.22 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 898160 0 0 0 33911 211 0 0 20 0 1 0 199809541 4317290496 1036301 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 1054026 1036301 4094 3002 0 1037775 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 4216104 KiB
Current children cumulated memory: 4145204 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/258 1035983
/proc/meminfo: memFree=104839224/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=14673540 memory=14605104 CPUtime=401.03 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 3372939 0 0 0 39514 589 0 0 20 0 1 0 199809541 15025704960 3651276 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 3668385 3651276 4094 3002 0 3652134 0
Current children cumulated CPU time: 401.03 s
Current children cumulated vsize: 14673540 KiB
Current children cumulated memory: 14605104 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/258 1035993
/proc/meminfo: memFree=93988368/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=24687280 memory=24619100 CPUtime=460.86 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 5744681 0 0 0 45120 966 0 0 20 0 1 0 199809541 25279774720 6154775 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 6171820 6154775 4094 3002 0 6155569 0
Current children cumulated CPU time: 460.86 s
Current children cumulated vsize: 24687280 KiB
Current children cumulated memory: 24619100 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+509.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/257 1036000
/proc/meminfo: memFree=84923036/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=31746736 memory=31678372 CPUtime=507.72 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4194304 7402312 0 0 0 49538 1234 0 0 20 0 1 0 199809541 32508657664 7919593 134679101440 4194304 16488053 140735423310080 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 7936684 7919593 4094 3002 0 7920433 0
Current children cumulated CPU time: 507.72 s
Current children cumulated vsize: 31746736 KiB
Current children cumulated memory: 31678372 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+512.145 s]
# the end of solver process 1035205 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=495.717 s, system=14.7199 s

Solver just ended.
Dumping a history of the last processes samples

[startup+510.4 s]
/proc/loadavg: 4.10 4.09 4.09 5/258 1036002
/proc/meminfo: memFree=84565364/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=31795196 memory=31727460 CPUtime=508.69 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4195840 7413423 0 1 0 49571 1298 0 0 20 0 1 0 199809541 32558280704 7931865 134679101440 4194304 16488053 140735423310080 140735423305264 139902750118783 0 0 0 8404994 0 0 0 17 5 0 0 2 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 7948799 7931865 4197 3002 0 7932548 0
Current children cumulated CPU time: 508.69 s
Current children cumulated vsize: 31795196 KiB
Current children cumulated memory: 31727460 KiB

[startup+510.8 s]
/proc/loadavg: 4.10 4.09 4.09 5/258 1036002
/proc/meminfo: memFree=84565364/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=31795196 memory=31727460 CPUtime=509.09 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4195840 7413423 0 1 0 49571 1338 0 0 20 0 1 0 199809541 32558280704 7931865 134679101440 4194304 16488053 140735423310080 140735423305264 139902750118783 0 0 0 8404994 0 0 0 17 5 0 0 2 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 7948799 7931865 4197 3002 0 7932548 0
Current children cumulated CPU time: 509.09 s
Current children cumulated vsize: 31795196 KiB
Current children cumulated memory: 31727460 KiB

[startup+511.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/258 1036004
/proc/meminfo: memFree=83469452/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=31795196 memory=31727460 CPUtime=509.48 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4195840 7413423 0 1 0 49571 1377 0 0 20 0 1 0 199809541 32558280704 7931865 134679101440 4194304 16488053 140735423310080 140735423305264 139902750118783 0 0 0 8404994 0 0 0 17 5 0 0 2 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 7948799 7931865 4197 3002 0 7932548 0
Current children cumulated CPU time: 509.48 s
Current children cumulated vsize: 31795196 KiB
Current children cumulated memory: 31727460 KiB

[startup+511.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/258 1036004
/proc/meminfo: memFree=83469452/131524600 swapFree=131071996/131071996
[pid=1035205] ppid=1035202 vsize=31795196 memory=31727460 CPUtime=509.58 cores=5,7
/proc/1035205/stat : 1035205 (mixed-bag) R 1035202 1035205 1030630 0 -1 4195840 7413423 0 1 0 49571 1387 0 0 20 0 1 0 199809541 32558280704 7931865 134679101440 4194304 16488053 140735423310080 140735423305264 139902750118783 0 0 0 8404994 0 0 0 17 5 0 0 2 0 0 18731784 18742840 52551680 140735423317013 140735423317090 140735423317090 140735423324107 0
/proc/1035205/statm: 7948799 7931865 4197 3002 0 7932548 0
Current children cumulated CPU time: 509.58 s
Current children cumulated vsize: 31795196 KiB
Current children cumulated memory: 31727460 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 512.145
CPU time (s): 510.437
CPU user time (s): 495.717
CPU system time (s): 14.7199
CPU usage (%): 99.6665
Max. virtual memory (cumulated for all children) (KiB): 31795196
Max. memory (cumulated for all children) (KiB): 31727460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 495.717
system time used= 14.7199
maximum resident set size= 31727588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7413423
page faults= 1
swaps= 0
block input operations= 184
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84
involuntary context switches= 427


# summary of solver processes directly reported to runsolver:
#   pid: 1035205
#   total CPU time (s): 510.437
#   total CPU user time (s): 495.717
#   total CPU system time (s): 14.7199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06534 second user time and 2.36297 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-20 13:55:01
IDJOB=4454933
IDBENCH=157434
IDSOLVER=3083
FILE ID=nodeC016/4454933-1721476489
RUNJOBID= nodeC016-1721469279-1030643
SLURM_JOB_ID= 7545728
Free space on /tmp= 890000 MiB

SOLVER NAME= mixed-bag 2024-07-19
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null50mast_rapportOE2.0_TMAX15_K192_cod1.opb
COMMAND LINE= mixed-bag BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454933-1721476489/watcher-4454933-1721476489 -o /tmp/evaluation-result-4454933-1721476489/solver-4454933-1721476489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721469279-1030643 --watchdog 3760  mixed-bag HOME/instance-4454933-1721476489.opb

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

MD5SUM BENCH= 19fb62140527f06bc9ecc93817abb881
RANDOM SEED=427805964

nodeC016.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		: 3673.995
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.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121428860 kB
MemAvailable:   125441740 kB
Buffers:          447656 kB
Cached:          4405792 kB
SwapCached:            0 kB
Active:           748428 kB
Inactive:        8715512 kB
Active(anon):       1544 kB
Inactive(anon):  4654852 kB
Active(file):     746884 kB
Inactive(file):  4060660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             47780 kB
Writeback:             0 kB
AnonPages:       4608980 kB
Mapped:           133592 kB
Shmem:             45912 kB
KReclaimable:      89964 kB
Slab:             201704 kB
SReclaimable:      89964 kB
SUnreclaim:       111740 kB
KernelStack:        4112 kB
PageTables:        18788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5864660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            74528 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2869248 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 889904 MiB
End job on nodeC016 at 2024-07-20 14:03:34