Trace number 4431309

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.04 3606.12

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep6.5.opb
MD5SUMbb1eb546b1769ca27e4515a55d388d8e
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 benchmark43
Best CPU time to get the best result obtained on this benchmark2078.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26661
Number of constraints which are cardinality constraints (but not clauses)235
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=859380, runsolver pid=859377

[startup+0.100099 s]*
/proc/loadavg: 4.16 4.15 4.13 5/250 859382
/proc/meminfo: memFree=125325172/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=93860 memory=14112 CPUtime=0.1 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 2326 0 0 0 9 1 0 0 20 0 1 0 168064564 96112640 3528 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 23465 3528 1676 46 0 4080 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 103788 KiB
Current children cumulated memory: 16824 KiB

[startup+0.213534 s]*
/proc/loadavg: 4.16 4.15 4.13 7/250 859382
/proc/meminfo: memFree=125316580/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=131328 memory=23548 CPUtime=0.21 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 4024 0 0 0 15 6 0 0 20 0 1 0 168064564 134479872 5887 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 32832 5887 2417 46 0 5428 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 141256 KiB
Current children cumulated memory: 26260 KiB

[startup+0.313487 s]*
/proc/loadavg: 4.16 4.15 4.13 5/251 859383
/proc/meminfo: memFree=125291372/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=165624 memory=49580 CPUtime=0.31 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 9447 0 0 0 24 7 0 0 20 0 2 0 168064564 169598976 12395 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 41406 12395 2700 46 0 14001 0
[pid=859382/tid=859383] ppid=859380 vsize=165624 memory=-8968567457334846050 CPUtime=0 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168064587 169598976 12395 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 175552 KiB
Current children cumulated memory: 52292 KiB

[startup+0.700434 s]
/proc/loadavg: 4.22 4.17 4.13 5/251 859383
/proc/meminfo: memFree=125283564/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=175004 memory=59504 CPUtime=0.68 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 13048 0 0 0 59 9 0 0 20 0 2 0 168064564 179204096 14876 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 43751 14876 2700 46 0 16346 0
[pid=859382/tid=859383] ppid=859380 vsize=175004 memory=0 CPUtime=0 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168064587 179204096 14876 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 184932 KiB
Current children cumulated memory: 62216 KiB

[startup+1.50041 s]
/proc/loadavg: 4.22 4.17 4.13 5/251 859383
/proc/meminfo: memFree=125271252/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=175004 memory=61552 CPUtime=1.48 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 13053 0 0 0 137 11 0 0 20 0 2 0 168064564 179204096 15388 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 43751 15388 2700 46 0 16346 0
[pid=859382/tid=859383] ppid=859380 vsize=175004 memory=0 CPUtime=0 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 168064587 179204096 15388 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 184932 KiB
Current children cumulated memory: 64264 KiB

[startup+3.11334 s]
/proc/loadavg: 4.22 4.17 4.13 5/251 859383
/proc/meminfo: memFree=125256336/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=175004 memory=65736 CPUtime=3.08 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 16636 0 0 0 280 28 0 0 20 0 2 0 168064564 179204096 16434 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 43751 16434 3734 46 0 16346 0
[pid=859382/tid=859383] ppid=859380 vsize=175004 memory=2712 CPUtime=0 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 168064587 179204096 16434 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 184932 KiB
Current children cumulated memory: 68448 KiB

[startup+6.30042 s]
/proc/loadavg: 4.20 4.16 4.13 5/251 859385
/proc/meminfo: memFree=125249824/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=175004 memory=65736 CPUtime=6.26 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 19004 0 0 0 592 34 0 0 20 0 2 0 168064564 179204096 16434 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 43751 16434 3734 46 0 16346 0
[pid=859382/tid=859383] ppid=859380 vsize=175004 memory=2712 CPUtime=0 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 168064587 179204096 16434 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 184932 KiB
Current children cumulated memory: 68448 KiB

[startup+12.7004 s]
/proc/loadavg: 4.27 4.18 4.14 5/251 859385
/proc/meminfo: memFree=125227344/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=175004 memory=66324 CPUtime=12.65 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 24028 0 0 0 1217 48 0 0 20 0 2 0 168064564 179204096 16581 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 43751 16581 3734 46 0 16346 0
[pid=859382/tid=859383] ppid=859380 vsize=175004 memory=164 CPUtime=0.01 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 16 0 0 0 0 1 0 0 20 0 2 0 168064587 179204096 16581 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 184932 KiB
Current children cumulated memory: 69036 KiB

[startup+25.5005 s]
/proc/loadavg: 4.31 4.19 4.14 5/251 859386
/proc/meminfo: memFree=125151628/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=177724 memory=68004 CPUtime=25.43 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 32467 0 0 0 2464 79 0 0 20 0 2 0 168064564 181989376 17001 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 44431 17001 3750 46 0 17026 0
[pid=859382/tid=859383] ppid=859380 vsize=177724 memory=67768 CPUtime=0.02 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 25 0 0 0 0 2 0 0 20 0 2 0 168064587 181989376 17001 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 187652 KiB
Current children cumulated memory: 70716 KiB

[startup+51.1134 s]
/proc/loadavg: 4.24 4.18 4.14 5/251 859391
/proc/meminfo: memFree=124868104/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=182144 memory=71516 CPUtime=50.98 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 46582 0 0 0 4964 134 0 0 20 0 2 0 168064564 186515456 17879 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 45536 17879 3750 46 0 18131 0
[pid=859382/tid=859383] ppid=859380 vsize=182144 memory=2712 CPUtime=0.05 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 37 0 0 0 1 4 0 0 20 0 2 0 168064587 186515456 17879 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 192072 KiB
Current children cumulated memory: 74228 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.17 4.14 5/249 859401
/proc/meminfo: memFree=124377568/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=182144 memory=73564 CPUtime=102.07 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 56239 0 0 0 9965 242 0 0 20 0 2 0 168064564 186515456 18391 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 45536 18391 3750 46 0 18131 0
[pid=859382/tid=859383] ppid=859380 vsize=182144 memory=2712 CPUtime=0.1 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 45 0 0 0 2 8 0 0 20 0 2 0 168064587 186515456 18391 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 192072 KiB
Current children cumulated memory: 76276 KiB

[startup+162.3 s]
/proc/loadavg: 4.30 4.20 4.15 5/249 859411
/proc/meminfo: memFree=124178644/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0

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

/proc/859382/statm: 97472 68362 3750 46 0 70067 0
[pid=859382/tid=859383] ppid=859380 vsize=389888 memory=273448 CPUtime=3.78 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 194 0 0 0 120 258 0 0 20 0 2 0 168064587 399245312 68362 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3156.9 s
Current children cumulated vsize: 399816 KiB
Current children cumulated memory: 276160 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.28 4.25 5/252 861192
/proc/meminfo: memFree=121112812/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=389888 memory=273448 CPUtime=3216.8 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 398681 0 0 0 316303 5377 0 0 20 0 2 0 168064564 399245312 68362 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 97472 68362 3750 46 0 70067 0
[pid=859382/tid=859383] ppid=859380 vsize=389888 memory=2712 CPUtime=3.85 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 196 0 0 0 123 262 0 0 20 0 2 0 168064587 399245312 68362 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3216.8 s
Current children cumulated vsize: 399816 KiB
Current children cumulated memory: 276160 KiB

[startup+3282.3 s]
/proc/loadavg: 3.82 4.17 4.21 4/243 861233
/proc/meminfo: memFree=125566380/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=390928 memory=274496 CPUtime=3276.69 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 403778 0 0 0 322164 5505 0 0 20 0 2 0 168064564 400310272 68624 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 97732 68624 3750 46 0 70327 0
[pid=859382/tid=859383] ppid=859380 vsize=390928 memory=2712 CPUtime=3.92 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 198 0 0 0 125 267 0 0 20 0 2 0 168064587 400310272 68624 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3276.69 s
Current children cumulated vsize: 400856 KiB
Current children cumulated memory: 277208 KiB

[startup+3342.3 s]
/proc/loadavg: 3.41 3.99 4.15 4/242 861244
/proc/meminfo: memFree=125552844/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=391456 memory=275016 CPUtime=3336.59 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 408371 0 0 0 328054 5605 0 0 20 0 2 0 168064564 400850944 68754 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 97864 68754 3750 46 0 70459 0
[pid=859382/tid=859383] ppid=859380 vsize=391456 memory=2712 CPUtime=3.98 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 200 0 0 0 126 272 0 0 20 0 2 0 168064587 400850944 68754 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3336.59 s
Current children cumulated vsize: 401384 KiB
Current children cumulated memory: 277728 KiB

[startup+3402.3 s]
/proc/loadavg: 3.16 3.82 4.08 3/235 861289
/proc/meminfo: memFree=127595564/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=394020 memory=277552 CPUtime=3396.48 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 413631 0 0 0 333941 5707 0 0 20 0 2 0 168064564 403476480 69388 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 98505 69388 3750 46 0 71100 0
[pid=859382/tid=859383] ppid=859380 vsize=394020 memory=2712 CPUtime=4.04 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 202 0 0 0 127 277 0 0 20 0 2 0 168064587 403476480 69388 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3396.48 s
Current children cumulated vsize: 403948 KiB
Current children cumulated memory: 280264 KiB

[startup+3462.3 s]
/proc/loadavg: 2.47 3.50 3.95 3/234 861299
/proc/meminfo: memFree=127591752/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=394020 memory=277680 CPUtime=3456.38 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 418036 0 0 0 339813 5825 0 0 20 0 2 0 168064564 403476480 69420 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 98505 69420 3750 46 0 71100 0
[pid=859382/tid=859383] ppid=859380 vsize=394020 memory=2712 CPUtime=4.1 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 204 0 0 0 128 282 0 0 20 0 2 0 168064587 403476480 69420 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3456.38 s
Current children cumulated vsize: 403948 KiB
Current children cumulated memory: 280392 KiB

[startup+3522.3 s]
/proc/loadavg: 2.34 3.27 3.84 3/234 861310
/proc/meminfo: memFree=127588032/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=394020 memory=280948 CPUtime=3516.29 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 420181 0 0 0 345670 5959 0 0 20 0 2 0 168064564 403476480 70237 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 98505 70237 3750 46 0 71100 0
[pid=859382/tid=859383] ppid=859380 vsize=394020 memory=2712 CPUtime=4.17 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 206 0 0 0 130 287 0 0 20 0 2 0 168064587 403476480 70237 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3516.29 s
Current children cumulated vsize: 403948 KiB
Current children cumulated memory: 283660 KiB

[startup+3582.3 s]
/proc/loadavg: 2.17 3.05 3.73 3/234 861321
/proc/meminfo: memFree=127588888/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=395584 memory=282492 CPUtime=3576.23 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 421181 0 0 0 351574 6049 0 0 20 0 2 0 168064564 405078016 70623 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 98896 70623 3750 46 0 71491 0
[pid=859382/tid=859383] ppid=859380 vsize=395584 memory=11464 CPUtime=4.23 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 208 0 0 0 131 292 0 0 20 0 2 0 168064587 405078016 70623 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3576.23 s
Current children cumulated vsize: 405512 KiB
Current children cumulated memory: 285204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.11 s]
/proc/loadavg: 2.26 3.02 3.70 3/234 861326
/proc/meminfo: memFree=127572856/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=394252 memory=281032 CPUtime=3600.02 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 421708 0 0 0 353929 6073 0 0 20 0 2 0 168064564 403714048 70258 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 98563 70258 3750 46 0 71158 0
[pid=859382/tid=859383] ppid=859380 vsize=394252 memory=2712 CPUtime=4.25 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 208 0 0 0 131 294 0 0 20 0 2 0 168064587 403714048 70258 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 404180 KiB
Current children cumulated memory: 283744 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3539.3 s, system=60.7387 s

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

[startup+3606.11 s]
/proc/loadavg: 2.26 3.02 3.70 3/234 861326
/proc/meminfo: memFree=127572856/131655788 swapFree=131071996/131071996
[pid=859380] ppid=859377 vsize=9928 memory=2712 CPUtime=0 cores=4,6
/proc/859380/stat : 859380 (run-glibc-2.34.) S 859377 859380 855123 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 168064563 10166272 678 134679101440 93881179185152 93881180264472 140724265747088 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93881182362928 93881182410116 93881214660608 140724265755583 140724265755740 140724265755740 140724265762755 0
/proc/859380/statm: 2482 678 597 264 0 133 0
[pid=859382] ppid=859380 vsize=394252 memory=281032 CPUtime=3600.02 cores=4,6
/proc/859382/stat : 859382 (ld-linux-x86-64) R 859380 859380 855123 0 -1 4194304 421708 0 0 0 353929 6073 0 0 20 0 2 0 168064564 403714048 70258 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
/proc/859382/statm: 98563 70258 3750 46 0 71158 0
[pid=859382/tid=859383] ppid=859380 vsize=394252 memory=2712 CPUtime=4.25 cores=4,6
/proc/859382/task/859383/stat : 859383 (ld-linux-x86-64) S 859380 859380 855123 0 -1 1077936192 208 0 0 0 131 294 0 0 20 0 2 0 168064587 403714048 70258 134679101440 139743734886400 139743735074012 140734801851280 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 139743737174912 139743737184360 93825014960128 140734801855319 140734801855483 140734801855483 140734801862578 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 404180 KiB
Current children cumulated memory: 283744 KiB

Child status: 143

Real time (s): 3606.12
CPU time (s): 3600.04
CPU user time (s): 3539.3
CPU system time (s): 60.7387
CPU usage (%): 99.8314
Max. virtual memory (cumulated for all children) (KiB): 405512
Max. memory (cumulated for all children) (KiB): 285204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3539.3
system time used= 60.7387
maximum resident set size= 284152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421923
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= 354010
involuntary context switches= 2100


# summary of solver processes directly reported to runsolver:
#   pid: 859380
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3539.3
#   total CPU system time (s): 60.7387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8506 second user time and 38.9675 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 21:44:21
IDJOB=4431309
IDBENCH=158384
IDSOLVER=3055
FILE ID=nodeC009/4431309-1721159049
RUNJOBID= nodeC009-1721151642-855134
SLURM_JOB_ID= 7505750
Free space on /tmp= 723584 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep6.5.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-4431309-1721159049/watcher-4431309-1721159049 -o /tmp/evaluation-result-4431309-1721159049/solver-4431309-1721159049 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721151642-855134 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4431309-1721159049.opb

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

MD5SUM BENCH= bb1eb546b1769ca27e4515a55d388d8e
RANDOM SEED=1890056157

nodeC009.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		: 3657.372
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	: 6984.34
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		: 3625.899
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.27
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.478
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	: 6984.34
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.394
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.27
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		: 1197.316
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	: 6984.34
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		: 3590.302
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.27
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		: 1596.731
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	: 6984.34
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.435
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125334372 kB
MemAvailable:   127136212 kB
Buffers:          435720 kB
Cached:          2190436 kB
SwapCached:            0 kB
Active:           813104 kB
Inactive:        4936300 kB
Active(anon):       1476 kB
Inactive(anon):  3159472 kB
Active(file):     811628 kB
Inactive(file):  1776828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             42776 kB
Writeback:             0 kB
AnonPages:       3122896 kB
Mapped:           122448 kB
Shmem:             37700 kB
KReclaimable:     106828 kB
Slab:             206068 kB
SReclaimable:     106828 kB
SUnreclaim:        99240 kB
KernelStack:        3968 kB
PageTables:        16080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    3915396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53696 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1267712 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723684 MiB
End job on nodeC009 at 2024-07-16 22:44:28