Trace number 4430975

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.06 3610.51

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16d1.opb
MD5SUM0fb7b9dc188f1b53ec311352ea5d5560
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 benchmark890
Best CPU time to get the best result obtained on this benchmark3478.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2460
Total number of constraints17131
Number of constraints which are clauses17131
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint16
Number of terms in the objective function 2460
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 2460
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2460
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100934 s]*
/proc/loadavg: 4.20 4.33 4.21 5/262 822733
/proc/meminfo: memFree=123513396/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=151552 memory=35340 CPUtime=0.08 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 5938 0 0 0 7 1 0 0 20 0 2 0 159388666 155189248 8835 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 37888 8835 2754 46 0 10483 0
[pid=822732/tid=822733] ppid=822730 vsize=151552 memory=4026561614 CPUtime=0 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159388671 155189248 8835 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 161480 KiB
Current children cumulated memory: 38040 KiB

[startup+0.206919 s]*
/proc/loadavg: 4.20 4.33 4.21 5/262 822733
/proc/meminfo: memFree=123502304/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=154324 memory=37448 CPUtime=0.18 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 6527 0 0 0 15 3 0 0 20 0 2 0 159388666 158027776 9362 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 38581 9362 2754 46 0 11176 0
[pid=822732/tid=822733] ppid=822730 vsize=154324 memory=3471202400344241230 CPUtime=0 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159388671 158027776 9362 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 164252 KiB
Current children cumulated memory: 40148 KiB

[startup+0.305935 s]*
/proc/loadavg: 4.20 4.33 4.21 5/262 822733
/proc/meminfo: memFree=123476780/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=191156 memory=59000 CPUtime=0.28 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 11702 0 0 0 23 5 0 0 20 0 2 0 159388666 195743744 14750 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 47789 14750 3421 46 0 20384 0
[pid=822732/tid=822733] ppid=822730 vsize=191156 memory=-8682310704638617957 CPUtime=0 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159388671 195743744 14750 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 201084 KiB
Current children cumulated memory: 61700 KiB

[startup+0.700244 s]
/proc/loadavg: 4.20 4.33 4.21 6/262 822733
/proc/meminfo: memFree=123452996/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=228516 memory=77160 CPUtime=0.66 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 22159 0 0 0 59 7 0 0 20 0 2 0 159388666 234000384 19290 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 57129 19290 3879 46 0 29724 0
[pid=822732/tid=822733] ppid=822730 vsize=228516 memory=1832 CPUtime=0 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159388671 234000384 19290 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 238444 KiB
Current children cumulated memory: 79860 KiB

[startup+1.50026 s]
/proc/loadavg: 4.20 4.33 4.21 5/262 822733
/proc/meminfo: memFree=123432396/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=303892 memory=110964 CPUtime=1.46 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 32462 0 0 0 137 9 0 0 20 0 2 0 159388666 311185408 27741 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 75973 27741 4021 46 0 48568 0
[pid=822732/tid=822733] ppid=822730 vsize=303892 memory=11440 CPUtime=0 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 159388671 311185408 27257 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 313820 KiB
Current children cumulated memory: 113664 KiB

[startup+3.10588 s]
/proc/loadavg: 4.18 4.33 4.21 5/262 822733
/proc/meminfo: memFree=123382020/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=246860 memory=104144 CPUtime=3.06 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 40708 0 0 0 296 10 0 0 20 0 2 0 159388666 252784640 26036 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 61715 26036 4051 46 0 34310 0
[pid=822732/tid=822733] ppid=822730 vsize=246860 memory=2700 CPUtime=0 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 159388671 252784640 26036 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 256788 KiB
Current children cumulated memory: 106844 KiB

[startup+6.30024 s]
/proc/loadavg: 4.18 4.33 4.21 5/262 822733
/proc/meminfo: memFree=123291408/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=274260 memory=126792 CPUtime=6.24 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 50532 0 0 0 613 11 0 0 20 0 2 0 159388666 280842240 31698 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 68565 31698 4066 46 0 41160 0
[pid=822732/tid=822733] ppid=822730 vsize=274260 memory=2700 CPUtime=0 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 159388671 280842240 31698 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 284188 KiB
Current children cumulated memory: 129492 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.32 4.21 5/262 822735
/proc/meminfo: memFree=123133428/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=331040 memory=163272 CPUtime=12.62 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 70202 0 0 0 1249 13 0 0 20 0 2 0 159388666 338984960 40818 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 82760 40818 4066 46 0 55355 0
[pid=822732/tid=822733] ppid=822730 vsize=331040 memory=2700 CPUtime=0 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 2 0 159388671 338984960 40818 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 340968 KiB
Current children cumulated memory: 165972 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.31 4.20 5/262 822736
/proc/meminfo: memFree=122949004/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=379464 memory=210604 CPUtime=25.39 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 119106 0 0 0 2516 23 0 0 20 0 2 0 159388666 388571136 52651 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 94866 52651 4066 46 0 67461 0
[pid=822732/tid=822733] ppid=822730 vsize=379464 memory=168964 CPUtime=0.01 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 21 0 0 0 0 1 0 0 20 0 2 0 159388671 388571136 52651 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 389392 KiB
Current children cumulated memory: 213304 KiB

[startup+51.106 s]
/proc/loadavg: 4.15 4.30 4.20 5/262 822741
/proc/meminfo: memFree=122726756/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=371548 memory=216436 CPUtime=50.92 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 172820 0 1 0 5056 36 0 0 20 0 2 0 159388666 380465152 54109 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 92887 54109 4082 46 0 65482 0
[pid=822732/tid=822733] ppid=822730 vsize=371548 memory=2700 CPUtime=0.02 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 32 0 0 0 0 2 0 0 20 0 2 0 159388671 380465152 54109 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 381476 KiB
Current children cumulated memory: 219136 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.25 4.19 5/262 822750
/proc/meminfo: memFree=122656840/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=397748 memory=254940 CPUtime=101.97 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 196170 0 1 0 10157 40 0 0 20 0 2 0 159388666 407293952 63735 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 99437 63735 4082 46 0 72032 0
[pid=822732/tid=822733] ppid=822730 vsize=397748 memory=11440 CPUtime=0.04 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 40 0 0 0 1 3 0 0 20 0 2 0 159388671 407293952 63735 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 407676 KiB
Current children cumulated memory: 257640 KiB

[startup+162.3 s]

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

/proc/822732/statm: 132215 97686 4082 46 0 104810 0
[pid=822732/tid=822733] ppid=822730 vsize=528860 memory=2700 CPUtime=1.67 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 150 0 0 0 59 108 0 0 20 0 2 0 159388671 541552640 97686 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3153.27 s
Current children cumulated vsize: 538788 KiB
Current children cumulated memory: 393444 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.10 4.10 5/265 824595
/proc/meminfo: memFree=120564184/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=528860 memory=392620 CPUtime=3213.07 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 512442 0 1 0 321052 255 0 0 20 0 2 0 159388666 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 132215 98155 4082 46 0 104810 0
[pid=822732/tid=822733] ppid=822730 vsize=528860 memory=2700 CPUtime=1.71 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 151 0 0 0 61 110 0 0 20 0 2 0 159388671 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3213.07 s
Current children cumulated vsize: 538788 KiB
Current children cumulated memory: 395320 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.11 4.10 5/266 824665
/proc/meminfo: memFree=119145548/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=528860 memory=392620 CPUtime=3272.89 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 512578 0 1 0 327031 258 0 0 20 0 2 0 159388666 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 132215 98155 4082 46 0 104810 0
[pid=822732/tid=822733] ppid=822730 vsize=528860 memory=2700 CPUtime=1.74 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 152 0 0 0 62 112 0 0 20 0 2 0 159388671 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3272.89 s
Current children cumulated vsize: 538788 KiB
Current children cumulated memory: 395320 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 824676
/proc/meminfo: memFree=120508048/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=528860 memory=392620 CPUtime=3332.69 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 512685 0 1 0 333009 260 0 0 20 0 2 0 159388666 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 132215 98155 4082 46 0 104810 0
[pid=822732/tid=822733] ppid=822730 vsize=528860 memory=2700 CPUtime=1.78 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 153 0 0 0 64 114 0 0 20 0 2 0 159388671 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3332.69 s
Current children cumulated vsize: 538788 KiB
Current children cumulated memory: 395320 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 824687
/proc/meminfo: memFree=118870168/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=528860 memory=392620 CPUtime=3392.5 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 512808 0 1 0 338987 263 0 0 20 0 2 0 159388666 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 132215 98155 4082 46 0 104810 0
[pid=822732/tid=822733] ppid=822730 vsize=528860 memory=2700 CPUtime=1.82 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 154 0 0 0 66 116 0 0 20 0 2 0 159388671 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3392.5 s
Current children cumulated vsize: 538788 KiB
Current children cumulated memory: 395320 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.12 4.10 5/265 824698
/proc/meminfo: memFree=120495520/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=528860 memory=392620 CPUtime=3452.31 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 512928 0 1 0 344965 266 0 0 20 0 2 0 159388666 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 132215 98155 4082 46 0 104810 0
[pid=822732/tid=822733] ppid=822730 vsize=528860 memory=2700 CPUtime=1.86 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 155 0 0 0 67 119 0 0 20 0 2 0 159388671 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3452.31 s
Current children cumulated vsize: 538788 KiB
Current children cumulated memory: 395320 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 824708
/proc/meminfo: memFree=120665960/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=528860 memory=392620 CPUtime=3512.12 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 513073 0 1 0 350942 270 0 0 20 0 2 0 159388666 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 132215 98155 4082 46 0 104810 0
[pid=822732/tid=822733] ppid=822730 vsize=528860 memory=2700 CPUtime=1.89 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 156 0 0 0 68 121 0 0 20 0 2 0 159388671 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3512.12 s
Current children cumulated vsize: 538788 KiB
Current children cumulated memory: 395320 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/262 824718
/proc/meminfo: memFree=119798052/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=528860 memory=392620 CPUtime=3571.94 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 513202 0 1 0 356921 273 0 0 20 0 2 0 159388666 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 132215 98155 4082 46 0 104810 0
[pid=822732/tid=822733] ppid=822730 vsize=528860 memory=392620 CPUtime=1.92 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) S 822730 822730 820378 0 -1 1077936192 157 0 0 0 69 123 0 0 20 0 2 0 159388671 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3571.94 s
Current children cumulated vsize: 538788 KiB
Current children cumulated memory: 395320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.14 4.12 4.09 5/262 824818
/proc/meminfo: memFree=123144936/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=528860 memory=392620 CPUtime=3600.04 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 513284 0 1 0 359729 275 0 0 20 0 2 0 159388666 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 132215 98155 4082 46 0 104810 0
[pid=822732/tid=822733] ppid=822730 vsize=528860 memory=2700 CPUtime=1.94 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) R 822730 822730 820378 0 -1 1077936192 157 0 0 0 69 125 0 0 20 0 2 0 159388671 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 538788 KiB
Current children cumulated memory: 395320 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.3 s, system=2.75859 s

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

[startup+3610.5 s]
/proc/loadavg: 4.14 4.12 4.09 5/262 824818
/proc/meminfo: memFree=123144936/131524596 swapFree=131071996/131071996
[pid=822730] ppid=822727 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/822730/stat : 822730 (run-glibc-2.34.) S 822727 822730 820378 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 159388666 10166272 675 134679101440 94072326287360 94072327366680 140723252836480 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072329465136 94072329512324 94072361775104 140723252839359 140723252839516 140723252839516 140723252846531 0
/proc/822730/statm: 2482 675 595 264 0 133 0
[pid=822732] ppid=822730 vsize=528860 memory=392620 CPUtime=3600.04 cores=0,2
/proc/822732/stat : 822732 (ld-linux-x86-64) R 822730 822730 820378 0 -1 4194304 513284 0 1 0 359729 275 0 0 20 0 2 0 159388666 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
/proc/822732/statm: 132215 98155 4082 46 0 104810 0
[pid=822732/tid=822733] ppid=822730 vsize=528860 memory=2700 CPUtime=1.94 cores=0,2
/proc/822732/task/822733/stat : 822733 (ld-linux-x86-64) R 822730 822730 820378 0 -1 1077936192 157 0 0 0 69 125 0 0 20 0 2 0 159388671 541552640 98155 134679101440 139660704800768 139660704988380 140721839493056 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 139660707089280 139660707098728 93825012129792 140721839498071 140721839498235 140721839498235 140721839505330 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 538788 KiB
Current children cumulated memory: 395320 KiB

Child status: 143

Real time (s): 3610.51
CPU time (s): 3600.06
CPU user time (s): 3597.3
CPU system time (s): 2.75859
CPU usage (%): 99.7106
Max. virtual memory (cumulated for all children) (KiB): 553432
Max. memory (cumulated for all children) (KiB): 396644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.3
system time used= 2.75859
maximum resident set size= 393944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513499
page faults= 1
swaps= 0
block input operations= 168
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357538
involuntary context switches= 25210


# summary of solver processes directly reported to runsolver:
#   pid: 822730
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.3
#   total CPU system time (s): 2.75859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.21363 second user time and 18.2528 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-15 21:36:34
IDJOB=4430975
IDBENCH=147037
IDSOLVER=3055
FILE ID=nodeC034/4430975-1721072181
RUNJOBID= nodeC034-1721068582-820388
SLURM_JOB_ID= 7505522
Free space on /tmp= 889956 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii16d1.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-4430975-1721072181/watcher-4430975-1721072181 -o /tmp/evaluation-result-4430975-1721072181/solver-4430975-1721072181 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721068582-820388 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4430975-1721072181.opb

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

MD5SUM BENCH= 0fb7b9dc188f1b53ec311352ea5d5560
RANDOM SEED=1398839118

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        123540652 kB
MemAvailable:   129421200 kB
Buffers:          372332 kB
Cached:          6274944 kB
SwapCached:            0 kB
Active:           681512 kB
Inactive:        6552488 kB
Active(anon):       1532 kB
Inactive(anon):   622908 kB
Active(file):     679980 kB
Inactive(file):  5929580 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            171732 kB
Writeback:             0 kB
AnonPages:        586732 kB
Mapped:           120604 kB
Shmem:             37720 kB
KReclaimable:     221624 kB
Slab:             342876 kB
SReclaimable:     221624 kB
SUnreclaim:       121252 kB
KernelStack:        4188 kB
PageTables:        10828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    1075152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62272 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      250580 kB
DirectMap2M:    28882944 kB
DirectMap1G:    106954752 kB

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