Trace number 4431017

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2024-07-09? (TO) 3600.08 3608.02

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
MD5SUM62fadc113b966a642e431cfbd80ddcdc
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 benchmark176
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables465
Total number of constraints465
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints465
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 465
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 465
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 465
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100903 s]*
/proc/loadavg: 2.91 3.83 4.06 10/258 814191
/proc/meminfo: memFree=128290284/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=136504 memory=20216 CPUtime=0.06 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 1707 0 37 0 4 2 0 0 20 0 2 0 160452169 139780096 5054 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 3 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 34126 5054 2619 46 0 6721 0
[pid=814185/tid=814190] ppid=814178 vsize=136504 memory=4026561614 CPUtime=0 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) R 814178 814178 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160452176 139780096 5054 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 146432 KiB
Current children cumulated memory: 22856 KiB

[startup+0.214791 s]*
/proc/loadavg: 2.91 3.83 4.06 7/258 814191
/proc/meminfo: memFree=128284640/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=138840 memory=22584 CPUtime=0.16 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 1965 0 48 0 14 2 0 0 20 0 2 0 160452169 142172160 5646 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 4 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 34710 5646 3092 46 0 7305 0
[pid=814185/tid=814190] ppid=814178 vsize=138840 memory=3472328300251083854 CPUtime=0 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160452176 142172160 5646 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 148768 KiB
Current children cumulated memory: 25224 KiB

[startup+0.314507 s]*
/proc/loadavg: 2.91 3.83 4.06 8/258 814191
/proc/meminfo: memFree=128282044/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=139820 memory=23956 CPUtime=0.25 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) D 814178 814178 814103 0 -1 4194304 2128 0 61 0 22 3 0 0 20 0 2 0 160452169 143175680 5989 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 34955 5989 3284 46 0 7550 0
[pid=814185/tid=814190] ppid=814178 vsize=139820 memory=7872691926792165700 CPUtime=0 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160452176 143175680 5989 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 149748 KiB
Current children cumulated memory: 26596 KiB

[startup+0.700398 s]
/proc/loadavg: 2.91 3.83 4.06 10/258 814191
/proc/meminfo: memFree=128271428/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=145228 memory=29984 CPUtime=0.62 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 3172 0 68 0 59 3 0 0 20 0 2 0 160452169 148713472 7496 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 36307 7496 3811 46 0 8902 0
[pid=814185/tid=814190] ppid=814178 vsize=145228 memory=32144 CPUtime=0 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) R 814178 814178 814103 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 160452176 148713472 7496 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 155156 KiB
Current children cumulated memory: 32624 KiB

[startup+1.50037 s]
/proc/loadavg: 2.91 3.83 4.06 9/258 814191
/proc/meminfo: memFree=128257084/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=145396 memory=30536 CPUtime=1.41 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 4282 0 68 0 138 3 0 0 20 0 2 0 160452169 148885504 7634 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 36349 7634 3874 46 0 8944 0
[pid=814185/tid=814190] ppid=814178 vsize=145396 memory=11464 CPUtime=0 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 160452176 148885504 7634 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 155324 KiB
Current children cumulated memory: 33176 KiB

[startup+3.11342 s]
/proc/loadavg: 2.91 3.83 4.06 10/255 814191
/proc/meminfo: memFree=128253820/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=147172 memory=31236 CPUtime=3.03 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 5732 0 68 0 299 4 0 0 20 0 2 0 160452169 150704128 7809 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 36793 7809 3874 46 0 9388 0
[pid=814185/tid=814190] ppid=814178 vsize=147172 memory=2640 CPUtime=0 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 160452176 150704128 7809 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 157100 KiB
Current children cumulated memory: 33876 KiB

[startup+6.30037 s]
/proc/loadavg: 3.08 3.85 4.07 9/255 814191
/proc/meminfo: memFree=128243276/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=150980 memory=35016 CPUtime=6.2 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 8178 0 68 0 616 4 0 0 20 0 2 0 160452169 154603520 8754 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 37745 8754 3890 46 0 10340 0
[pid=814185/tid=814190] ppid=814178 vsize=150980 memory=2640 CPUtime=0 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 2 0 160452176 154603520 8754 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 160908 KiB
Current children cumulated memory: 37656 KiB

[startup+12.7004 s]
/proc/loadavg: 3.15 3.85 4.07 10/255 814193
/proc/meminfo: memFree=128239976/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=150980 memory=36240 CPUtime=12.59 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 11000 0 69 0 1254 5 0 0 20 0 2 0 160452169 154603520 9060 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 37745 9060 3905 46 0 10340 0
[pid=814185/tid=814190] ppid=814178 vsize=150980 memory=11464 CPUtime=0 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 2 0 160452176 154603520 9060 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 160908 KiB
Current children cumulated memory: 38880 KiB

[startup+25.5004 s]
/proc/loadavg: 3.42 3.88 4.07 10/255 814194
/proc/meminfo: memFree=128233556/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=151448 memory=37220 CPUtime=25.36 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 15983 0 69 0 2529 7 0 0 20 0 2 0 160452169 155082752 9305 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 37862 9305 3905 46 0 10457 0
[pid=814185/tid=814190] ppid=814178 vsize=151448 memory=37108 CPUtime=0.01 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 18 0 0 0 0 1 0 0 20 0 2 0 160452176 155082752 9305 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 161376 KiB
Current children cumulated memory: 39860 KiB

[startup+51.114 s]
/proc/loadavg: 3.62 3.89 4.07 10/255 814199
/proc/meminfo: memFree=128178016/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=166028 memory=52864 CPUtime=50.92 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 49737 0 69 0 5079 13 0 0 20 0 2 0 160452169 170012672 13216 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 41507 13216 3926 46 0 14102 0
[pid=814185/tid=814190] ppid=814178 vsize=166028 memory=2640 CPUtime=0.04 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 27 0 0 0 1 3 0 0 20 0 2 0 160452176 170012672 13216 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 55504 KiB

[startup+102.3 s]
/proc/loadavg: 3.89 3.92 4.07 10/255 814207
/proc/meminfo: memFree=128169488/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=166028 memory=53132 CPUtime=101.97 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 58362 0 69 0 10179 18 0 0 20 0 2 0 160452169 170012672 13283 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 41507 13283 3926 46 0 14102 0
[pid=814185/tid=814190] ppid=814178 vsize=166028 memory=2640 CPUtime=0.09 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 32 0 0 0 2 7 0 0 20 0 2 0 160452176 170012672 13283 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 175956 KiB
Current children cumulated memory: 55772 KiB

[startup+162.3 s]

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

[startup+3162.3 s]
/proc/loadavg: 4.14 4.16 4.15 11/252 815721
/proc/meminfo: memFree=126728600/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=502724 memory=389448 CPUtime=3155.27 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 378260 0 69 0 315186 341 0 0 20 0 2 0 160452169 514789376 97362 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 125681 97362 3926 46 0 98276 0
[pid=814185/tid=814190] ppid=814178 vsize=502724 memory=388112 CPUtime=3.08 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 109 0 0 0 81 227 0 0 20 0 2 0 160452176 514789376 97362 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 3155.27 s
Current children cumulated vsize: 512652 KiB
Current children cumulated memory: 392088 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.15 4.14 10/255 815904
/proc/meminfo: memFree=126699324/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=509504 memory=396148 CPUtime=3215.14 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 382877 0 69 0 321167 347 0 0 20 0 2 0 160452169 521732096 99037 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 127376 99037 3926 46 0 99971 0
[pid=814185/tid=814190] ppid=814178 vsize=509504 memory=2640 CPUtime=3.14 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 111 0 0 0 83 231 0 0 20 0 2 0 160452176 521732096 99037 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 3215.14 s
Current children cumulated vsize: 519432 KiB
Current children cumulated memory: 398788 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.13 4.14 10/255 815914
/proc/meminfo: memFree=126671676/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=515704 memory=403616 CPUtime=3275.02 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 387815 0 69 0 327148 354 0 0 20 0 2 0 160452169 528080896 100904 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 128926 100904 3926 46 0 101521 0
[pid=814185/tid=814190] ppid=814178 vsize=515704 memory=402428 CPUtime=3.21 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 112 0 0 0 85 236 0 0 20 0 2 0 160452176 528080896 100904 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 3275.02 s
Current children cumulated vsize: 525632 KiB
Current children cumulated memory: 406256 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.14 9/252 815980
/proc/meminfo: memFree=126642136/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=525868 memory=410548 CPUtime=3334.89 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 392436 0 69 0 333129 360 0 0 20 0 2 0 160452169 538488832 102637 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 131467 102637 3926 46 0 104062 0
[pid=814185/tid=814190] ppid=814178 vsize=525868 memory=11464 CPUtime=3.26 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 113 0 0 0 86 240 0 0 20 0 2 0 160452176 538488832 102637 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 3334.89 s
Current children cumulated vsize: 535796 KiB
Current children cumulated memory: 413188 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.11 4.13 10/252 815990
/proc/meminfo: memFree=126609896/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=532952 memory=417232 CPUtime=3394.77 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 398755 0 69 0 339111 366 0 0 20 0 2 0 160452169 545742848 104308 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 133238 104308 3926 46 0 105833 0
[pid=814185/tid=814190] ppid=814178 vsize=532952 memory=11464 CPUtime=3.32 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 115 0 0 0 88 244 0 0 20 0 2 0 160452176 545742848 104308 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 3394.77 s
Current children cumulated vsize: 542880 KiB
Current children cumulated memory: 419872 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.10 4.12 10/252 816002
/proc/meminfo: memFree=126582380/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=539108 memory=424056 CPUtime=3454.64 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 405793 0 69 0 345093 371 0 0 20 0 2 0 160452169 552046592 106014 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 134777 106014 3926 46 0 107372 0
[pid=814185/tid=814190] ppid=814178 vsize=539108 memory=11464 CPUtime=3.38 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 117 0 0 0 90 248 0 0 20 0 2 0 160452176 552046592 106014 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 3454.64 s
Current children cumulated vsize: 549036 KiB
Current children cumulated memory: 426696 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.12 11/250 816014
/proc/meminfo: memFree=126550728/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=548088 memory=433316 CPUtime=3514.52 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 413893 0 69 0 351073 379 0 0 20 0 2 0 160452169 561242112 108329 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 137022 108329 3926 46 0 109617 0
[pid=814185/tid=814190] ppid=814178 vsize=548088 memory=2640 CPUtime=3.44 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 118 0 0 0 91 253 0 0 20 0 2 0 160452176 561242112 108329 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 3514.52 s
Current children cumulated vsize: 558016 KiB
Current children cumulated memory: 435956 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.12 11/250 816024
/proc/meminfo: memFree=126524972/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=552260 memory=437508 CPUtime=3574.39 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 421538 0 69 0 357055 384 0 0 20 0 2 0 160452169 565514240 109377 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 138065 109377 3926 46 0 110660 0
[pid=814185/tid=814190] ppid=814178 vsize=552260 memory=12776 CPUtime=3.5 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 120 0 0 0 93 257 0 0 20 0 2 0 160452176 565514240 109377 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 3574.39 s
Current children cumulated vsize: 562188 KiB
Current children cumulated memory: 440148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608 s]*
/proc/loadavg: 4.06 4.10 4.11 5/248 816171
/proc/meminfo: memFree=127770668/131655788 swapFree=131071996/131071996
[pid=814178] ppid=814164 vsize=9928 memory=2640 CPUtime=0 cores=0,2
/proc/814178/stat : 814178 (run-glibc-2.34.) S 814164 814178 814103 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 160452168 10166272 660 134679101440 93905759842304 93905760921624 140735766970432 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 93905763020080 93905763067268 93905786884096 140735766979519 140735766979676 140735766979676 140735766986691 0
/proc/814178/statm: 2482 660 579 264 0 133 0
[pid=814185] ppid=814178 vsize=555300 memory=439964 CPUtime=3600.05 cores=0,2
/proc/814185/stat : 814185 (ld-linux-x86-64) R 814178 814178 814103 0 -1 4194304 426229 0 69 0 359617 388 0 0 20 0 2 0 160452169 568627200 109991 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 0 0 0 17 0 0 0 5 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
/proc/814185/statm: 138825 109991 3926 46 0 111420 0
[pid=814185/tid=814190] ppid=814178 vsize=555300 memory=-9113531472699221350 CPUtime=3.52 cores=0,2
/proc/814185/task/814190/stat : 814190 (ld-linux-x86-64) S 814178 814178 814103 0 -1 1077936192 121 0 0 0 93 259 0 0 20 0 2 0 160452176 568627200 109991 134679101440 139656146161664 139656146349276 140724786305152 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139656148450176 139656148459624 93825005572096 140724786307927 140724786308091 140724786308091 140724786315186 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 565228 KiB
Current children cumulated memory: 442604 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002533 s, system=0.001712 s

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

# cumulated CPU time of all completed processes:  user=3596.18 s, system=3.89488 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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.02
CPU time (s): 3600.08
CPU user time (s): 3596.18
CPU system time (s): 3.89488
CPU usage (%): 99.7798
Max. virtual memory (cumulated for all children) (KiB): 565228
Max. memory (cumulated for all children) (KiB): 442604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.18
system time used= 3.89487
maximum resident set size= 439984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426434
page faults= 69
swaps= 0
block input operations= 6792
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356181
involuntary context switches= 24658


# summary of solver processes directly reported to runsolver:
#   pid: 814178,814185
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3596.18
#   total CPU system time (s): 3.89488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1037 second user time and 37.1817 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 00:35:37
IDJOB=4431017
IDBENCH=147540
IDSOLVER=3055
FILE ID=nodeC009/4431017-1721082925
RUNJOBID= nodeC009-1721082937-814113
SLURM_JOB_ID= 7505567
Free space on /tmp= 723764 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.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-4431017-1721082925/watcher-4431017-1721082925 -o /tmp/evaluation-result-4431017-1721082925/solver-4431017-1721082925 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721082937-814113 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431017-1721082925.opb

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

MD5SUM BENCH= 62fadc113b966a642e431cfbd80ddcdc
RANDOM SEED=1538917445

nodeC009.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		: 1197.324
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	: 6984.34
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		: 3491.459
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.27
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.317
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	: 6984.34
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.314
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.27
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.317
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	: 6984.34
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		: 1197.316
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.27
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		: 1197.318
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	: 6984.34
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.318
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128344124 kB
MemAvailable:   129922428 kB
Buffers:          381048 kB
Cached:          2025404 kB
SwapCached:            0 kB
Active:           665868 kB
Inactive:        2090480 kB
Active(anon):       1400 kB
Inactive(anon):   386852 kB
Active(file):     664468 kB
Inactive(file):  1703628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            166416 kB
Writeback:             8 kB
AnonPages:        350620 kB
Mapped:           103612 kB
Shmem:             37700 kB
KReclaimable:     100480 kB
Slab:             197896 kB
SReclaimable:     100480 kB
SUnreclaim:        97416 kB
KernelStack:        3808 kB
PageTables:         9656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     721928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723572 MiB
End job on nodeC009 at 2024-07-16 01:35:46