Trace number 4431205

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.02 3604.81

General information on the benchmark

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

Solver Data

2.58/2.62	c initialize IPBHS solver
2.58/2.62	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
2.58/2.62	c optimizer = "gurobi"
2.58/2.62	c pbsolver = "roundingsat"
2.58/2.62	c load symmetries from file ""
2.58/2.62	c set time limit for symmetry computation to 100 seconds.
2.58/2.62	c set interchangeable summation variable limit to 3
2.58/2.62	c find symmetric cores by applying each permutation and add them to optimizer
2.58/2.62	c set abs symmetric core budget per WCE-iteration to 100
2.58/2.62	c set rel symmetric core budget per WCE-iteration to 0
2.58/2.62	c set lit symmetric core budget per WCE-iteration to 0
2.58/2.62	c set sym generation to 's'
2.58/2.62	c set abstraction set creation to 10 iterations without LB change
2.58/2.62	c set abstraction set inputs to 0
2.58/2.62	c set abstraction set cluster min size to 2
2.58/2.62	c set abstraction set cluster max size to 100000000
2.58/2.62	c set abstraction set cluster activation limit to 2
2.58/2.62	c enable abstraction set require equal cost
2.58/2.62	c set abstraction set assumptions to 0
2.58/2.62	c set abstraction set constraint type to 0
2.58/2.62	c set abstract core extraction strategy to b
2.58/2.62	c set core extraction strategy to 2
2.58/2.62	c set core extraction shuffles 10
2.58/2.62	c set cores per iteration to 5
2.58/2.62	c set optimizer bound usage strategy to 2
2.58/2.62	c set optimizer max non-optimal iterations to 1000
2.58/2.62	c set small core cardinality limit to 2
2.58/2.62	c set max coef in cores to 1000000000
2.58/2.62	c set SIS iterations to 5
2.58/2.62	c set SIS budget abs to 1000
2.58/2.62	c set SIS budget rel to 0.05
2.58/2.62	c limit for coefficient in constraints and objective to 9223372036854775807
2.58/2.62	c will solve HOME/instance-4431205-1721117092.opb
3600.00/3604.80	HOME/run-glibc-2.34.sh: line 2: 839110 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (61966 MiB free)
  memory of node 1: 64510 MiB (62274 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431205-1721117092/watcher-4431205-1721117092 -o /tmp/evaluation-result-4431205-1721117092/solver-4431205-1721117092 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721113478-836466 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431205-1721117092.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=839108, runsolver pid=839105
Current StackSize limit: 8192 KiB


[startup+0.100186 s]*
/proc/loadavg: 4.09 4.16 4.11 5/250 839110
/proc/meminfo: memFree=127206752/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=96444 memory=15420 CPUtime=0.09 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 3431 0 0 0 8 1 0 0 20 0 1 0 163865377 98758656 3855 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 24111 3855 1586 46 0 4726 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 106372 KiB
Current children cumulated memory: 18156 KiB

[startup+0.210189 s]*
/proc/loadavg: 4.09 4.16 4.11 5/250 839110
/proc/meminfo: memFree=127194344/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=100868 memory=19912 CPUtime=0.2 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 4575 0 0 0 19 1 0 0 20 0 1 0 163865377 103288832 4978 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 25217 4978 1586 46 0 5832 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 110796 KiB
Current children cumulated memory: 22648 KiB

[startup+0.310698 s]*
/proc/loadavg: 4.09 4.16 4.11 5/250 839110
/proc/meminfo: memFree=127182496/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=107472 memory=24500 CPUtime=0.3 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 5720 0 0 0 28 2 0 0 20 0 1 0 163865377 110051328 6125 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 26868 6125 1586 46 0 7483 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 117400 KiB
Current children cumulated memory: 27236 KiB

[startup+0.700465 s]
/proc/loadavg: 4.09 4.16 4.11 5/250 839110
/proc/meminfo: memFree=127155868/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=132544 memory=52700 CPUtime=0.68 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 11643 0 0 0 61 7 0 0 20 0 1 0 163865377 135725056 13175 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 33136 13175 1682 46 0 13751 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 142472 KiB
Current children cumulated memory: 55436 KiB

[startup+1.50041 s]
/proc/loadavg: 4.09 4.16 4.11 6/250 839112
/proc/meminfo: memFree=127093064/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=245168 memory=129076 CPUtime=1.47 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 22186 0 0 0 111 36 0 0 20 0 2 0 163865377 251052032 32269 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 61292 32269 2639 46 0 33887 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 255096 KiB
Current children cumulated memory: 131812 KiB

[startup+3.11319 s]
/proc/loadavg: 4.09 4.16 4.11 5/252 839114
/proc/meminfo: memFree=126668196/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=422232 memory=298872 CPUtime=3.08 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 92181 0 0 0 261 47 0 0 20 0 2 0 163865377 432365568 74718 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 105558 74718 2712 46 0 78153 0
[pid=839110/tid=839114] ppid=839108 vsize=422232 memory=0 CPUtime=0 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 163865520 432365568 74718 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 432160 KiB
Current children cumulated memory: 301608 KiB

[startup+6.30037 s]
/proc/loadavg: 4.08 4.16 4.11 5/251 839114
/proc/meminfo: memFree=126603124/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=447044 memory=332496 CPUtime=6.27 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 122274 0 0 0 572 55 0 0 20 0 2 0 163865377 457773056 83124 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 111761 83124 3369 46 0 84356 0
[pid=839110/tid=839114] ppid=839108 vsize=447044 memory=332496 CPUtime=0 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 163865520 457773056 83124 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 456972 KiB
Current children cumulated memory: 335232 KiB

[startup+12.7004 s]
/proc/loadavg: 4.08 4.16 4.11 5/252 839163
/proc/meminfo: memFree=126770288/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=447044 memory=332496 CPUtime=12.67 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 140224 0 0 0 1205 62 0 0 20 0 2 0 163865377 457773056 83124 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 111761 83124 3369 46 0 84356 0
[pid=839110/tid=839114] ppid=839108 vsize=447044 memory=2736 CPUtime=0.01 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 10 0 0 0 0 1 0 0 20 0 2 0 163865520 457773056 83124 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 456972 KiB
Current children cumulated memory: 335232 KiB

[startup+25.5004 s]
/proc/loadavg: 4.06 4.15 4.10 5/250 839165
/proc/meminfo: memFree=126756664/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=454224 memory=333084 CPUtime=25.44 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 159932 0 0 0 2473 71 0 0 20 0 2 0 163865377 465125376 83271 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 113556 83271 3369 46 0 86151 0
[pid=839110/tid=839114] ppid=839108 vsize=454224 memory=333084 CPUtime=0.02 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 17 0 0 0 0 2 0 0 20 0 2 0 163865520 465125376 83271 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 464152 KiB
Current children cumulated memory: 335820 KiB

[startup+51.1127 s]
/proc/loadavg: 4.12 4.15 4.10 6/250 839170
/proc/meminfo: memFree=126742360/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=454224 memory=338748 CPUtime=51.02 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 186675 0 0 0 5013 89 0 0 20 0 2 0 163865377 465125376 84687 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 113556 84687 3369 46 0 86151 0
[pid=839110/tid=839114] ppid=839108 vsize=454224 memory=11596 CPUtime=0.05 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 28 0 0 0 1 4 0 0 20 0 2 0 163865520 465125376 84687 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 464152 KiB
Current children cumulated memory: 341484 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/250 839179
/proc/meminfo: memFree=126714424/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=465900 memory=344028 CPUtime=102.14 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 219183 0 0 0 10092 122 0 0 20 0 2 0 163865377 477081600 86007 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 116475 86007 3369 46 0 89070 0
[pid=839110/tid=839114] ppid=839108 vsize=465900 memory=2736 CPUtime=0.09 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 37 0 0 0 2 7 0 0 20 0 2 0 163865520 477081600 86007 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 102.14 s
Current children cumulated vsize: 475828 KiB
Current children cumulated memory: 346764 KiB

[startup+162.3 s]
/proc/loadavg: 5.12 4.41 4.19 5/250 839189
/proc/meminfo: memFree=126682828/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=465900 memory=350172 CPUtime=162.06 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 242434 0 0 0 16047 159 0 0 20 0 2 0 163865377 477081600 87543 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 116475 87543 3369 46 0 89070 0
[pid=839110/tid=839114] ppid=839108 vsize=465900 memory=350172 CPUtime=0.16 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 44 0 0 0 4 12 0 0 20 0 2 0 163865520 477081600 87543 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0

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

/proc/839110/statm: 161791 119105 3369 46 0 134386 0
[pid=839110/tid=839114] ppid=839108 vsize=647164 memory=41548 CPUtime=3.24 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 149 0 0 0 79 245 0 0 20 0 2 0 163865520 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3098.31 s
Current children cumulated vsize: 657092 KiB
Current children cumulated memory: 479156 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/252 840922
/proc/meminfo: memFree=126147644/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=647164 memory=476420 CPUtime=3158.21 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 417298 0 0 0 314518 1303 0 0 20 0 2 0 163865377 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 161791 119105 3369 46 0 134386 0
[pid=839110/tid=839114] ppid=839108 vsize=647164 memory=476420 CPUtime=3.32 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 151 0 0 0 82 250 0 0 20 0 2 0 163865520 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3158.21 s
Current children cumulated vsize: 657092 KiB
Current children cumulated memory: 479156 KiB

[startup+3222.3 s]
/proc/loadavg: 5.25 4.45 4.27 5/254 841102
/proc/meminfo: memFree=126126268/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=647164 memory=476420 CPUtime=3218.11 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 417884 0 0 0 320485 1326 0 0 20 0 2 0 163865377 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 161791 119105 3369 46 0 134386 0
[pid=839110/tid=839114] ppid=839108 vsize=647164 memory=7754526242829014170 CPUtime=3.4 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 153 0 0 0 85 255 0 0 20 0 2 0 163865520 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3218.11 s
Current children cumulated vsize: 657092 KiB
Current children cumulated memory: 479156 KiB

[startup+3282.3 s]
/proc/loadavg: 4.68 4.45 4.28 5/255 841116
/proc/meminfo: memFree=126126224/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=647164 memory=476420 CPUtime=3278.02 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 418492 0 0 0 326454 1348 0 0 20 0 2 0 163865377 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 161791 119105 3369 46 0 134386 0
[pid=839110/tid=839114] ppid=839108 vsize=647164 memory=2736 CPUtime=3.47 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 155 0 0 0 86 261 0 0 20 0 2 0 163865520 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3278.02 s
Current children cumulated vsize: 657092 KiB
Current children cumulated memory: 479156 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.38 4.27 5/256 841130
/proc/meminfo: memFree=126125868/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=647164 memory=476420 CPUtime=3337.92 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 419256 0 0 0 332424 1368 0 0 20 0 2 0 163865377 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 161791 119105 3369 46 0 134386 0
[pid=839110/tid=839114] ppid=839108 vsize=647164 memory=11596 CPUtime=3.54 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 157 0 0 0 88 266 0 0 20 0 2 0 163865520 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3337.92 s
Current children cumulated vsize: 657092 KiB
Current children cumulated memory: 479156 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.32 4.25 5/256 841151
/proc/meminfo: memFree=126124396/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=647164 memory=476420 CPUtime=3397.82 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 419916 0 0 0 338390 1392 0 0 20 0 2 0 163865377 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 161791 119105 3369 46 0 134386 0
[pid=839110/tid=839114] ppid=839108 vsize=647164 memory=2736 CPUtime=3.61 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 160 0 0 0 90 271 0 0 20 0 2 0 163865520 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3397.82 s
Current children cumulated vsize: 657092 KiB
Current children cumulated memory: 479156 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.29 4.25 5/255 841162
/proc/meminfo: memFree=126124048/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=647164 memory=476420 CPUtime=3457.72 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 420599 0 0 0 344358 1414 0 0 20 0 2 0 163865377 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 161791 119105 3369 46 0 134386 0
[pid=839110/tid=839114] ppid=839108 vsize=647164 memory=2736 CPUtime=3.67 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 162 0 0 0 92 275 0 0 20 0 2 0 163865520 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3457.72 s
Current children cumulated vsize: 657092 KiB
Current children cumulated memory: 479156 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.24 4.23 5/253 841172
/proc/meminfo: memFree=126123176/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=647164 memory=476420 CPUtime=3517.63 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 421300 0 0 0 350333 1430 0 0 20 0 2 0 163865377 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 161791 119105 3369 46 0 134386 0
[pid=839110/tid=839114] ppid=839108 vsize=647164 memory=11596 CPUtime=3.75 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 164 0 0 0 95 280 0 0 20 0 2 0 163865520 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3517.63 s
Current children cumulated vsize: 657092 KiB
Current children cumulated memory: 479156 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.22 4.23 4/246 841217
/proc/meminfo: memFree=126278408/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=647164 memory=476420 CPUtime=3577.53 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 421980 0 0 0 356305 1448 0 0 20 0 2 0 163865377 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 161791 119105 3369 46 0 134386 0
[pid=839110/tid=839114] ppid=839108 vsize=647164 memory=11596 CPUtime=3.82 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 166 0 0 0 97 285 0 0 20 0 2 0 163865520 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3577.53 s
Current children cumulated vsize: 657092 KiB
Current children cumulated memory: 479156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.8 s]
/proc/loadavg: 4.22 4.24 4.23 5/251 841282
/proc/meminfo: memFree=125627148/131655788 swapFree=131071996/131071996
[pid=839108] ppid=839105 vsize=9928 memory=2736 CPUtime=0 cores=4,6
/proc/839108/stat : 839108 (run-glibc-2.34.) S 839105 839108 836455 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 163865377 10166272 684 134679101440 94426037534720 94426038614040 140725060650400 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94426040712496 94426040759684 94426072797184 140725060654015 140725060654172 140725060654172 140725060661187 0
/proc/839108/statm: 2482 684 603 264 0 133 0
[pid=839110] ppid=839108 vsize=647164 memory=476420 CPUtime=3600 cores=4,6
/proc/839110/stat : 839110 (ld-linux-x86-64) R 839108 839108 836455 0 -1 4194304 421989 0 0 0 358545 1455 0 0 20 0 2 0 163865377 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
/proc/839110/statm: 161791 119105 3369 46 0 134386 0
[pid=839110/tid=839114] ppid=839108 vsize=647164 memory=476420 CPUtime=3.85 cores=4,6
/proc/839110/task/839114/stat : 839114 (ld-linux-x86-64) S 839108 839108 836455 0 -1 1077936192 166 0 0 0 98 287 0 0 20 0 2 0 163865520 662695936 119105 134679101440 140516219322368 140516219509980 140731978580432 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 140516221610880 140516221620328 93824992583680 140731978589015 140731978589179 140731978589179 140731978596274 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 657092 KiB
Current children cumulated memory: 479156 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3585.46 s, system=14.5548 s

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

Child status: 143

Real time (s): 3604.81
CPU time (s): 3600.02
CPU user time (s): 3585.46
CPU system time (s): 14.5548
CPU usage (%): 99.8671
Max. virtual memory (cumulated for all children) (KiB): 657092
Max. memory (cumulated for all children) (KiB): 479156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.46
system time used= 14.5548
maximum resident set size= 476420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 422204
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= 353756
involuntary context switches= 1089


# summary of solver processes directly reported to runsolver:
#   pid: 839108
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3585.46
#   total CPU system time (s): 14.5548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4314 second user time and 36.6316 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-16 10:05:04
IDJOB=4431205
IDBENCH=149353
IDSOLVER=3055
FILE ID=nodeC003/4431205-1721117092
RUNJOBID= nodeC003-1721113478-836466
SLURM_JOB_ID= 7505646
Free space on /tmp= 723636 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j120opt/normalized-j12051_4.std.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431205-1721117092/watcher-4431205-1721117092 -o /tmp/evaluation-result-4431205-1721117092/solver-4431205-1721117092 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721113478-836466 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431205-1721117092.opb

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

MD5SUM BENCH= ce5fda4b250413a1cb40a57b098d0841
RANDOM SEED=1401920397

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127225436 kB
MemAvailable:   129559896 kB
Buffers:          410036 kB
Cached:          2740696 kB
SwapCached:            0 kB
Active:           701052 kB
Inactive:        3147184 kB
Active(anon):       1476 kB
Inactive(anon):   733736 kB
Active(file):     699576 kB
Inactive(file):  2413448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            149460 kB
Writeback:             0 kB
AnonPages:        697584 kB
Mapped:           119444 kB
Shmem:             37704 kB
KReclaimable:     122936 kB
Slab:             223440 kB
SReclaimable:     122936 kB
SUnreclaim:       100504 kB
KernelStack:        4000 kB
PageTables:        11096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1150384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52192 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      254792 kB
DirectMap2M:    22718464 kB
DirectMap1G:    113246208 kB

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