Trace number 4431285

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
IPBHS-GUROBI-SYM 2024-07-09? (TO) 3600.08 3606.31

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_2_mh.opb
MD5SUMcf21db10fee940c0850751abd4bd733b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3978240
Best CPU time to get the best result obtained on this benchmark72001.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 82021340422
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 82021340422
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.48/4.56	c initialize IPBHS solver
4.48/4.56	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
4.48/4.56	c optimizer = "gurobi"
4.48/4.56	c pbsolver = "roundingsat"
4.48/4.56	c load symmetries from file ""
4.48/4.56	c set time limit for symmetry computation to 100 seconds.
4.48/4.56	c set interchangeable summation variable limit to 3
4.48/4.56	c find symmetric cores by applying each permutation and add them to optimizer
4.48/4.56	c set abs symmetric core budget per WCE-iteration to 100
4.48/4.56	c set rel symmetric core budget per WCE-iteration to 0
4.48/4.56	c set lit symmetric core budget per WCE-iteration to 0
4.48/4.56	c set sym generation to 's'
4.48/4.56	c set abstraction set creation to 10 iterations without LB change
4.48/4.56	c set abstraction set inputs to 0
4.48/4.56	c set abstraction set cluster min size to 2
4.48/4.56	c set abstraction set cluster max size to 100000000
4.48/4.56	c set abstraction set cluster activation limit to 2
4.48/4.56	c enable abstraction set require equal cost
4.48/4.56	c set abstraction set assumptions to 0
4.48/4.56	c set abstraction set constraint type to 0
4.48/4.56	c set abstract core extraction strategy to b
4.48/4.56	c set core extraction strategy to 2
4.48/4.56	c set core extraction shuffles 10
4.48/4.56	c set cores per iteration to 5
4.48/4.56	c set optimizer bound usage strategy to 2
4.48/4.56	c set optimizer max non-optimal iterations to 1000
4.48/4.56	c set small core cardinality limit to 2
4.48/4.56	c set max coef in cores to 1000000000
4.48/4.56	c set SIS iterations to 5
4.48/4.56	c set SIS budget abs to 1000
4.48/4.56	c set SIS budget rel to 0.05
4.48/4.56	c limit for coefficient in constraints and objective to 9223372036854775807
4.48/4.56	c will solve HOME/instance-4431285-1721135711.opb
3600.05/3606.30	HOME/run-glibc-2.34.sh: line 2: 900443 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431285-1721135711/watcher-4431285-1721135711 -o /tmp/evaluation-result-4431285-1721135711/solver-4431285-1721135711 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721132118-898425 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431285-1721135711.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
Current StackSize limit: 8192 KiB

solver pid=900441, runsolver pid=900438

[startup+0.100088 s]*
/proc/loadavg: 4.14 4.10 4.03 8/263 900443
/proc/meminfo: memFree=107848440/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=113632 memory=30820 CPUtime=0.09 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 6283 0 0 0 8 1 0 0 20 0 1 0 165739263 116359168 7705 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 28408 7705 1581 46 0 9023 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 123560 KiB
Current children cumulated memory: 33484 KiB

[startup+0.206064 s]*
/proc/loadavg: 4.14 4.10 4.03 6/260 900447
/proc/meminfo: memFree=119168524/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=137824 memory=48372 CPUtime=0.19 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 9656 0 0 0 18 1 0 0 20 0 1 0 165739263 141131776 12093 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 34456 12093 1581 46 0 15071 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 147752 KiB
Current children cumulated memory: 51036 KiB

[startup+0.305958 s]*
/proc/loadavg: 4.14 4.10 4.03 4/260 900457
/proc/meminfo: memFree=119151464/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=139276 memory=57672 CPUtime=0.29 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 10447 0 0 0 28 1 0 0 20 0 1 0 165739263 142618624 14418 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 34819 14418 1581 46 0 15434 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 149204 KiB
Current children cumulated memory: 60336 KiB

[startup+0.700256 s]
/proc/loadavg: 4.14 4.10 4.03 5/257 900479
/proc/meminfo: memFree=119131160/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=189196 memory=93880 CPUtime=0.68 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 17495 0 0 0 65 3 0 0 20 0 1 0 165739263 193736704 23470 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 47299 23470 1581 46 0 27914 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 199124 KiB
Current children cumulated memory: 96544 KiB

[startup+1.50026 s]
/proc/loadavg: 4.14 4.10 4.03 5/263 900491
/proc/meminfo: memFree=125376020/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=323364 memory=219036 CPUtime=1.49 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 34352 0 0 0 113 36 0 0 20 0 1 0 165739263 331124736 54759 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 80841 54759 1709 46 0 61456 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 333292 KiB
Current children cumulated memory: 221700 KiB

[startup+3.10568 s]
/proc/loadavg: 4.14 4.10 4.03 5/265 900539
/proc/meminfo: memFree=126961388/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=823348 memory=656872 CPUtime=3.09 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 129972 0 0 0 242 67 0 0 20 0 2 0 165739263 843108352 164218 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 205837 164218 2747 46 0 178432 0
[pid=900443/tid=900539] ppid=900441 vsize=823348 memory=41764 CPUtime=0 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 2 0 165739451 843108352 164218 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 833276 KiB
Current children cumulated memory: 659536 KiB

[startup+6.3002 s]
/proc/loadavg: 4.13 4.10 4.03 5/266 900540
/proc/meminfo: memFree=126298124/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=971780 memory=767276 CPUtime=6.27 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 211475 0 0 0 551 76 0 0 20 0 2 0 165739263 995102720 191819 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 242945 191819 2747 46 0 215540 0
[pid=900443/tid=900539] ppid=900441 vsize=971780 memory=0 CPUtime=0 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 165739451 995102720 191819 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 981708 KiB
Current children cumulated memory: 769940 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.10 4.03 5/266 900542
/proc/meminfo: memFree=126287752/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=956740 memory=792000 CPUtime=12.66 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 343723 0 0 0 1181 85 0 0 20 0 2 0 165739263 979701760 198000 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 239185 198000 2778 46 0 211780 0
[pid=900443/tid=900539] ppid=900441 vsize=956740 memory=2664 CPUtime=0 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 2 0 165739451 979701760 198000 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 966668 KiB
Current children cumulated memory: 794664 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.09 4.03 5/264 900544
/proc/meminfo: memFree=125931456/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=946476 CPUtime=25.41 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 505606 0 0 0 2357 184 0 0 20 0 2 0 165739263 1147138048 236619 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 236619 3743 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=2664 CPUtime=0.01 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 16 0 0 0 0 1 0 0 20 0 2 0 165739451 1147138048 236619 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 949140 KiB

[startup+51.1051 s]
/proc/loadavg: 4.12 4.10 4.03 5/264 900549
/proc/meminfo: memFree=125927020/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=946568 CPUtime=50.97 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 536307 0 0 0 4890 207 0 0 20 0 2 0 165739263 1147138048 236642 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 236642 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=946568 CPUtime=0.01 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 165739451 1147138048 236642 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 949232 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.10 4.03 5/264 900557
/proc/meminfo: memFree=125903728/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=948708 CPUtime=102.07 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 566898 0 0 0 9956 251 0 0 20 0 2 0 165739263 1147138048 237177 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 237177 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=8040220049950416028 CPUtime=0.03 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 38 0 0 0 1 2 0 0 20 0 2 0 165739451 1147138048 237177 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 951372 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/264 900569
/proc/meminfo: memFree=125882220/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=949776 CPUtime=161.96 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 591334 0 0 0 15892 304 0 0 20 0 2 0 165739263 1147138048 237444 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 237444 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=16236 CPUtime=0.05 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 47 0 0 0 1 4 0 0 20 0 2 0 165739451 1147138048 237444 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0

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

/proc/900443/statm: 280063 247282 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=2664 CPUtime=1.33 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 206 0 0 0 36 97 0 0 20 0 2 0 165739451 1147138048 247282 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3156.89 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 991792 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/263 902315
/proc/meminfo: memFree=122512108/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=989128 CPUtime=3216.78 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 682304 0 0 0 318436 3242 0 0 20 0 2 0 165739263 1147138048 247282 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 247282 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=11396 CPUtime=1.36 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 209 0 0 0 37 99 0 0 20 0 2 0 165739451 1147138048 247282 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3216.78 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 991792 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.13 4.13 5/263 902325
/proc/meminfo: memFree=122338716/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=989128 CPUtime=3276.66 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 682472 0 0 0 324364 3302 0 0 20 0 2 0 165739263 1147138048 247282 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 247282 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=2664 CPUtime=1.39 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 212 0 0 0 38 101 0 0 20 0 2 0 165739451 1147138048 247282 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3276.66 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 991792 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.12 4.12 5/266 902343
/proc/meminfo: memFree=122337968/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=989128 CPUtime=3336.54 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 682640 0 0 0 330288 3366 0 0 20 0 2 0 165739263 1147138048 247282 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 247282 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=2664 CPUtime=1.43 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 215 0 0 0 40 103 0 0 20 0 2 0 165739451 1147138048 247282 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3336.54 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 991792 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.16 4.13 5/266 902353
/proc/meminfo: memFree=122333232/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=989128 CPUtime=3396.44 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 682804 0 0 0 336221 3423 0 0 20 0 2 0 165739263 1147138048 247282 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 247282 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=2664 CPUtime=1.46 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 218 0 0 0 41 105 0 0 20 0 2 0 165739451 1147138048 247282 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3396.44 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 991792 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.14 4.13 5/266 902363
/proc/meminfo: memFree=122331232/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=989168 CPUtime=3456.33 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 682954 0 0 0 342151 3482 0 0 20 0 2 0 165739263 1147138048 247292 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 247292 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=2664 CPUtime=1.48 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 221 0 0 0 41 107 0 0 20 0 2 0 165739451 1147138048 247292 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3456.33 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 991832 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.15 4.13 5/266 902375
/proc/meminfo: memFree=122329008/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=989660 CPUtime=3516.21 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 683370 0 0 0 348080 3541 0 0 20 0 2 0 165739263 1147138048 247415 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 247415 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=2664 CPUtime=1.5 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 224 0 0 0 42 108 0 0 20 0 2 0 165739451 1147138048 247415 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3516.21 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 992324 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.13 4.12 5/267 902386
/proc/meminfo: memFree=122498128/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=989984 CPUtime=3576.11 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 683790 0 0 0 354010 3601 0 0 20 0 2 0 165739263 1147138048 247496 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 247496 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=2664 CPUtime=1.52 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 227 0 0 0 42 110 0 0 20 0 2 0 165739451 1147138048 247496 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3576.11 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 992648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 4.22 4.16 4.13 4/259 902437
/proc/meminfo: memFree=126068692/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=990160 CPUtime=3600.05 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 683903 0 0 0 356377 3628 0 0 20 0 2 0 165739263 1147138048 247540 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 247540 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=2664 CPUtime=1.54 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 227 0 0 0 43 111 0 0 20 0 2 0 165739451 1147138048 247540 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 992824 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3606.31 s]
# the end of solver process 900441 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3563.78 s, system=36.2918 s

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

[startup+3606.3 s]
/proc/loadavg: 4.22 4.16 4.13 4/259 902437
/proc/meminfo: memFree=126068692/131524600 swapFree=131071996/131071996
[pid=900441] ppid=900438 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/900441/stat : 900441 (run-glibc-2.34.) S 900438 900441 898412 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 165739263 10166272 666 134679101440 94557749960704 94557751040024 140732716121840 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94557753138480 94557753185668 94557763551232 140732716123071 140732716123228 140732716123228 140732716130243 0
/proc/900441/statm: 2482 666 586 264 0 133 0
[pid=900443] ppid=900441 vsize=1120252 memory=990160 CPUtime=3600.05 cores=5,7
/proc/900443/stat : 900443 (ld-linux-x86-64) R 900441 900441 898412 0 -1 4194304 683903 0 0 0 356377 3628 0 0 20 0 2 0 165739263 1147138048 247540 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
/proc/900443/statm: 280063 247540 3759 46 0 252658 0
[pid=900443/tid=900539] ppid=900441 vsize=1120252 memory=2664 CPUtime=1.54 cores=5,7
/proc/900443/task/900539/stat : 900539 (ld-linux-x86-64) S 900441 900441 898412 0 -1 1077936192 227 0 0 0 43 111 0 0 20 0 2 0 165739451 1147138048 247540 134679101440 140668272824320 140668273011932 140734532490704 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140668275112832 140668275122280 93825014906880 140734532494167 140734532494331 140734532494331 140734532501426 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 992824 KiB

Child status: 143

Real time (s): 3606.31
CPU time (s): 3600.08
CPU user time (s): 3563.78
CPU system time (s): 36.2918
CPU usage (%): 99.8272
Max. virtual memory (cumulated for all children) (KiB): 1352912
Max. memory (cumulated for all children) (KiB): 992824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.78
system time used= 36.2918
maximum resident set size= 1023768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 684115
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356930
involuntary context switches= 1100


# summary of solver processes directly reported to runsolver:
#   pid: 900441
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3563.78
#   total CPU system time (s): 36.2918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.10698 second user time and 16.5821 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 15:15:25
IDJOB=4431285
IDBENCH=155649
IDSOLVER=3055
FILE ID=nodeC030/4431285-1721135711
RUNJOBID= nodeC030-1721132118-898425
SLURM_JOB_ID= 7505703
Free space on /tmp= 889928 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_2_mh.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431285-1721135711/watcher-4431285-1721135711 -o /tmp/evaluation-result-4431285-1721135711/solver-4431285-1721135711 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721132118-898425 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431285-1721135711.opb

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

MD5SUM BENCH= cf21db10fee940c0850751abd4bd733b
RANDOM SEED=723321099

nodeC030.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		: 3675.397
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.28
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		: 3671.710
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.11
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.750
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.28
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		: 3599.674
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.11
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		: 3675.382
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.28
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		: 3669.064
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.11
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.890
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.28
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		: 3686.896
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        106248468 kB
MemAvailable:   107845072 kB
Buffers:          401864 kB
Cached:          2019248 kB
SwapCached:            0 kB
Active:           931816 kB
Inactive:       23677580 kB
Active(anon):       1548 kB
Inactive(anon): 22224488 kB
Active(file):     930268 kB
Inactive(file):  1453092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112072 kB
Writeback:            12 kB
AnonPages:      22187108 kB
Mapped:           122236 kB
Shmem:             37720 kB
KReclaimable:     106132 kB
Slab:             213828 kB
SReclaimable:     106132 kB
SUnreclaim:       107696 kB
KernelStack:        4200 kB
PageTables:        52904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   29566556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64096 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17666048 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:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889888 MiB
End job on nodeC030 at 2024-07-16 16:15:31