Trace number 4431206

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.04 3603.71

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j120opt/normalized-j1207_5.std.opb
MD5SUM58b69e9a96bb9e80c29d595afb46d459
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 benchmark132
Best CPU time to get the best result obtained on this benchmark3600.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints234036
Number of constraints which are clauses232836
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint65
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=839012, runsolver pid=839009

[startup+0.100097 s]*
/proc/loadavg: 4.10 4.17 4.11 5/250 839014
/proc/meminfo: memFree=127468180/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=106416 memory=23948 CPUtime=0.09 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 5025 0 0 0 9 0 0 0 20 0 1 0 163864868 108969984 5987 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 26604 5987 1585 46 0 7219 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 116344 KiB
Current children cumulated memory: 26612 KiB

[startup+0.213413 s]*
/proc/loadavg: 4.10 4.17 4.11 5/250 839014
/proc/meminfo: memFree=127440364/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=120712 memory=38128 CPUtime=0.21 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 8636 0 0 0 20 1 0 0 20 0 1 0 163864868 123609088 9532 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 30178 9532 1585 46 0 10793 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 130640 KiB
Current children cumulated memory: 40792 KiB

[startup+0.313179 s]*
/proc/loadavg: 4.10 4.17 4.11 6/250 839014
/proc/meminfo: memFree=127409084/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=138824 memory=58808 CPUtime=0.31 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 13143 0 0 0 26 5 0 0 20 0 1 0 163864868 142155776 14702 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 34706 14702 1697 46 0 15321 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 148752 KiB
Current children cumulated memory: 61472 KiB

[startup+0.700384 s]
/proc/loadavg: 4.10 4.17 4.11 6/250 839014
/proc/meminfo: memFree=127384980/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=250544 memory=130120 CPUtime=0.68 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 24406 0 0 0 52 16 0 0 20 0 2 0 163864868 256557056 32530 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 62636 32530 2724 46 0 35231 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 260472 KiB
Current children cumulated memory: 132784 KiB

[startup+1.50045 s]
/proc/loadavg: 4.10 4.17 4.11 5/252 839016
/proc/meminfo: memFree=127160272/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=403628 memory=279988 CPUtime=1.48 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 58518 0 0 0 127 21 0 0 20 0 2 0 163864868 413315072 69997 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 100907 69997 2724 46 0 73502 0
[pid=839014/tid=839015] ppid=839012 vsize=403628 memory=11596 CPUtime=0 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163864932 413315072 69997 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 413556 KiB
Current children cumulated memory: 282652 KiB

[startup+3.11319 s]
/proc/loadavg: 4.10 4.17 4.11 5/252 839016
/proc/meminfo: memFree=126924668/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=426308 memory=305432 CPUtime=3.1 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 110693 0 0 0 282 28 0 0 20 0 2 0 163864868 436539392 76358 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 106577 76358 3392 46 0 79172 0
[pid=839014/tid=839015] ppid=839012 vsize=426308 memory=0 CPUtime=0 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 163864932 436539392 76358 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 436236 KiB
Current children cumulated memory: 308096 KiB

[startup+6.30037 s]
/proc/loadavg: 4.09 4.16 4.11 5/250 839110
/proc/meminfo: memFree=127109084/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=426308 memory=306208 CPUtime=6.27 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 119364 0 0 0 595 32 0 0 20 0 2 0 163864868 436539392 76552 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 106577 76552 3392 46 0 79172 0
[pid=839014/tid=839015] ppid=839012 vsize=426308 memory=2664 CPUtime=0 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 163864932 436539392 76552 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 436236 KiB
Current children cumulated memory: 308872 KiB

[startup+12.7004 s]
/proc/loadavg: 4.08 4.16 4.11 5/248 839128
/proc/meminfo: memFree=126922908/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=426308 memory=306848 CPUtime=12.66 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 135629 0 0 0 1227 39 0 0 20 0 2 0 163864868 436539392 76712 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 106577 76712 3392 46 0 79172 0
[pid=839014/tid=839015] ppid=839012 vsize=426308 memory=41548 CPUtime=0 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 15 0 0 0 0 0 0 0 20 0 2 0 163864932 436539392 76712 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 436236 KiB
Current children cumulated memory: 309512 KiB

[startup+25.5004 s]
/proc/loadavg: 4.07 4.15 4.10 5/250 839163
/proc/meminfo: memFree=126761356/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=433488 memory=314888 CPUtime=25.44 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 156597 0 0 0 2492 52 0 0 20 0 2 0 163864868 443891712 78722 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 108372 78722 3392 46 0 80967 0
[pid=839014/tid=839015] ppid=839012 vsize=433488 memory=314888 CPUtime=0.01 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 19 0 0 0 0 1 0 0 20 0 2 0 163864932 443891712 78722 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 443416 KiB
Current children cumulated memory: 317552 KiB

[startup+51.1129 s]
/proc/loadavg: 4.04 4.14 4.10 5/250 839169
/proc/meminfo: memFree=126743224/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=445164 memory=321404 CPUtime=51 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 180353 0 0 0 5029 71 0 0 20 0 2 0 163864868 455847936 80351 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 111291 80351 3392 46 0 83886 0
[pid=839014/tid=839015] ppid=839012 vsize=445164 memory=11596 CPUtime=0.05 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 28 0 0 0 2 3 0 0 20 0 2 0 163864932 455847936 80351 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 455092 KiB
Current children cumulated memory: 324068 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.15 4.10 5/250 839178
/proc/meminfo: memFree=126714620/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=445164 memory=330032 CPUtime=102.12 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 201618 0 0 0 10105 107 0 0 20 0 2 0 163864868 455847936 82508 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 111291 82508 3392 46 0 83886 0
[pid=839014/tid=839015] ppid=839012 vsize=445164 memory=2664 CPUtime=0.09 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 34 0 0 0 3 6 0 0 20 0 2 0 163864932 455847936 82508 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 102.12 s
Current children cumulated vsize: 455092 KiB
Current children cumulated memory: 332696 KiB

[startup+162.3 s]
/proc/loadavg: 5.05 4.39 4.18 5/250 839188
/proc/meminfo: memFree=126682724/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=464132 memory=345356 CPUtime=162.02 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 217185 0 0 0 16058 144 0 0 20 0 2 0 163864868 475271168 86339 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 116033 86339 3392 46 0 88628 0

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

/proc/839014/statm: 156607 112799 3392 46 0 129202 0
[pid=839014/tid=839015] ppid=839012 vsize=626428 memory=2664 CPUtime=4.21 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 144 0 0 0 132 289 0 0 20 0 2 0 163864932 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3159 s
Current children cumulated vsize: 636356 KiB
Current children cumulated memory: 453860 KiB

[startup+3222.3 s]
/proc/loadavg: 5.18 4.42 4.26 5/254 841099
/proc/meminfo: memFree=126126304/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=626428 memory=451196 CPUtime=3218.94 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 321385 0 0 0 320330 1564 0 0 20 0 2 0 163864868 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 156607 112799 3392 46 0 129202 0
[pid=839014/tid=839015] ppid=839012 vsize=626428 memory=2664 CPUtime=4.3 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 146 0 0 0 135 295 0 0 20 0 2 0 163864932 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3218.94 s
Current children cumulated vsize: 636356 KiB
Current children cumulated memory: 453860 KiB

[startup+3282.3 s]
/proc/loadavg: 4.73 4.46 4.28 5/255 841114
/proc/meminfo: memFree=126126304/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=626428 memory=451196 CPUtime=3278.89 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 322376 0 0 0 326296 1593 0 0 20 0 2 0 163864868 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 156607 112799 3392 46 0 129202 0
[pid=839014/tid=839015] ppid=839012 vsize=626428 memory=11596 CPUtime=4.39 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 148 0 0 0 138 301 0 0 20 0 2 0 163864932 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3278.89 s
Current children cumulated vsize: 636356 KiB
Current children cumulated memory: 453860 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.39 4.27 5/256 841128
/proc/meminfo: memFree=126125996/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=626428 memory=451196 CPUtime=3338.83 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 323201 0 0 0 332266 1617 0 0 20 0 2 0 163864868 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 156607 112799 3392 46 0 129202 0
[pid=839014/tid=839015] ppid=839012 vsize=626428 memory=2664 CPUtime=4.48 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 150 0 0 0 141 307 0 0 20 0 2 0 163864932 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3338.83 s
Current children cumulated vsize: 636356 KiB
Current children cumulated memory: 453860 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.33 4.26 5/256 841149
/proc/meminfo: memFree=126124488/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=626428 memory=451196 CPUtime=3398.79 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 324042 0 0 0 338238 1641 0 0 20 0 2 0 163864868 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 156607 112799 3392 46 0 129202 0
[pid=839014/tid=839015] ppid=839012 vsize=626428 memory=2664 CPUtime=4.57 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 152 0 0 0 144 313 0 0 20 0 2 0 163864932 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3398.79 s
Current children cumulated vsize: 636356 KiB
Current children cumulated memory: 453860 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.30 4.25 5/255 841160
/proc/meminfo: memFree=126124280/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=626428 memory=451196 CPUtime=3458.74 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 324650 0 0 0 344211 1663 0 0 20 0 2 0 163864868 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 156607 112799 3392 46 0 129202 0
[pid=839014/tid=839015] ppid=839012 vsize=626428 memory=2664 CPUtime=4.65 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 154 0 0 0 146 319 0 0 20 0 2 0 163864932 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3458.74 s
Current children cumulated vsize: 636356 KiB
Current children cumulated memory: 453860 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.24 4.23 5/255 841170
/proc/meminfo: memFree=126123252/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=626428 memory=451196 CPUtime=3518.69 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 325435 0 0 0 350177 1692 0 0 20 0 2 0 163864868 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 156607 112799 3392 46 0 129202 0
[pid=839014/tid=839015] ppid=839012 vsize=626428 memory=2664 CPUtime=4.75 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 156 0 0 0 149 326 0 0 20 0 2 0 163864932 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3518.69 s
Current children cumulated vsize: 636356 KiB
Current children cumulated memory: 453860 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.21 4.22 5/252 841180
/proc/meminfo: memFree=126123012/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=626428 memory=451196 CPUtime=3578.64 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 326440 0 0 0 356145 1719 0 0 20 0 2 0 163864868 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 156607 112799 3392 46 0 129202 0
[pid=839014/tid=839015] ppid=839012 vsize=626428 memory=11596 CPUtime=4.83 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 158 0 0 0 151 332 0 0 20 0 2 0 163864932 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3578.64 s
Current children cumulated vsize: 636356 KiB
Current children cumulated memory: 453860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.7 s]
/proc/loadavg: 4.24 4.24 4.23 5/251 841233
/proc/meminfo: memFree=125595456/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=626428 memory=451196 CPUtime=3600.01 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 326453 0 0 0 358273 1728 0 0 20 0 2 0 163864868 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 156607 112799 3392 46 0 129202 0
[pid=839014/tid=839015] ppid=839012 vsize=626428 memory=2664 CPUtime=4.86 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 158 0 0 0 152 334 0 0 20 0 2 0 163864932 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 636356 KiB
Current children cumulated memory: 453860 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3582.74 s, system=17.2935 s

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

[startup+3603.7 s]
/proc/loadavg: 4.24 4.24 4.23 5/251 841233
/proc/meminfo: memFree=125595456/131655788 swapFree=131071996/131071996
[pid=839012] ppid=839009 vsize=9928 memory=2664 CPUtime=0 cores=5,7
/proc/839012/stat : 839012 (run-glibc-2.34.) S 839009 839012 836455 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 163864868 10166272 666 134679101440 94160086351872 94160087431192 140736948995200 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94160089529648 94160089576836 94160100016128 140736948999103 140736948999260 140736948999260 140736949006275 0
/proc/839012/statm: 2482 666 585 264 0 133 0
[pid=839014] ppid=839012 vsize=626428 memory=451196 CPUtime=3600.01 cores=5,7
/proc/839014/stat : 839014 (ld-linux-x86-64) R 839012 839012 836455 0 -1 4194304 326453 0 0 0 358273 1728 0 0 20 0 2 0 163864868 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
/proc/839014/statm: 156607 112799 3392 46 0 129202 0
[pid=839014/tid=839015] ppid=839012 vsize=626428 memory=2664 CPUtime=4.86 cores=5,7
/proc/839014/task/839015/stat : 839015 (ld-linux-x86-64) S 839012 839012 836455 0 -1 1077936192 158 0 0 0 152 334 0 0 20 0 2 0 163864932 641462272 112799 134679101440 140030902468608 140030902656220 140729812774912 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 140030904757120 140030904766568 93825007955968 140729812783959 140729812784123 140729812784123 140729812791218 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 636356 KiB
Current children cumulated memory: 453860 KiB

Child status: 143

Real time (s): 3603.71
CPU time (s): 3600.04
CPU user time (s): 3582.74
CPU system time (s): 17.2935
CPU usage (%): 99.8981
Max. virtual memory (cumulated for all children) (KiB): 636356
Max. memory (cumulated for all children) (KiB): 453860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.74
system time used= 17.2935
maximum resident set size= 451196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326670
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= 353846
involuntary context switches= 1079


# summary of solver processes directly reported to runsolver:
#   pid: 839012
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3582.74
#   total CPU system time (s): 17.2935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3538 second user time and 37.27 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-16 10:04:59
IDJOB=4431206
IDBENCH=149087
IDSOLVER=3055
FILE ID=nodeC003/4431206-1721117087
RUNJOBID= nodeC003-1721113478-836468
SLURM_JOB_ID= 7505646
Free space on /tmp= 723644 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j120opt/normalized-j1207_5.std.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-4431206-1721117087/watcher-4431206-1721117087 -o /tmp/evaluation-result-4431206-1721117087/solver-4431206-1721117087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721113478-836468 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431206-1721117087.opb

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

MD5SUM BENCH= 58b69e9a96bb9e80c29d595afb46d459
RANDOM SEED=587317654

nodeC003.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	: 0xb00001f
cpu MHz		: 3659.275
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 3662.219
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.259
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.374
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 3491.884
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1696.072
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.224
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127490968 kB
MemAvailable:   129816192 kB
Buffers:          410024 kB
Cached:          2731312 kB
SwapCached:            0 kB
Active:           695252 kB
Inactive:        2888224 kB
Active(anon):       1516 kB
Inactive(anon):   478000 kB
Active(file):     693736 kB
Inactive(file):  2410224 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            140996 kB
Writeback:            12 kB
AnonPages:        441532 kB
Mapped:           120996 kB
Shmem:             37704 kB
KReclaimable:     122588 kB
Slab:             222956 kB
SReclaimable:     122588 kB
SUnreclaim:       100368 kB
KernelStack:        4028 kB
PageTables:        10972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     933108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52192 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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:      254792 kB
DirectMap2M:    22718464 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723584 MiB
End job on nodeC003 at 2024-07-16 11:05:03