Trace number 4431030

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
MD5SUM52f0a3c0093dc9bf421bafb6505effdf
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 benchmark1033
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1960
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1960
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 1960
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1960
Number of bits of the biggest sum of numbers11
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.03	c initialize IPBHS solver
0.00/0.03	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.03	c optimizer = "gurobi"
0.00/0.03	c pbsolver = "roundingsat"
0.00/0.03	c load symmetries from file ""
0.00/0.03	c set time limit for symmetry computation to 100 seconds.
0.00/0.03	c set interchangeable summation variable limit to 3
0.00/0.03	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.03	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.03	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.03	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.03	c set sym generation to 's'
0.00/0.03	c set abstraction set creation to 10 iterations without LB change
0.00/0.03	c set abstraction set inputs to 0
0.00/0.03	c set abstraction set cluster min size to 2
0.00/0.03	c set abstraction set cluster max size to 100000000
0.00/0.03	c set abstraction set cluster activation limit to 2
0.00/0.03	c enable abstraction set require equal cost
0.00/0.03	c set abstraction set assumptions to 0
0.00/0.03	c set abstraction set constraint type to 0
0.00/0.03	c set abstract core extraction strategy to b
0.00/0.03	c set core extraction strategy to 2
0.00/0.03	c set core extraction shuffles 10
0.00/0.03	c set cores per iteration to 5
0.00/0.03	c set optimizer bound usage strategy to 2
0.00/0.03	c set optimizer max non-optimal iterations to 1000
0.00/0.03	c set small core cardinality limit to 2
0.00/0.03	c set max coef in cores to 1000000000
0.00/0.03	c set SIS iterations to 5
0.00/0.03	c set SIS budget abs to 1000
0.00/0.03	c set SIS budget rel to 0.05
0.00/0.03	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.03	c will solve HOME/instance-4431030-1721075784.opb
3600.05/3608.11	HOME/run-glibc-2.34.sh: line 2: 824768 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (59346 MiB free)
  memory of node 1: 64473 MiB (60802 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=824766, runsolver pid=824763

[startup+0.100058 s]*
/proc/loadavg: 4.15 4.12 4.09 6/262 824769
/proc/meminfo: memFree=123015084/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=143620 memory=29444 CPUtime=0.09 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 3980 0 0 0 8 1 0 0 20 0 2 0 159748941 147066880 7361 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 35905 7361 3402 46 0 8500 0
[pid=824768/tid=824769] ppid=824766 vsize=143620 memory=4026561614 CPUtime=0 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) R 824766 824766 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159748943 147066880 7361 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 153548 KiB
Current children cumulated memory: 32112 KiB

[startup+0.206251 s]*
/proc/loadavg: 4.15 4.12 4.09 5/262 824769
/proc/meminfo: memFree=123008104/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=152328 memory=38520 CPUtime=0.2 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 8440 0 0 0 18 2 0 0 20 0 2 0 159748941 155983872 9630 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 38082 9630 3908 46 0 10677 0
[pid=824768/tid=824769] ppid=824766 vsize=152328 memory=3471202400344241230 CPUtime=0 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159748943 155983872 9630 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 162256 KiB
Current children cumulated memory: 41188 KiB

[startup+0.305865 s]*
/proc/loadavg: 4.15 4.12 4.09 5/262 824769
/proc/meminfo: memFree=123005808/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=154340 memory=40620 CPUtime=0.3 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 11360 0 0 0 27 3 0 0 20 0 2 0 159748941 158044160 10155 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 38585 10155 3970 46 0 11180 0
[pid=824768/tid=824769] ppid=824766 vsize=154340 memory=-8681747728865060709 CPUtime=0 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159748943 158044160 10155 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 164268 KiB
Current children cumulated memory: 43288 KiB

[startup+0.70022 s]
/proc/loadavg: 4.15 4.12 4.09 5/262 824769
/proc/meminfo: memFree=123005344/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=154340 memory=41264 CPUtime=0.69 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 11508 0 0 0 66 3 0 0 20 0 2 0 159748941 158044160 10316 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 38585 10316 4001 46 0 11180 0
[pid=824768/tid=824769] ppid=824766 vsize=154340 memory=1832 CPUtime=0 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159748943 158044160 10316 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 164268 KiB
Current children cumulated memory: 43932 KiB

[startup+1.5002 s]
/proc/loadavg: 4.15 4.12 4.09 8/255 824796
/proc/meminfo: memFree=123190664/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=154340 memory=41528 CPUtime=1.48 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 11537 0 0 0 145 3 0 0 20 0 2 0 159748941 158044160 10382 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 38585 10382 4001 46 0 11180 0
[pid=824768/tid=824769] ppid=824766 vsize=154340 memory=11440 CPUtime=0 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159748943 158044160 10382 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 164268 KiB
Current children cumulated memory: 44196 KiB

[startup+3.10571 s]
/proc/loadavg: 4.15 4.12 4.09 6/262 824817
/proc/meminfo: memFree=123157980/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=161068 memory=48444 CPUtime=3.08 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 15660 0 0 0 305 3 0 0 20 0 2 0 159748941 164933632 12111 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 40267 12111 4001 46 0 12862 0
[pid=824768/tid=824769] ppid=824766 vsize=161068 memory=11440 CPUtime=0 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 159748943 164933632 12111 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 170996 KiB
Current children cumulated memory: 51112 KiB

[startup+6.30021 s]
/proc/loadavg: 4.14 4.12 4.09 6/262 824818
/proc/meminfo: memFree=123148412/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=161068 memory=48576 CPUtime=6.27 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 18121 0 0 0 624 3 0 0 20 0 2 0 159748941 164933632 12144 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 40267 12144 4001 46 0 12862 0
[pid=824768/tid=824769] ppid=824766 vsize=161068 memory=49400 CPUtime=0 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 159748943 164933632 12144 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 170996 KiB
Current children cumulated memory: 51244 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.09 6/262 824866
/proc/meminfo: memFree=123489152/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=167868 memory=56272 CPUtime=12.65 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 28224 0 0 0 1261 4 0 0 20 0 2 0 159748941 171896832 14068 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 41967 14068 4001 46 0 14562 0
[pid=824768/tid=824769] ppid=824766 vsize=167868 memory=11440 CPUtime=0 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 11 0 0 0 0 0 0 0 20 0 2 0 159748943 171896832 14068 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 177796 KiB
Current children cumulated memory: 58940 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.12 4.09 6/262 824869
/proc/meminfo: memFree=123452200/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=180600 memory=68672 CPUtime=25.43 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 52899 0 0 0 2534 9 0 0 20 0 2 0 159748941 184934400 17168 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 45150 17168 4033 46 0 17745 0
[pid=824768/tid=824769] ppid=824766 vsize=180600 memory=2668 CPUtime=0 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 159748943 184934400 17168 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 190528 KiB
Current children cumulated memory: 71340 KiB

[startup+51.1058 s]
/proc/loadavg: 4.14 4.12 4.09 6/262 824873
/proc/meminfo: memFree=123421448/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=180600 memory=68816 CPUtime=50.98 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 65582 0 0 0 5088 10 0 0 20 0 2 0 159748941 184934400 17204 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 45150 17204 4033 46 0 17745 0
[pid=824768/tid=824769] ppid=824766 vsize=180600 memory=68768 CPUtime=0.01 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 159748943 184934400 17204 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 190528 KiB
Current children cumulated memory: 71484 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.09 6/262 824882
/proc/meminfo: memFree=123359300/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=184296 memory=71464 CPUtime=102.06 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 79885 0 0 0 10194 12 0 0 20 0 2 0 159748941 188719104 17866 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 46074 17866 4048 46 0 18669 0
[pid=824768/tid=824769] ppid=824766 vsize=184296 memory=41168 CPUtime=0.03 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 32 0 0 0 1 2 0 0 20 0 2 0 159748943 188719104 17866 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 194224 KiB
Current children cumulated memory: 74132 KiB

[startup+162.3 s]

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

/proc/824768/statm: 69550 41978 4048 46 0 42145 0
[pid=824768/tid=824769] ppid=824766 vsize=278200 memory=2668 CPUtime=1.23 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 158 0 0 0 37 86 0 0 20 0 2 0 159748943 284876800 41978 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3155.17 s
Current children cumulated vsize: 288128 KiB
Current children cumulated memory: 170580 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/266 826621
/proc/meminfo: memFree=123278788/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=278200 memory=167912 CPUtime=3215.05 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 138354 0 0 0 321416 89 0 0 20 0 2 0 159748941 284876800 41978 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 69550 41978 4048 46 0 42145 0
[pid=824768/tid=824769] ppid=824766 vsize=278200 memory=2668 CPUtime=1.25 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 160 0 0 0 37 88 0 0 20 0 2 0 159748943 284876800 41978 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3215.05 s
Current children cumulated vsize: 288128 KiB
Current children cumulated memory: 170580 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.11 4.09 5/264 826688
/proc/meminfo: memFree=123274716/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=279720 memory=171060 CPUtime=3274.92 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 140204 0 0 0 327400 92 0 0 20 0 2 0 159748941 286433280 42765 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 69930 42765 4048 46 0 42525 0
[pid=824768/tid=824769] ppid=824766 vsize=279720 memory=2668 CPUtime=1.27 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 163 0 0 0 37 90 0 0 20 0 2 0 159748943 286433280 42765 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3274.92 s
Current children cumulated vsize: 289648 KiB
Current children cumulated memory: 173728 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/264 826700
/proc/meminfo: memFree=123268040/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=286524 memory=177076 CPUtime=3334.8 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 142911 0 0 0 333386 94 0 0 20 0 2 0 159748941 293400576 44269 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 71631 44269 4048 46 0 44226 0
[pid=824768/tid=824769] ppid=824766 vsize=286524 memory=2668 CPUtime=1.3 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 166 0 0 0 38 92 0 0 20 0 2 0 159748943 293400576 44269 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3334.8 s
Current children cumulated vsize: 296452 KiB
Current children cumulated memory: 179744 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 826710
/proc/meminfo: memFree=123256372/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=292208 memory=183320 CPUtime=3394.68 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 146755 0 0 0 339372 96 0 0 20 0 2 0 159748941 299220992 45830 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 73052 45830 4048 46 0 45647 0
[pid=824768/tid=824769] ppid=824766 vsize=292208 memory=2668 CPUtime=1.33 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 168 0 0 0 39 94 0 0 20 0 2 0 159748943 299220992 45830 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3394.68 s
Current children cumulated vsize: 302136 KiB
Current children cumulated memory: 185988 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 826721
/proc/meminfo: memFree=123255740/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=292208 memory=183320 CPUtime=3454.55 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 147872 0 0 0 345358 97 0 0 20 0 2 0 159748941 299220992 45830 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 73052 45830 4048 46 0 45647 0
[pid=824768/tid=824769] ppid=824766 vsize=292208 memory=2668 CPUtime=1.35 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 170 0 0 0 40 95 0 0 20 0 2 0 159748943 299220992 45830 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3454.55 s
Current children cumulated vsize: 302136 KiB
Current children cumulated memory: 185988 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 826731
/proc/meminfo: memFree=123251608/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=292208 memory=183860 CPUtime=3514.43 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 151416 0 0 0 351344 99 0 0 20 0 2 0 159748941 299220992 45965 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 73052 45965 4048 46 0 45647 0
[pid=824768/tid=824769] ppid=824766 vsize=292208 memory=2668 CPUtime=1.37 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 172 0 0 0 40 97 0 0 20 0 2 0 159748943 299220992 45965 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3514.43 s
Current children cumulated vsize: 302136 KiB
Current children cumulated memory: 186528 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/262 826741
/proc/meminfo: memFree=123250892/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=292208 memory=183860 CPUtime=3574.31 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 152742 0 0 0 357329 102 0 0 20 0 2 0 159748941 299220992 45965 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 73052 45965 4048 46 0 45647 0
[pid=824768/tid=824769] ppid=824766 vsize=292208 memory=5552 CPUtime=1.39 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 174 0 0 0 40 99 0 0 20 0 2 0 159748943 299220992 45965 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3574.31 s
Current children cumulated vsize: 302136 KiB
Current children cumulated memory: 186528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.11 s]
/proc/loadavg: 4.09 4.10 4.09 5/262 826745
/proc/meminfo: memFree=123247916/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=296440 memory=186276 CPUtime=3600.05 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 155647 0 0 0 359903 102 0 0 20 0 2 0 159748941 303554560 46569 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 74110 46569 4048 46 0 46705 0
[pid=824768/tid=824769] ppid=824766 vsize=296440 memory=8185463332661402783 CPUtime=1.4 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 174 0 0 0 40 100 0 0 20 0 2 0 159748943 303554560 46569 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 306368 KiB
Current children cumulated memory: 188944 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.04 s, system=1.03073 s

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

[startup+3608.11 s]
/proc/loadavg: 4.09 4.10 4.09 5/262 826745
/proc/meminfo: memFree=123247916/131524596 swapFree=131071996/131071996
[pid=824766] ppid=824763 vsize=9928 memory=2668 CPUtime=0 cores=5,7
/proc/824766/stat : 824766 (run-glibc-2.34.) S 824763 824766 820378 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 159748940 10166272 667 134679101440 94415434555392 94415435634712 140733394753040 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94415437733168 94415437780356 94415469690880 140733394756543 140733394756700 140733394756700 140733394763715 0
/proc/824766/statm: 2482 667 586 264 0 133 0
[pid=824768] ppid=824766 vsize=296440 memory=186276 CPUtime=3600.05 cores=5,7
/proc/824768/stat : 824768 (ld-linux-x86-64) R 824766 824766 820378 0 -1 4194304 155647 0 0 0 359903 102 0 0 20 0 2 0 159748941 303554560 46569 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
/proc/824768/statm: 74110 46569 4048 46 0 46705 0
[pid=824768/tid=824769] ppid=824766 vsize=296440 memory=8185463332661402783 CPUtime=1.4 cores=5,7
/proc/824768/task/824769/stat : 824769 (ld-linux-x86-64) S 824766 824766 820378 0 -1 1077936192 174 0 0 0 40 100 0 0 20 0 2 0 159748943 303554560 46569 134679101440 139967464222720 139967464410332 140733711231744 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139967466511232 139967466520680 93825010388992 140733711233879 140733711234043 140733711234043 140733711241138 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 306368 KiB
Current children cumulated memory: 188944 KiB

Child status: 143

Real time (s): 3608.11
CPU time (s): 3600.07
CPU user time (s): 3599.04
CPU system time (s): 1.03073
CPU usage (%): 99.7771
Max. virtual memory (cumulated for all children) (KiB): 306368
Max. memory (cumulated for all children) (KiB): 188944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.04
system time used= 1.03073
maximum resident set size= 186276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155860
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357298
involuntary context switches= 1334


# summary of solver processes directly reported to runsolver:
#   pid: 824766
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.04
#   total CPU system time (s): 1.03073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.49425 second user time and 15.756 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-15 22:36:36
IDJOB=4431030
IDBENCH=147526
IDSOLVER=3055
FILE ID=nodeC034/4431030-1721075784
RUNJOBID= nodeC034-1721068582-820391
SLURM_JOB_ID= 7505522
Free space on /tmp= 889956 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_34.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-4431030-1721075784/watcher-4431030-1721075784 -o /tmp/evaluation-result-4431030-1721075784/solver-4431030-1721075784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721068582-820391 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431030-1721075784.opb

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

MD5SUM BENCH= 52f0a3c0093dc9bf421bafb6505effdf
RANDOM SEED=808303431

nodeC034.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		: 3668.220
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.99
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		: 3676.262
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3600.085
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.99
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		: 3601.201
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3668.243
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.99
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		: 3680.530
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        123031868 kB
MemAvailable:   128957588 kB
Buffers:          373584 kB
Cached:          6318024 kB
SwapCached:            0 kB
Active:           683448 kB
Inactive:        7057260 kB
Active(anon):       1564 kB
Inactive(anon):  1084928 kB
Active(file):     681884 kB
Inactive(file):  5972332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             41536 kB
Writeback:             0 kB
AnonPages:       1047248 kB
Mapped:           121516 kB
Shmem:             37720 kB
KReclaimable:     222652 kB
Slab:             344376 kB
SReclaimable:     222652 kB
SUnreclaim:       121724 kB
KernelStack:        4220 kB
PageTables:        12148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    1599544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62400 kB
HardwareCorrupted:     0 kB
AnonHugePages:    921600 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:      250580 kB
DirectMap2M:    28882944 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 889920 MiB
End job on nodeC034 at 2024-07-15 23:36:45