Trace number 4431252

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.14 3607.28

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat100_4_32_8.opb
MD5SUMfedf74999185e25725fdda881cf70966
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 benchmark4574247
Best CPU time to get the best result obtained on this benchmark3587.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 150743150652
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 150743150652
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=850442, runsolver pid=850437
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 1.33 2.30 3.24 5/259 850462
/proc/meminfo: memFree=123572364/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=104504 memory=24172 CPUtime=0.07 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 5054 0 26 0 6 1 0 0 20 0 1 0 165060208 107012096 6043 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 0 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 26126 6043 1688 46 0 6741 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 114432 KiB
Current children cumulated memory: 26860 KiB

[startup+0.206411 s]*
/proc/loadavg: 1.33 2.30 3.24 6/262 850467
/proc/meminfo: memFree=123510364/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=167184 memory=51980 CPUtime=0.17 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 9528 0 26 0 13 4 0 0 20 0 2 0 165060208 171196416 12929 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 41796 12995 2674 46 0 14391 0
[pid=850446/tid=850463] ppid=850442 vsize=167540 memory=7301190626353741955 CPUtime=0 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) R 850442 850442 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165060227 171560960 12995 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 177112 KiB
Current children cumulated memory: 54668 KiB

[startup+0.306155 s]*
/proc/loadavg: 1.33 2.30 3.24 5/266 850474
/proc/meminfo: memFree=123441396/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=199088 memory=82144 CPUtime=0.27 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 17028 0 26 0 22 5 0 0 20 0 2 0 165060208 203866112 20536 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 49772 20536 2690 46 0 22367 0
[pid=850446/tid=850463] ppid=850442 vsize=199088 memory=-8899043129514093410 CPUtime=0 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) R 850442 850442 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165060227 203866112 20536 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 209016 KiB
Current children cumulated memory: 84832 KiB

[startup+0.700266 s]
/proc/loadavg: 1.33 2.30 3.24 6/266 850474
/proc/meminfo: memFree=123377140/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=205688 memory=88800 CPUtime=0.66 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 19357 0 26 0 55 11 0 0 20 0 2 0 165060208 210624512 22200 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 51422 22200 2690 46 0 24017 0
[pid=850446/tid=850463] ppid=850442 vsize=205688 memory=42108 CPUtime=0 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165060227 210624512 22200 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 215616 KiB
Current children cumulated memory: 91488 KiB

[startup+1.50027 s]
/proc/loadavg: 1.33 2.30 3.24 5/267 850477
/proc/meminfo: memFree=123163480/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=255648 memory=123688 CPUtime=1.46 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 27871 0 26 0 132 14 0 0 20 0 2 0 165060208 261783552 30922 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 63912 30922 3707 46 0 36507 0
[pid=850446/tid=850463] ppid=850442 vsize=255648 memory=88800 CPUtime=0 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 165060227 261783552 30922 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 265576 KiB
Current children cumulated memory: 126376 KiB

[startup+3.10648 s]
/proc/loadavg: 1.54 2.33 3.24 5/268 850478
/proc/meminfo: memFree=122555216/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=273188 memory=143876 CPUtime=3.07 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 37435 0 26 0 284 23 0 0 20 0 2 0 165060208 279744512 35969 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 68297 35969 3850 46 0 40892 0
[pid=850446/tid=850463] ppid=850442 vsize=273188 memory=11400 CPUtime=0 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 165060227 279744512 35969 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 283116 KiB
Current children cumulated memory: 146564 KiB

[startup+6.30025 s]
/proc/loadavg: 1.54 2.33 3.24 5/268 850478
/proc/meminfo: memFree=122313764/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=273188 memory=143884 CPUtime=6.25 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 40396 0 26 0 579 46 0 0 20 0 2 0 165060208 279744512 35971 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 68297 35971 3850 46 0 40892 0
[pid=850446/tid=850463] ppid=850442 vsize=273188 memory=143884 CPUtime=0 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 165060227 279744512 35971 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 283116 KiB
Current children cumulated memory: 146572 KiB

[startup+12.7003 s]
/proc/loadavg: 1.74 2.35 3.24 5/268 850479
/proc/meminfo: memFree=121993680/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=273188 memory=144300 CPUtime=12.64 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 46439 0 26 0 1170 94 0 0 20 0 2 0 165060208 279744512 36075 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 68297 36075 3850 46 0 40892 0
[pid=850446/tid=850463] ppid=850442 vsize=273188 memory=-8899043120974490466 CPUtime=0 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 165060227 279744512 36075 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 283116 KiB
Current children cumulated memory: 146988 KiB

[startup+25.5003 s]
/proc/loadavg: 2.24 2.44 3.26 5/268 850481
/proc/meminfo: memFree=121522460/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=275908 memory=146320 CPUtime=25.41 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 53537 0 26 0 2350 191 0 0 20 0 2 0 165060208 282529792 36580 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 68977 36580 3850 46 0 41572 0
[pid=850446/tid=850463] ppid=850442 vsize=275908 memory=145568 CPUtime=0 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 2 0 165060227 282529792 36580 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 285836 KiB
Current children cumulated memory: 149008 KiB

[startup+51.1065 s]
/proc/loadavg: 2.90 2.58 3.28 5/268 850486
/proc/meminfo: memFree=121065824/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=280328 memory=150224 CPUtime=50.97 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 65411 0 26 0 4713 384 0 0 20 0 2 0 165060208 287055872 37556 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 70082 37556 3850 46 0 42677 0
[pid=850446/tid=850463] ppid=850442 vsize=280328 memory=2688 CPUtime=0.03 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 38 0 0 0 1 2 0 0 20 0 2 0 165060227 287055872 37556 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 290256 KiB
Current children cumulated memory: 152912 KiB

[startup+102.3 s]
/proc/loadavg: 3.58 2.81 3.33 5/268 850927
/proc/meminfo: memFree=121448428/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=287508 memory=159840 CPUtime=102.09 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 72357 0 26 0 9436 773 0 0 20 0 2 0 165060208 294408192 39960 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 71877 39960 3850 46 0 44472 0
[pid=850446/tid=850463] ppid=850442 vsize=287508 memory=2688 CPUtime=0.06 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 46 0 0 0 2 4 0 0 20 0 2 0 165060227 294408192 39960 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 102.09 s
Current children cumulated vsize: 297436 KiB
Current children cumulated memory: 162528 KiB

[startup+162.3 s]
/proc/loadavg: 4.53 3.19 3.43 5/268 850938
/proc/meminfo: memFree=120179976/131524600 swapFree=131071996/131071996

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

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.07 5/262 852281
/proc/meminfo: memFree=107830872/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=2600836 memory=2326164 CPUtime=3156.05 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 3516333 0 26 0 294192 21413 0 0 20 0 2 0 165060208 2663256064 581541 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 650209 581541 3850 46 0 622804 0
[pid=850446/tid=850463] ppid=850442 vsize=2600836 memory=2688 CPUtime=3.41 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 187 0 0 0 130 211 0 0 20 0 2 0 165060227 2663256064 581541 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 3156.05 s
Current children cumulated vsize: 2610764 KiB
Current children cumulated memory: 2328852 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.12 4.08 5/262 852291
/proc/meminfo: memFree=107794980/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=2633844 memory=2359172 CPUtime=3215.93 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 3592545 0 26 0 299782 21811 0 0 20 0 2 0 165060208 2697056256 589793 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 658461 589793 3850 46 0 631056 0
[pid=850446/tid=850463] ppid=850442 vsize=2633844 memory=2688 CPUtime=3.48 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 188 0 0 0 133 215 0 0 20 0 2 0 165060227 2697056256 589793 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 3215.93 s
Current children cumulated vsize: 2643772 KiB
Current children cumulated memory: 2361860 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.16 4.09 5/262 852303
/proc/meminfo: memFree=107758660/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=2661800 memory=2387128 CPUtime=3275.81 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 3648728 0 26 0 305361 22220 0 0 20 0 2 0 165060208 2725683200 596782 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 665450 596782 3850 46 0 638045 0
[pid=850446/tid=850463] ppid=850442 vsize=2661800 memory=2688 CPUtime=3.54 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 191 0 0 0 135 219 0 0 20 0 2 0 165060227 2725683200 596782 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 3275.81 s
Current children cumulated vsize: 2671728 KiB
Current children cumulated memory: 2389816 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.17 4.10 5/262 852313
/proc/meminfo: memFree=107712260/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=2682364 memory=2407692 CPUtime=3335.7 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 3700462 0 26 0 310876 22694 0 0 20 0 2 0 165060208 2746740736 601923 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 670591 601923 3850 46 0 643186 0
[pid=850446/tid=850463] ppid=850442 vsize=2682364 memory=100 CPUtime=3.62 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 194 0 0 0 138 224 0 0 20 0 2 0 165060227 2746740736 601923 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 3335.7 s
Current children cumulated vsize: 2692292 KiB
Current children cumulated memory: 2410380 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.17 4.10 5/264 852327
/proc/meminfo: memFree=107686020/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=2699096 memory=2424424 CPUtime=3395.57 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 3773151 0 26 0 316393 23164 0 0 20 0 2 0 165060208 2763874304 606106 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 674774 606106 3850 46 0 647369 0
[pid=850446/tid=850463] ppid=850442 vsize=2699096 memory=2688 CPUtime=3.68 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 197 0 0 0 140 228 0 0 20 0 2 0 165060227 2763874304 606106 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 3395.57 s
Current children cumulated vsize: 2709024 KiB
Current children cumulated memory: 2427112 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.15 4.09 5/264 852338
/proc/meminfo: memFree=107665340/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=2716588 memory=2441916 CPUtime=3455.44 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 3840678 0 26 0 321932 23612 0 0 20 0 2 0 165060208 2781786112 610479 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 679147 610479 3850 46 0 651742 0
[pid=850446/tid=850463] ppid=850442 vsize=2716588 memory=11400 CPUtime=3.75 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 200 0 0 0 142 233 0 0 20 0 2 0 165060227 2781786112 610479 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 3455.44 s
Current children cumulated vsize: 2726516 KiB
Current children cumulated memory: 2444604 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.09 5/264 852348
/proc/meminfo: memFree=107700988/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=2733232 memory=2458560 CPUtime=3515.33 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 3925800 0 26 0 327484 24049 0 0 20 0 2 0 165060208 2798829568 614640 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 683308 614640 3850 46 0 655903 0
[pid=850446/tid=850463] ppid=850442 vsize=2733232 memory=11400 CPUtime=3.82 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 203 0 0 0 145 237 0 0 20 0 2 0 165060227 2798829568 614640 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 3515.33 s
Current children cumulated vsize: 2743160 KiB
Current children cumulated memory: 2461248 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.16 4.10 5/264 852359
/proc/meminfo: memFree=107674148/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=2750760 memory=2476088 CPUtime=3575.2 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 3994706 0 26 0 333052 24468 0 0 20 0 2 0 165060208 2816778240 619022 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 687690 619022 3850 46 0 660285 0
[pid=850446/tid=850463] ppid=850442 vsize=2750760 memory=5448 CPUtime=3.89 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 206 0 0 0 148 241 0 0 20 0 2 0 165060227 2816778240 619022 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 3575.2 s
Current children cumulated vsize: 2760688 KiB
Current children cumulated memory: 2478776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.2 s]
/proc/loadavg: 4.21 4.16 4.10 4/259 852376
/proc/meminfo: memFree=112567464/131524600 swapFree=131071996/131071996
[pid=850442] ppid=850437 vsize=9928 memory=2688 CPUtime=0 cores=4,6
/proc/850442/stat : 850442 (run-glibc-2.34.) S 850437 850442 850391 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 165060208 10166272 672 134679101440 94466153508864 94466154588184 140725334180272 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94466156686640 94466156733828 94466167635968 140725334188991 140725334189148 140725334189148 140725334196163 0
/proc/850442/statm: 2482 672 592 264 0 133 0
[pid=850446] ppid=850442 vsize=2757568 memory=2482812 CPUtime=3600.05 cores=4,6
/proc/850446/stat : 850446 (ld-linux-x86-64) R 850442 850442 850391 0 -1 4194304 4023655 0 26 0 335362 24643 0 0 20 0 2 0 165060208 2823749632 620703 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 0 0 0 17 4 0 0 2 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
/proc/850446/statm: 689392 620703 3850 46 0 661987 0
[pid=850446/tid=850463] ppid=850442 vsize=2757568 memory=2688 CPUtime=3.92 cores=4,6
/proc/850446/task/850463/stat : 850463 (ld-linux-x86-64) S 850442 850442 850391 0 -1 1077936192 209 0 0 0 149 243 0 0 20 0 2 0 165060227 2823749632 620703 134679101440 140652420509696 140652420697308 140732724056480 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140652422798208 140652422807656 93825018671104 140732724061015 140732724061179 140732724061179 140732724068274 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2767496 KiB
Current children cumulated memory: 2485500 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001453 s, system=0.000159 s

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

# cumulated CPU time of all completed processes:  user=3353.63 s, system=246.516 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): 3607.28
CPU time (s): 3600.14
CPU user time (s): 3353.63
CPU system time (s): 246.516
CPU usage (%): 99.802
Max. virtual memory (cumulated for all children) (KiB): 2767496
Max. memory (cumulated for all children) (KiB): 2485500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3353.63
system time used= 246.516
maximum resident set size= 2482896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4023857
page faults= 26
swaps= 0
block input operations= 3528
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357177
involuntary context switches= 4596


# summary of solver processes directly reported to runsolver:
#   pid: 850442,850446
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3353.63
#   total CPU system time (s): 246.516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.66488 second user time and 19.343 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-16 13:23:32
IDJOB=4431252
IDBENCH=155604
IDSOLVER=3055
FILE ID=nodeC015/4431252-1721129000
RUNJOBID= nodeC015-1721129012-850402
SLURM_JOB_ID= 7505693
Free space on /tmp= 890064 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat100_4_32_8.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-4431252-1721129000/watcher-4431252-1721129000 -o /tmp/evaluation-result-4431252-1721129000/solver-4431252-1721129000 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721129012-850402 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431252-1721129000.opb

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

MD5SUM BENCH= fedf74999185e25725fdda881cf70966
RANDOM SEED=1210814765

nodeC015.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3486.913
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3669.188
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3621.379
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3663.469
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3644.812
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.172
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3593.234
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.012
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123649776 kB
MemAvailable:   129680312 kB
Buffers:          398468 kB
Cached:          6452892 kB
SwapCached:            0 kB
Active:          1309032 kB
Inactive:        5934848 kB
Active(anon):       1452 kB
Inactive(anon):   428784 kB
Active(file):    1307580 kB
Inactive(file):  5506064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            193724 kB
Writeback:             0 kB
AnonPages:        390820 kB
Mapped:           104032 kB
Shmem:             37720 kB
KReclaimable:     113076 kB
Slab:             222064 kB
SReclaimable:     113076 kB
SUnreclaim:       108988 kB
KernelStack:        3888 kB
PageTables:         9764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     804972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63360 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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:      258772 kB
DirectMap2M:    37263360 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 889868 MiB
End job on nodeC015 at 2024-07-16 14:23:39