Trace number 4431127

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.05 3604.31

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_9.opb
MD5SUMf8bb64a53a6bd967b0f0fe9129c8144f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark976.674
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14352
Total number of constraints53247
Number of constraints which are clauses53237
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint1
Maximum length of a constraint1036
Number of terms in the objective function 1036
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 1036
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1068
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.21/0.29	c initialize IPBHS solver
0.21/0.29	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.21/0.29	c optimizer = "gurobi"
0.21/0.29	c pbsolver = "roundingsat"
0.21/0.29	c load symmetries from file ""
0.21/0.29	c set time limit for symmetry computation to 100 seconds.
0.21/0.29	c set interchangeable summation variable limit to 3
0.21/0.29	c find symmetric cores by applying each permutation and add them to optimizer
0.21/0.29	c set abs symmetric core budget per WCE-iteration to 100
0.21/0.29	c set rel symmetric core budget per WCE-iteration to 0
0.21/0.29	c set lit symmetric core budget per WCE-iteration to 0
0.21/0.29	c set sym generation to 's'
0.21/0.29	c set abstraction set creation to 10 iterations without LB change
0.21/0.29	c set abstraction set inputs to 0
0.21/0.29	c set abstraction set cluster min size to 2
0.21/0.29	c set abstraction set cluster max size to 100000000
0.21/0.29	c set abstraction set cluster activation limit to 2
0.21/0.29	c enable abstraction set require equal cost
0.21/0.29	c set abstraction set assumptions to 0
0.21/0.29	c set abstraction set constraint type to 0
0.21/0.29	c set abstract core extraction strategy to b
0.21/0.29	c set core extraction strategy to 2
0.21/0.29	c set core extraction shuffles 10
0.21/0.29	c set cores per iteration to 5
0.21/0.29	c set optimizer bound usage strategy to 2
0.21/0.29	c set optimizer max non-optimal iterations to 1000
0.21/0.29	c set small core cardinality limit to 2
0.21/0.29	c set max coef in cores to 1000000000
0.21/0.29	c set SIS iterations to 5
0.21/0.29	c set SIS budget abs to 1000
0.21/0.29	c set SIS budget rel to 0.05
0.21/0.29	c limit for coefficient in constraints and objective to 9223372036854775807
0.21/0.29	c will solve HOME/instance-4431127-1721113313.opb
3600.03/3604.30	HOME/run-glibc-2.34.sh: line 2: 844059 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 (62445 MiB free)
  memory of node 1: 64510 MiB (61722 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431127-1721113313/watcher-4431127-1721113313 -o /tmp/evaluation-result-4431127-1721113313/solver-4431127-1721113313 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721108140-840471 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431127-1721113313.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=844057, runsolver pid=844054

[startup+0.100094 s]*
/proc/loadavg: 4.20 4.46 4.34 5/253 844059
/proc/meminfo: memFree=127134384/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=100992 memory=24208 CPUtime=0.1 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 4577 0 0 0 7 3 0 0 20 0 1 0 163489372 103415808 5986 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 25248 5986 1678 46 0 5863 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 110920 KiB
Current children cumulated memory: 26960 KiB

[startup+0.214111 s]*
/proc/loadavg: 4.20 4.46 4.34 5/254 844060
/proc/meminfo: memFree=127092972/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=180816 memory=67036 CPUtime=0.21 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 13351 0 0 0 15 6 0 0 20 0 2 0 163489372 185155584 16759 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 45204 16759 2721 46 0 17799 0
[pid=844059/tid=844060] ppid=844057 vsize=180816 memory=3471202400344241230 CPUtime=0 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) R 844057 844057 840458 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163489387 185155584 16759 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 190744 KiB
Current children cumulated memory: 69788 KiB

[startup+0.314537 s]*
/proc/loadavg: 4.20 4.46 4.34 5/254 844060
/proc/meminfo: memFree=127084040/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=186980 memory=73476 CPUtime=0.31 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 16055 0 0 0 25 6 0 0 20 0 2 0 163489372 191467520 18369 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 46745 18369 2721 46 0 19340 0
[pid=844059/tid=844060] ppid=844057 vsize=186980 memory=-9186148683829569379 CPUtime=0 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163489387 191467520 18369 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 196908 KiB
Current children cumulated memory: 76228 KiB

[startup+0.700481 s]
/proc/loadavg: 4.20 4.46 4.34 5/254 844060
/proc/meminfo: memFree=127078860/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=193284 memory=79640 CPUtime=0.68 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 17483 0 0 0 60 8 0 0 20 0 2 0 163489372 197922816 19910 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 48321 19910 2888 46 0 20916 0
[pid=844059/tid=844060] ppid=844057 vsize=193284 memory=0 CPUtime=0 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163489387 197922816 19910 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 203212 KiB
Current children cumulated memory: 82392 KiB

[startup+1.50045 s]
/proc/loadavg: 4.20 4.46 4.34 5/254 844060
/proc/meminfo: memFree=127078832/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=193284 memory=82388 CPUtime=1.48 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 17525 0 0 0 138 10 0 0 20 0 2 0 163489372 197922816 20597 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 48321 20597 3551 46 0 20916 0
[pid=844059/tid=844060] ppid=844057 vsize=193284 memory=79640 CPUtime=0 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 163489387 197922816 20597 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 203212 KiB
Current children cumulated memory: 85140 KiB

[startup+3.11355 s]
/proc/loadavg: 4.20 4.46 4.34 5/254 844060
/proc/meminfo: memFree=127071732/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=200424 memory=88936 CPUtime=3.09 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 21827 0 0 0 298 11 0 0 20 0 2 0 163489372 205234176 22234 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 50106 22234 3551 46 0 22701 0
[pid=844059/tid=844060] ppid=844057 vsize=200424 memory=-9186148683829569379 CPUtime=0 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 163489387 205234176 22234 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 210352 KiB
Current children cumulated memory: 91688 KiB

[startup+6.30041 s]
/proc/loadavg: 4.19 4.46 4.34 5/254 844060
/proc/meminfo: memFree=127065304/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=207604 memory=95428 CPUtime=6.28 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 30039 0 0 0 615 13 0 0 20 0 2 0 163489372 212586496 23857 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 51901 23857 3551 46 0 24496 0
[pid=844059/tid=844060] ppid=844057 vsize=207604 memory=89476 CPUtime=0 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 163489387 212586496 23857 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 217532 KiB
Current children cumulated memory: 98180 KiB

[startup+12.7004 s]
/proc/loadavg: 4.17 4.45 4.34 5/254 844061
/proc/meminfo: memFree=127051668/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=219280 memory=109428 CPUtime=12.67 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 50341 0 0 0 1250 17 0 0 20 0 2 0 163489372 224542720 27357 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 54820 27357 3551 46 0 27415 0
[pid=844059/tid=844060] ppid=844057 vsize=219280 memory=12440 CPUtime=0 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) R 844057 844057 840458 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 163489387 224542720 27357 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 229208 KiB
Current children cumulated memory: 112180 KiB

[startup+25.5005 s]
/proc/loadavg: 4.13 4.43 4.33 5/254 844065
/proc/meminfo: memFree=127046984/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=238248 memory=112736 CPUtime=25.45 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 73293 0 0 0 2521 24 0 0 20 0 2 0 163489372 243965952 28184 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 59562 28184 3551 46 0 32157 0
[pid=844059/tid=844060] ppid=844057 vsize=238248 memory=2752 CPUtime=0.01 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 25 0 0 0 0 1 0 0 20 0 2 0 163489387 243965952 28184 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 248176 KiB
Current children cumulated memory: 115488 KiB

[startup+51.1138 s]
/proc/loadavg: 4.22 4.42 4.34 5/254 844070
/proc/meminfo: memFree=127031876/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=238248 memory=127072 CPUtime=51.04 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 114415 0 0 0 5070 34 0 0 20 0 2 0 163489372 243965952 31768 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 59562 31768 3551 46 0 32157 0
[pid=844059/tid=844060] ppid=844057 vsize=238248 memory=125024 CPUtime=0.04 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 39 0 0 0 1 3 0 0 20 0 2 0 163489387 243965952 31768 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 248176 KiB
Current children cumulated memory: 129824 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.37 4.32 5/254 844079
/proc/meminfo: memFree=126960736/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=269068 memory=151836 CPUtime=102.17 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 148390 0 0 0 10170 47 0 0 20 0 2 0 163489372 275525632 37959 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 67267 37959 3551 46 0 39862 0
[pid=844059/tid=844060] ppid=844057 vsize=269068 memory=2752 CPUtime=0.11 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 49 0 0 0 3 8 0 0 20 0 2 0 163489387 275525632 37959 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 102.17 s
Current children cumulated vsize: 278996 KiB
Current children cumulated memory: 154588 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.33 4.31 5/253 844089
/proc/meminfo: memFree=126893524/131655788 swapFree=131071996/131071996

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

/proc/844059/statm: 158934 110069 3551 46 0 131529 0
[pid=844059/tid=844060] ppid=844057 vsize=635736 memory=2752 CPUtime=3.5 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 169 0 0 0 93 257 0 0 20 0 2 0 163489387 650993664 110069 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3158.63 s
Current children cumulated vsize: 645664 KiB
Current children cumulated memory: 443028 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.21 4.18 5/251 845844
/proc/meminfo: memFree=126539600/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=635736 memory=440440 CPUtime=3218.54 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 598783 0 0 0 320954 900 0 0 20 0 2 0 163489372 650993664 110110 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 158934 110110 3551 46 0 131529 0
[pid=844059/tid=844060] ppid=844057 vsize=635736 memory=2752 CPUtime=3.56 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 171 0 0 0 94 262 0 0 20 0 2 0 163489387 650993664 110110 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3218.54 s
Current children cumulated vsize: 645664 KiB
Current children cumulated memory: 443192 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.20 4.18 5/250 845855
/proc/meminfo: memFree=126538876/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=635736 memory=440440 CPUtime=3278.45 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 601091 0 0 0 326934 911 0 0 20 0 2 0 163489372 650993664 110110 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 158934 110110 3551 46 0 131529 0
[pid=844059/tid=844060] ppid=844057 vsize=635736 memory=440440 CPUtime=3.62 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 173 0 0 0 96 266 0 0 20 0 2 0 163489387 650993664 110110 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3278.45 s
Current children cumulated vsize: 645664 KiB
Current children cumulated memory: 443192 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.19 4.18 5/250 845866
/proc/meminfo: memFree=126499976/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=636988 memory=478556 CPUtime=3338.37 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 604431 0 0 0 332912 925 0 0 20 0 2 0 163489372 652275712 119639 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 159247 119639 3551 46 0 131842 0
[pid=844059/tid=844060] ppid=844057 vsize=636988 memory=478556 CPUtime=3.68 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 175 0 0 0 97 271 0 0 20 0 2 0 163489387 652275712 119639 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3338.37 s
Current children cumulated vsize: 646916 KiB
Current children cumulated memory: 481308 KiB

[startup+3402.3 s]
/proc/loadavg: 5.02 4.43 4.27 5/252 846046
/proc/meminfo: memFree=126496172/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=636988 memory=478556 CPUtime=3398.28 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 607087 0 0 0 338893 935 0 0 20 0 2 0 163489372 652275712 119639 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 159247 119639 3551 46 0 131842 0
[pid=844059/tid=844060] ppid=844057 vsize=636988 memory=2752 CPUtime=3.74 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 177 0 0 0 99 275 0 0 20 0 2 0 163489387 652275712 119639 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3398.28 s
Current children cumulated vsize: 646916 KiB
Current children cumulated memory: 481308 KiB

[startup+3462.3 s]
/proc/loadavg: 4.43 4.37 4.26 5/252 846057
/proc/meminfo: memFree=126492060/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=639024 memory=480456 CPUtime=3458.19 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 610680 0 0 0 344873 946 0 0 20 0 2 0 163489372 654360576 120114 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 159756 120114 3551 46 0 132351 0
[pid=844059/tid=844060] ppid=844057 vsize=639024 memory=2752 CPUtime=3.81 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 179 0 0 0 101 280 0 0 20 0 2 0 163489387 654360576 120114 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3458.19 s
Current children cumulated vsize: 648952 KiB
Current children cumulated memory: 483208 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.31 4.24 5/254 846071
/proc/meminfo: memFree=126487728/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=640792 memory=483308 CPUtime=3518.11 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 611710 0 0 0 350853 958 0 0 20 0 2 0 163489372 656171008 120827 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 160198 120827 3551 46 0 132793 0
[pid=844059/tid=844060] ppid=844057 vsize=640792 memory=2752 CPUtime=3.87 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 181 0 0 0 102 285 0 0 20 0 2 0 163489387 656171008 120827 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3518.11 s
Current children cumulated vsize: 650720 KiB
Current children cumulated memory: 486060 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.28 4.24 5/253 846092
/proc/meminfo: memFree=126485200/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=640792 memory=483472 CPUtime=3578.05 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 612185 0 0 0 356837 968 0 0 20 0 2 0 163489372 656171008 120868 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 160198 120868 3551 46 0 132793 0
[pid=844059/tid=844060] ppid=844057 vsize=640792 memory=12440 CPUtime=3.93 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 183 0 0 0 103 290 0 0 20 0 2 0 163489387 656171008 120868 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3578.05 s
Current children cumulated vsize: 650720 KiB
Current children cumulated memory: 486224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.3 s]
/proc/loadavg: 4.11 4.26 4.23 5/253 846095
/proc/meminfo: memFree=126485084/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=640792 memory=483472 CPUtime=3600.03 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 612609 0 0 0 359032 971 0 0 20 0 2 0 163489372 656171008 120868 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 160198 120868 3551 46 0 132793 0
[pid=844059/tid=844060] ppid=844057 vsize=640792 memory=2752 CPUtime=3.96 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 183 0 0 0 104 292 0 0 20 0 2 0 163489387 656171008 120868 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 650720 KiB
Current children cumulated memory: 486224 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3590.33 s, system=9.71673 s

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

[startup+3604.3 s]
/proc/loadavg: 4.11 4.26 4.23 5/253 846095
/proc/meminfo: memFree=126485084/131655788 swapFree=131071996/131071996
[pid=844057] ppid=844054 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/844057/stat : 844057 (run-glibc-2.34.) S 844054 844057 840458 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 163489371 10166272 688 134679101440 94347994357760 94347995437080 140728080322224 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94347997535536 94347997582724 94348012511232 140728080323519 140728080323676 140728080323676 140728080330691 0
/proc/844057/statm: 2482 688 608 264 0 133 0
[pid=844059] ppid=844057 vsize=640792 memory=483472 CPUtime=3600.03 cores=5,7
/proc/844059/stat : 844059 (ld-linux-x86-64) R 844057 844057 840458 0 -1 4194304 612609 0 0 0 359032 971 0 0 20 0 2 0 163489372 656171008 120868 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
/proc/844059/statm: 160198 120868 3551 46 0 132793 0
[pid=844059/tid=844060] ppid=844057 vsize=640792 memory=2752 CPUtime=3.96 cores=5,7
/proc/844059/task/844060/stat : 844060 (ld-linux-x86-64) S 844057 844057 840458 0 -1 1077936192 183 0 0 0 104 292 0 0 20 0 2 0 163489387 656171008 120868 134679101440 139959450304512 139959450492124 140733051748112 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139959452593024 139959452602472 93825001373696 140733051753303 140733051753467 140733051753467 140733051760562 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 650720 KiB
Current children cumulated memory: 486224 KiB

Child status: 143

Real time (s): 3604.31
CPU time (s): 3600.05
CPU user time (s): 3590.33
CPU system time (s): 9.71673
CPU usage (%): 99.8818
Max. virtual memory (cumulated for all children) (KiB): 650720
Max. memory (cumulated for all children) (KiB): 486224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.33
system time used= 9.71673
maximum resident set size= 483472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 612823
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= 354195
involuntary context switches= 2052


# summary of solver processes directly reported to runsolver:
#   pid: 844057
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3590.33
#   total CPU system time (s): 9.71673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4866 second user time and 38.6674 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-16 09:02:06
IDJOB=4431127
IDBENCH=148188
IDSOLVER=3055
FILE ID=nodeC002/4431127-1721113313
RUNJOBID= nodeC002-1721108140-840471
SLURM_JOB_ID= 7505639
Free space on /tmp= 723652 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_9.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-4431127-1721113313/watcher-4431127-1721113313 -o /tmp/evaluation-result-4431127-1721113313/solver-4431127-1721113313 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721108140-840471 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431127-1721113313.opb

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

MD5SUM BENCH= f8bb64a53a6bd967b0f0fe9129c8144f
RANDOM SEED=1993642944

nodeC002.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		: 3493.644
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.38
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		: 3655.802
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.303
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.38
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.186
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.31
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		: 3648.576
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.38
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		: 3522.648
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.330
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.38
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.157
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127148532 kB
MemAvailable:   128756488 kB
Buffers:          422708 kB
Cached:          2011412 kB
SwapCached:            0 kB
Active:           719072 kB
Inactive:        3223632 kB
Active(anon):       2748 kB
Inactive(anon):  1543532 kB
Active(file):     716324 kB
Inactive(file):  1680100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             43084 kB
Writeback:             0 kB
AnonPages:       1505644 kB
Mapped:           122252 kB
Shmem:             37704 kB
KReclaimable:     103128 kB
Slab:             202512 kB
SReclaimable:     103128 kB
SUnreclaim:        99384 kB
KernelStack:        4092 kB
PageTables:        12708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1976892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53792 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 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:      201544 kB
DirectMap2M:    20674560 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723600 MiB
End job on nodeC002 at 2024-07-16 10:02:10