Trace number 4431267

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 3604.51

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_5_mh_ic.opb
MD5SUMde99926f2d1453b9b061663ac0d87607
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 benchmark3093108
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 157464000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 34360834105
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 157464000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 34360834105
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

2.08/2.19	c initialize IPBHS solver
2.08/2.19	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
2.08/2.19	c optimizer = "gurobi"
2.08/2.19	c pbsolver = "roundingsat"
2.08/2.19	c load symmetries from file ""
2.08/2.19	c set time limit for symmetry computation to 100 seconds.
2.08/2.19	c set interchangeable summation variable limit to 3
2.08/2.19	c find symmetric cores by applying each permutation and add them to optimizer
2.08/2.19	c set abs symmetric core budget per WCE-iteration to 100
2.08/2.19	c set rel symmetric core budget per WCE-iteration to 0
2.08/2.19	c set lit symmetric core budget per WCE-iteration to 0
2.08/2.19	c set sym generation to 's'
2.08/2.19	c set abstraction set creation to 10 iterations without LB change
2.08/2.19	c set abstraction set inputs to 0
2.08/2.19	c set abstraction set cluster min size to 2
2.08/2.19	c set abstraction set cluster max size to 100000000
2.08/2.19	c set abstraction set cluster activation limit to 2
2.08/2.19	c enable abstraction set require equal cost
2.08/2.19	c set abstraction set assumptions to 0
2.08/2.19	c set abstraction set constraint type to 0
2.08/2.19	c set abstract core extraction strategy to b
2.08/2.19	c set core extraction strategy to 2
2.08/2.19	c set core extraction shuffles 10
2.08/2.19	c set cores per iteration to 5
2.08/2.19	c set optimizer bound usage strategy to 2
2.08/2.19	c set optimizer max non-optimal iterations to 1000
2.08/2.19	c set small core cardinality limit to 2
2.08/2.19	c set max coef in cores to 1000000000
2.08/2.19	c set SIS iterations to 5
2.08/2.19	c set SIS budget abs to 1000
2.08/2.19	c set SIS budget rel to 0.05
2.08/2.19	c limit for coefficient in constraints and objective to 9223372036854775807
2.08/2.19	c will solve HOME/instance-4431267-1721139317.opb

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100652 s]*
/proc/loadavg: 4.22 4.16 4.13 5/263 902437
/proc/meminfo: memFree=124613444/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=109556 memory=27896 CPUtime=0.09 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 5548 0 0 0 8 1 0 0 20 0 1 0 166099797 112185344 6974 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 27389 6974 1588 46 0 8004 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 119484 KiB
Current children cumulated memory: 30600 KiB

[startup+0.206004 s]*
/proc/loadavg: 4.22 4.16 4.13 5/263 902437
/proc/meminfo: memFree=124602180/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=121308 memory=39444 CPUtime=0.2 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 7962 0 0 0 18 2 0 0 20 0 1 0 166099797 124219392 9861 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 30327 9861 1588 46 0 10942 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 131236 KiB
Current children cumulated memory: 42148 KiB

[startup+0.30585 s]*
/proc/loadavg: 4.22 4.16 4.13 6/263 902437
/proc/meminfo: memFree=124589492/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=139268 memory=51796 CPUtime=0.3 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 11046 0 0 0 27 3 0 0 20 0 1 0 166099797 142610432 12949 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 34817 12949 1588 46 0 15432 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 149196 KiB
Current children cumulated memory: 54500 KiB

[startup+0.700258 s]
/proc/loadavg: 4.22 4.16 4.13 5/263 902437
/proc/meminfo: memFree=124547048/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=201768 memory=115996 CPUtime=0.68 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 21334 0 0 0 51 17 0 0 20 0 1 0 166099797 206610432 28999 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 50442 28999 1716 46 0 31057 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 211696 KiB
Current children cumulated memory: 118700 KiB

[startup+1.50026 s]
/proc/loadavg: 4.22 4.16 4.13 5/253 902477
/proc/meminfo: memFree=127009408/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=490716 memory=357996 CPUtime=1.48 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 69330 0 0 0 117 31 0 0 20 0 2 0 166099797 502493184 89499 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 122679 89499 2752 46 0 95274 0
[pid=902437/tid=902469] ppid=902435 vsize=490716 memory=11396 CPUtime=0 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 166099886 502493184 89499 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 500644 KiB
Current children cumulated memory: 360700 KiB

[startup+3.10579 s]
/proc/loadavg: 4.22 4.16 4.13 5/263 902533
/proc/meminfo: memFree=126130092/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=573600 memory=422300 CPUtime=3.08 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 99094 0 0 0 274 34 0 0 20 0 2 0 166099797 587366400 105575 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 143400 105575 2752 46 0 115995 0
[pid=902437/tid=902469] ppid=902435 vsize=573600 memory=41764 CPUtime=0 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 166099886 587366400 105575 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 583528 KiB
Current children cumulated memory: 425004 KiB

[startup+6.30026 s]
/proc/loadavg: 4.28 4.17 4.13 5/263 902583
/proc/meminfo: memFree=126037408/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=590692 memory=452828 CPUtime=6.27 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 181687 0 0 0 567 60 0 0 20 0 2 0 166099797 604868608 113207 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 147673 113207 2783 46 0 120268 0
[pid=902437/tid=902469] ppid=902435 vsize=590692 memory=-8898485660006050151 CPUtime=0 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 2 0 166099886 604868608 113207 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 600620 KiB
Current children cumulated memory: 455532 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.18 4.14 5/264 902584
/proc/meminfo: memFree=124725200/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=639216 memory=487684 CPUtime=12.64 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 271413 0 0 0 1187 77 0 0 20 0 2 0 166099797 654557184 121921 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 159804 121921 3940 46 0 132399 0
[pid=902437/tid=902469] ppid=902435 vsize=639216 memory=11396 CPUtime=0 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 2 0 166099886 654557184 121921 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 649144 KiB
Current children cumulated memory: 490388 KiB

[startup+25.5002 s]
/proc/loadavg: 4.62 4.26 4.16 6/264 902588
/proc/meminfo: memFree=124584112/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=639216 memory=488260 CPUtime=25.43 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 287415 0 0 0 2437 106 0 0 20 0 2 0 166099797 654557184 122065 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 159804 122065 3940 46 0 132399 0
[pid=902437/tid=902469] ppid=902435 vsize=639216 memory=2704 CPUtime=0 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 19 0 0 0 0 0 0 0 20 0 2 0 166099886 654557184 122065 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 649144 KiB
Current children cumulated memory: 490964 KiB

[startup+51.1058 s]
/proc/loadavg: 4.55 4.27 4.17 5/265 902592
/proc/meminfo: memFree=124168020/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=639216 memory=488360 CPUtime=51.01 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 306046 0 0 0 4929 172 0 0 20 0 2 0 166099797 654557184 122090 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 159804 122090 3940 46 0 132399 0
[pid=902437/tid=902469] ppid=902435 vsize=639216 memory=2704 CPUtime=0.02 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 30 0 0 0 1 1 0 0 20 0 2 0 166099886 654557184 122090 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 649144 KiB
Current children cumulated memory: 491064 KiB

[startup+102.3 s]
/proc/loadavg: 4.30 4.24 4.17 5/265 902600
/proc/meminfo: memFree=124164792/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=639216 memory=490736 CPUtime=102.13 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 322090 0 0 0 9914 299 0 0 20 0 2 0 166099797 654557184 122684 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 159804 122684 3940 46 0 132399 0
[pid=902437/tid=902469] ppid=902435 vsize=639216 memory=2704 CPUtime=0.04 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 39 0 0 0 2 2 0 0 20 0 2 0 166099886 654557184 122684 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 102.13 s
Current children cumulated vsize: 649144 KiB
Current children cumulated memory: 493440 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.21 4.16 5/265 902612
/proc/meminfo: memFree=124163964/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=639216 memory=490736 CPUtime=162.06 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 332082 0 0 0 15745 461 0 0 20 0 2 0 166099797 654557184 122684 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 159804 122684 3940 46 0 132399 0

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

[startup+3222.3 s]
/proc/loadavg: 4.17 4.17 4.15 5/263 904351
/proc/meminfo: memFree=123550216/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=890100 memory=756416 CPUtime=3218.29 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 914068 0 0 0 311543 10286 0 0 20 0 2 0 166099797 911462400 189104 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 222525 189104 3940 46 0 195120 0
[pid=902437/tid=902469] ppid=902435 vsize=890100 memory=2704 CPUtime=1.36 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 257 0 0 0 40 96 0 0 20 0 2 0 166099886 911462400 189104 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 3218.29 s
Current children cumulated vsize: 900028 KiB
Current children cumulated memory: 759120 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.18 4.15 5/263 904361
/proc/meminfo: memFree=123518052/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=897956 memory=766492 CPUtime=3278.23 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 920674 0 0 0 317313 10510 0 0 20 0 2 0 166099797 919506944 191623 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 224489 191623 3940 46 0 197084 0
[pid=902437/tid=902469] ppid=902435 vsize=897956 memory=11396 CPUtime=1.38 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 261 0 0 0 40 98 0 0 20 0 2 0 166099886 919506944 191623 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 3278.23 s
Current children cumulated vsize: 907884 KiB
Current children cumulated memory: 769196 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.15 5/266 904378
/proc/meminfo: memFree=123480452/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=904944 memory=775500 CPUtime=3338.16 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 923836 0 0 0 323086 10730 0 0 20 0 2 0 166099797 926662656 193875 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 226236 193875 3940 46 0 198831 0
[pid=902437/tid=902469] ppid=902435 vsize=904944 memory=2704 CPUtime=1.41 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 265 0 0 0 41 100 0 0 20 0 2 0 166099886 926662656 193875 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 3338.16 s
Current children cumulated vsize: 914872 KiB
Current children cumulated memory: 778204 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.18 4.15 5/266 904388
/proc/meminfo: memFree=123463404/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=913004 memory=783828 CPUtime=3398.09 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 926909 0 0 0 328864 10945 0 0 20 0 2 0 166099797 934916096 195957 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 228251 195957 3940 46 0 200846 0
[pid=902437/tid=902469] ppid=902435 vsize=913004 memory=2704 CPUtime=1.43 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 269 0 0 0 41 102 0 0 20 0 2 0 166099886 934916096 195957 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 3398.09 s
Current children cumulated vsize: 922932 KiB
Current children cumulated memory: 786532 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.16 4.14 5/266 904398
/proc/meminfo: memFree=123449172/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=913592 memory=784188 CPUtime=3458.01 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 928984 0 0 0 334636 11165 0 0 20 0 2 0 166099797 935518208 196047 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 228398 196047 3940 46 0 200993 0
[pid=902437/tid=902469] ppid=902435 vsize=913592 memory=2704 CPUtime=1.45 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 273 0 0 0 42 103 0 0 20 0 2 0 166099886 935518208 196047 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 3458.01 s
Current children cumulated vsize: 923520 KiB
Current children cumulated memory: 786892 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.14 4.14 5/266 904411
/proc/meminfo: memFree=123431984/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=919044 memory=789640 CPUtime=3517.95 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 931720 0 0 0 340403 11392 0 0 20 0 2 0 166099797 941101056 197410 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 229761 197410 3940 46 0 202356 0
[pid=902437/tid=902469] ppid=902435 vsize=919044 memory=2704 CPUtime=1.48 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 277 0 0 0 43 105 0 0 20 0 2 0 166099886 941101056 197410 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 3517.95 s
Current children cumulated vsize: 928972 KiB
Current children cumulated memory: 792344 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.15 4.14 5/266 904421
/proc/meminfo: memFree=123417892/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=926072 memory=796516 CPUtime=3577.87 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 934921 0 0 0 346177 11610 0 0 20 0 2 0 166099797 948297728 199129 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 231518 199129 3940 46 0 204113 0
[pid=902437/tid=902469] ppid=902435 vsize=926072 memory=11396 CPUtime=1.51 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 281 0 0 0 44 107 0 0 20 0 2 0 166099886 948297728 199129 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 3577.87 s
Current children cumulated vsize: 936000 KiB
Current children cumulated memory: 799220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.5 s]
/proc/loadavg: 4.10 4.14 4.14 5/263 904425
/proc/meminfo: memFree=123411800/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=928632 memory=799204 CPUtime=3600.04 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 937016 0 0 0 348309 11695 0 0 20 0 2 0 166099797 950919168 199801 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 232158 199801 3940 46 0 204753 0
[pid=902437/tid=902469] ppid=902435 vsize=928632 memory=2704 CPUtime=1.52 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 285 0 0 0 44 108 0 0 20 0 2 0 166099886 950919168 199801 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 938560 KiB
Current children cumulated memory: 801908 KiB

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

[startup+3604.51 s]
# the end of solver process 902435 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0 s, system=0.001552 s

[startup+3604.51 s]
# the end of solver process 902437 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3483.11 s, system=116.962 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3604.5 s]
/proc/loadavg: 4.10 4.14 4.14 5/263 904425
/proc/meminfo: memFree=123411800/131524600 swapFree=131071996/131071996
[pid=902435] ppid=902432 vsize=9928 memory=2704 CPUtime=0 cores=1,3
/proc/902435/stat : 902435 (run-glibc-2.34.) S 902432 902435 898412 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 166099797 10166272 676 134679101440 94003844907008 94003845986328 140721272161024 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94003848084784 94003848131972 94003866267648 140721272165311 140721272165468 140721272165468 140721272172483 0
/proc/902435/statm: 2482 676 595 264 0 133 0
[pid=902437] ppid=902435 vsize=928632 memory=799204 CPUtime=3600.04 cores=1,3
/proc/902437/stat : 902437 (ld-linux-x86-64) R 902435 902435 898412 0 -1 4194304 937016 0 0 0 348309 11695 0 0 20 0 2 0 166099797 950919168 199801 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
/proc/902437/statm: 232158 199801 3940 46 0 204753 0
[pid=902437/tid=902469] ppid=902435 vsize=928632 memory=2704 CPUtime=1.52 cores=1,3
/proc/902437/task/902469/stat : 902469 (ld-linux-x86-64) S 902435 902435 898412 0 -1 1077936192 285 0 0 0 44 108 0 0 20 0 2 0 166099886 950919168 199801 134679101440 140695134134272 140695134321884 140726320300352 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 140695136422784 140695136432232 93825003995136 140726320304983 140726320305147 140726320305147 140726320312242 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 938560 KiB
Current children cumulated memory: 801908 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3604.51
CPU time (s): 3600.07
CPU user time (s): 3483.11
CPU system time (s): 116.962
CPU usage (%): 99.8768
Max. virtual memory (cumulated for all children) (KiB): 938560
Max. memory (cumulated for all children) (KiB): 801908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3483.11
system time used= 116.962
maximum resident set size= 799340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 937218
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= 356578
involuntary context switches= 3711


# summary of solver processes directly reported to runsolver:
#   pid: 902435,902437
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3483.11
#   total CPU system time (s): 116.962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30646 second user time and 16.5389 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 16:15:30
IDJOB=4431267
IDBENCH=155689
IDSOLVER=3055
FILE ID=nodeC030/4431267-1721139317
RUNJOBID= nodeC030-1721132118-898424
SLURM_JOB_ID= 7505703
Free space on /tmp= 889892 MiB

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

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

MD5SUM BENCH= de99926f2d1453b9b061663ac0d87607
RANDOM SEED=1772697765

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		: 3678.965
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		: 3665.982
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.844
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		: 3674.583
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		: 3678.964
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		: 3673.084
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.894
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		: 3600.786
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:        124636252 kB
MemAvailable:   126213340 kB
Buffers:          402904 kB
Cached:          1998508 kB
SwapCached:            0 kB
Active:           982748 kB
Inactive:        5275224 kB
Active(anon):       1564 kB
Inactive(anon):  3892744 kB
Active(file):     981184 kB
Inactive(file):  1382480 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             54420 kB
Writeback:             0 kB
AnonPages:       3848916 kB
Mapped:           122680 kB
Shmem:             37720 kB
KReclaimable:     106496 kB
Slab:             213732 kB
SReclaimable:     106496 kB
SUnreclaim:       107236 kB
KernelStack:        4176 kB
PageTables:        17436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4637224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64192 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3373056 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= 889820 MiB
End job on nodeC030 at 2024-07-16 17:15:35