Trace number 4431286

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.07 3607.71

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_3_mh.opb
MD5SUM9ac2461cadb9f34c01e229706adee951
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 benchmark3047122
Best CPU time to get the best result obtained on this benchmark72001.6
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 118370771
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 52632514160
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 118370771
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 52632514160
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.56/4.60	c initialize IPBHS solver
4.56/4.60	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.56/4.60	c optimizer = "gurobi"
4.56/4.60	c pbsolver = "roundingsat"
4.56/4.60	c load symmetries from file ""
4.56/4.60	c set time limit for symmetry computation to 100 seconds.
4.56/4.60	c set interchangeable summation variable limit to 3
4.56/4.60	c find symmetric cores by applying each permutation and add them to optimizer
4.56/4.60	c set abs symmetric core budget per WCE-iteration to 100
4.56/4.60	c set rel symmetric core budget per WCE-iteration to 0
4.56/4.60	c set lit symmetric core budget per WCE-iteration to 0
4.56/4.60	c set sym generation to 's'
4.56/4.60	c set abstraction set creation to 10 iterations without LB change
4.56/4.60	c set abstraction set inputs to 0
4.56/4.60	c set abstraction set cluster min size to 2
4.56/4.60	c set abstraction set cluster max size to 100000000
4.56/4.60	c set abstraction set cluster activation limit to 2
4.56/4.60	c enable abstraction set require equal cost
4.56/4.60	c set abstraction set assumptions to 0
4.56/4.60	c set abstraction set constraint type to 0
4.56/4.60	c set abstract core extraction strategy to b
4.56/4.60	c set core extraction strategy to 2
4.56/4.60	c set core extraction shuffles 10
4.56/4.60	c set cores per iteration to 5
4.56/4.60	c set optimizer bound usage strategy to 2
4.56/4.60	c set optimizer max non-optimal iterations to 1000
4.56/4.60	c set small core cardinality limit to 2
4.56/4.60	c set max coef in cores to 1000000000
4.56/4.60	c set SIS iterations to 5
4.56/4.60	c set SIS budget abs to 1000
4.56/4.60	c set SIS budget rel to 0.05
4.56/4.60	c limit for coefficient in constraints and objective to 9223372036854775807
4.56/4.60	c will solve HOME/instance-4431286-1721135713.opb
3600.04/3607.70	HOME/run-glibc-2.34.sh: line 2: 900538 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 (61969 MiB free)
  memory of node 1: 64473 MiB (62637 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431286-1721135713/watcher-4431286-1721135713 -o /tmp/evaluation-result-4431286-1721135713/solver-4431286-1721135713 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721132118-898422 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431286-1721135713.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=900536, runsolver pid=900533

[startup+0.10006 s]*
/proc/loadavg: 4.14 4.10 4.03 5/264 900538
/proc/meminfo: memFree=127546316/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=113500 memory=29104 CPUtime=0.1 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 6403 0 0 0 8 2 0 0 20 0 1 0 165739427 116224000 7276 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 28375 7276 1587 46 0 8990 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 123428 KiB
Current children cumulated memory: 31848 KiB

[startup+0.205674 s]*
/proc/loadavg: 4.14 4.10 4.03 5/264 900538
/proc/meminfo: memFree=127523460/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=137824 memory=51272 CPUtime=0.2 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 9880 0 0 0 18 2 0 0 20 0 1 0 165739427 141131776 12818 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 34456 12818 1587 46 0 15071 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 147752 KiB
Current children cumulated memory: 54016 KiB

[startup+0.305688 s]*
/proc/loadavg: 4.14 4.10 4.03 5/265 900539
/proc/meminfo: memFree=127489844/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=139276 memory=57736 CPUtime=0.29 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 10469 0 0 0 27 2 0 0 20 0 1 0 165739427 142618624 14434 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 34819 14434 1587 46 0 15434 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 149204 KiB
Current children cumulated memory: 60480 KiB

[startup+0.700253 s]
/proc/loadavg: 4.14 4.10 4.03 5/265 900539
/proc/meminfo: memFree=127332212/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=188272 memory=91636 CPUtime=0.68 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 17390 0 0 0 64 4 0 0 20 0 1 0 165739427 192790528 22909 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 47068 22909 1587 46 0 27683 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 198200 KiB
Current children cumulated memory: 94380 KiB

[startup+1.50025 s]
/proc/loadavg: 4.14 4.10 4.03 5/265 900539
/proc/meminfo: memFree=127049756/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=310896 memory=215720 CPUtime=1.48 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 32467 0 0 0 115 33 0 0 20 0 1 0 165739427 318357504 53930 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 77724 53930 1699 46 0 58339 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 320824 KiB
Current children cumulated memory: 218464 KiB

[startup+3.10548 s]
/proc/loadavg: 4.13 4.10 4.03 5/266 900540
/proc/meminfo: memFree=126429212/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=820968 memory=650288 CPUtime=3.07 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 127642 0 0 0 247 60 0 0 20 0 2 0 165739427 840671232 162572 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 205242 162572 2724 46 0 177837 0
[pid=900538/tid=900540] ppid=900536 vsize=820968 memory=0 CPUtime=0 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 2 0 165739617 840671232 162572 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 830896 KiB
Current children cumulated memory: 653032 KiB

[startup+6.30018 s]
/proc/loadavg: 4.13 4.10 4.03 5/266 900540
/proc/meminfo: memFree=126282868/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=971780 memory=764500 CPUtime=6.25 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 209424 0 0 0 557 68 0 0 20 0 2 0 165739427 995102720 191125 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 242945 191125 2724 46 0 215540 0
[pid=900538/tid=900540] ppid=900536 vsize=971780 memory=764500 CPUtime=0 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 165739617 995102720 191125 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 981708 KiB
Current children cumulated memory: 767244 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.10 4.03 5/266 900542
/proc/meminfo: memFree=126205088/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=956740 memory=787120 CPUtime=12.64 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 332846 0 0 0 1186 78 0 0 20 0 2 0 165739427 979701760 196780 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 239185 196780 2724 46 0 211780 0
[pid=900538/tid=900540] ppid=900536 vsize=956740 memory=11396 CPUtime=0 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 2 0 165739617 979701760 196780 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 966668 KiB
Current children cumulated memory: 789864 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.09 4.03 5/264 900544
/proc/meminfo: memFree=125931284/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=941108 CPUtime=25.4 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 498147 0 0 0 2366 174 0 0 20 0 2 0 165739427 1147138048 235277 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 235277 3769 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=2744 CPUtime=0 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 165739617 1147138048 235277 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 943852 KiB

[startup+51.105 s]
/proc/loadavg: 4.12 4.10 4.03 5/264 900549
/proc/meminfo: memFree=125926712/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=941264 CPUtime=50.96 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 523640 0 0 0 4900 196 0 0 20 0 2 0 165739427 1147138048 235316 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 235316 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=941264 CPUtime=0.01 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 165739617 1147138048 235316 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 944008 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.10 4.03 5/264 900557
/proc/meminfo: memFree=125903220/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=941384 CPUtime=102.05 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 560281 0 0 0 9962 243 0 0 20 0 2 0 165739427 1147138048 235346 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 235346 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=11396 CPUtime=0.03 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 38 0 0 0 0 3 0 0 20 0 2 0 165739617 1147138048 235346 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 944128 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/264 900569
/proc/meminfo: memFree=125882208/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=941640 CPUtime=161.94 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 585209 0 0 0 15897 297 0 0 20 0 2 0 165739427 1147138048 235410 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 235410 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=2744 CPUtime=0.05 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 46 0 0 0 1 4 0 0 20 0 2 0 165739617 1147138048 235410 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0

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

/proc/900538/statm: 280063 244536 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=2744 CPUtime=1.43 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 244 0 0 0 45 98 0 0 20 0 2 0 165739617 1147138048 244536 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3155.55 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 980888 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/263 902315
/proc/meminfo: memFree=123208188/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=978144 CPUtime=3215.43 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 972265 0 0 0 318304 3239 0 0 20 0 2 0 165739427 1147138048 244536 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 244536 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=11396 CPUtime=1.46 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 247 0 0 0 46 100 0 0 20 0 2 0 165739617 1147138048 244536 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3215.43 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 980888 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.13 4.13 5/263 902325
/proc/meminfo: memFree=121841376/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=978144 CPUtime=3275.3 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 972399 0 0 0 324227 3303 0 0 20 0 2 0 165739427 1147138048 244536 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 244536 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=2744 CPUtime=1.49 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 250 0 0 0 47 102 0 0 20 0 2 0 165739617 1147138048 244536 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3275.3 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 980888 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=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=980192 CPUtime=3335.18 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 972830 0 0 0 330152 3366 0 0 20 0 2 0 165739427 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 245048 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=2744 CPUtime=1.51 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 253 0 0 0 47 104 0 0 20 0 2 0 165739617 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3335.18 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 982936 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.16 4.13 5/266 902353
/proc/meminfo: memFree=122331212/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=980192 CPUtime=3395.06 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 973108 0 0 0 336079 3427 0 0 20 0 2 0 165739427 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 245048 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=2744 CPUtime=1.54 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 256 0 0 0 48 106 0 0 20 0 2 0 165739617 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3395.06 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 982936 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.14 4.13 5/266 902363
/proc/meminfo: memFree=122331204/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=980192 CPUtime=3454.94 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 973243 0 0 0 342008 3486 0 0 20 0 2 0 165739427 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 245048 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=2744 CPUtime=1.57 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 259 0 0 0 49 108 0 0 20 0 2 0 165739617 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3454.94 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 982936 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.15 4.13 5/266 902375
/proc/meminfo: memFree=122380564/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=980192 CPUtime=3514.82 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 973668 0 0 0 347932 3550 0 0 20 0 2 0 165739427 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 245048 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=2744 CPUtime=1.6 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 262 0 0 0 50 110 0 0 20 0 2 0 165739617 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3514.82 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 982936 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.13 4.12 5/267 902386
/proc/meminfo: memFree=122498144/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=980192 CPUtime=3574.7 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 973853 0 0 0 353860 3610 0 0 20 0 2 0 165739427 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 245048 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=13116 CPUtime=1.63 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 265 0 0 0 51 112 0 0 20 0 2 0 165739617 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3574.7 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 982936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.7 s]
/proc/loadavg: 4.22 4.16 4.13 5/263 902533
/proc/meminfo: memFree=126083268/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=980192 CPUtime=3600.04 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 974014 0 0 0 356368 3636 0 0 20 0 2 0 165739427 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 245048 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=2744 CPUtime=1.65 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 266 0 0 0 52 113 0 0 20 0 2 0 165739617 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 982936 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3563.69 s, system=36.3737 s

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

[startup+3607.7 s]
/proc/loadavg: 4.22 4.16 4.13 5/263 902533
/proc/meminfo: memFree=126083268/131524600 swapFree=131071996/131071996
[pid=900536] ppid=900533 vsize=9928 memory=2744 CPUtime=0 cores=0,2
/proc/900536/stat : 900536 (run-glibc-2.34.) S 900533 900536 898412 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 165739427 10166272 686 134679101440 94591868731392 94591869810712 140731015719168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94591871909168 94591871956356 94591900401664 140731015721919 140731015722076 140731015722076 140731015729091 0
/proc/900536/statm: 2482 686 606 264 0 133 0
[pid=900538] ppid=900536 vsize=1120252 memory=980192 CPUtime=3600.04 cores=0,2
/proc/900538/stat : 900538 (ld-linux-x86-64) R 900536 900536 898412 0 -1 4194304 974014 0 0 0 356368 3636 0 0 20 0 2 0 165739427 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
/proc/900538/statm: 280063 245048 3801 46 0 252658 0
[pid=900538/tid=900540] ppid=900536 vsize=1120252 memory=2744 CPUtime=1.65 cores=0,2
/proc/900538/task/900540/stat : 900540 (ld-linux-x86-64) S 900536 900536 898412 0 -1 1077936192 266 0 0 0 52 113 0 0 20 0 2 0 165739617 1147138048 245048 134679101440 140689487032320 140689487219932 140732474644704 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 140689489320832 140689489330280 93825011003392 140732474647383 140732474647547 140732474647547 140732474654642 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1130180 KiB
Current children cumulated memory: 982936 KiB

Child status: 143

Real time (s): 3607.71
CPU time (s): 3600.07
CPU user time (s): 3563.69
CPU system time (s): 36.3737
CPU usage (%): 99.7882
Max. virtual memory (cumulated for all children) (KiB): 1180212
Max. memory (cumulated for all children) (KiB): 982936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3563.69
system time used= 36.3737
maximum resident set size= 1020964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 974228
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= 357072
involuntary context switches= 25172


# summary of solver processes directly reported to runsolver:
#   pid: 900536
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3563.69
#   total CPU system time (s): 36.3737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2744 second user time and 16.1556 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 15:15:26
IDJOB=4431286
IDBENCH=155653
IDSOLVER=3055
FILE ID=nodeC030/4431286-1721135713
RUNJOBID= nodeC030-1721132118-898422
SLURM_JOB_ID= 7505703
Free space on /tmp= 889904 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_3_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-4431286-1721135713/watcher-4431286-1721135713 -o /tmp/evaluation-result-4431286-1721135713/solver-4431286-1721135713 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721132118-898422 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431286-1721135713.opb

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

MD5SUM BENCH= 9ac2461cadb9f34c01e229706adee951
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.848
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		: 3682.180
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		: 3663.618
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.709
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		: 3674.562
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		: 3682.163
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		: 3600.414
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		: 3599.972
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:        127598952 kB
MemAvailable:   129222432 kB
Buffers:          401864 kB
Cached:          2045740 kB
SwapCached:            0 kB
Active:           958968 kB
Inactive:        2341988 kB
Active(anon):       1564 kB
Inactive(anon):   889504 kB
Active(file):     957404 kB
Inactive(file):  1452484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            224196 kB
Writeback:            12 kB
AnonPages:        852724 kB
Mapped:           120088 kB
Shmem:             37720 kB
KReclaimable:     106828 kB
Slab:             214240 kB
SReclaimable:     106828 kB
SUnreclaim:       107412 kB
KernelStack:        4192 kB
PageTables:        11352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1457252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64096 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 889832 MiB
End job on nodeC030 at 2024-07-16 16:15:34