Trace number 4529810
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | PB24/normalized-PB11/DEC-LIN/ lopes/normalized-116.opb |
MD5SUM | 2c07ac2a163c6358b3083ff023512428 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | SAT |
Best value of the objective obtained on this benchmark | 0 |
Best CPU time to get the best result obtained on this benchmark | 111.081 |
Has Objective Function | NO |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 44846 |
Total number of constraints | 988104 |
Number of constraints which are clauses | 884812 |
Number of constraints which are cardinality constraints (but not clauses) | 3523 |
Number of constraints which are nor clauses,nor cardinality constraints | 99769 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 690 |
Number of terms in the objective function | 0 |
Biggest coefficient in the objective function | 0 |
Number of bits for the biggest coefficient in the objective function | 0 |
Sum of the numbers in the objective function | 0 |
Number of bits of the sum of numbers in the objective function | 0 |
Biggest number in a constraint | 3 |
Number of bits of the biggest number in a constraint | 2 |
Biggest sum of numbers in a constraint | 691 |
Number of bits of the biggest sum of numbers | 10 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
501.06/502.56 c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529810-1752255170.opb
501.06/502.56 c Solving mode: decision
501.06/502.56 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
501.06/502.56 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
501.06/502.56 c original problem has 44846 variables (44846 bin, 0 int, 0 impl, 0 cont) and 988104 constraints
501.06/502.56 c presolving:
501.06/502.56 c (round 1, exhaustive) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 988095 upgd conss, 0 impls, 198683 clqs
501.06/502.56 c (round 2, exhaustive) 1 del vars, 14006 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 21006 chg coeffs, 988095 upgd conss, 0 impls, 198683 clqs
501.06/502.56 c (95.9s) probing: 1000/44845 (2.2%) - 0 fixings, 0 aggregations, 259107 implications, 0 bound changes
501.06/502.56 c (95.9s) probing: 1001/44845 (2.2%) - 0 fixings, 0 aggregations, 259109 implications, 0 bound changes
501.06/502.56 c (95.9s) probing aborted: 1000/1000 successive useless probings
501.06/502.56 c (101.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
501.06/502.56 c (103.1s) no symmetry present (symcode time: 0.23)
501.06/502.56 c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
501.06/502.56 c 1 deleted vars, 14006 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 21047 changed coefficients
501.06/502.56 c 0 implications, 457792 cliques
501.06/502.56 c presolved problem has 44845 variables (44845 bin, 0 int, 0 impl, 0 cont) and 974098 constraints
501.06/502.56 c 101519 constraints of type <knapsack>
501.06/502.56 c 198683 constraints of type <setppc>
501.06/502.56 c 1 constraints of type <linear>
501.06/502.56 c 673895 constraints of type <logicor>
501.06/502.56 c transformed objective value is always integral (scale: 1)
501.06/502.56 c Presolving Time: 102.82
501.06/502.56 c
501.06/502.56 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
501.06/502.56 c 110s| 1 | 0 | 2122 | - | 4307M | 0 | 44k| 974k| 974k| 0 | 0 | 171 | 0 | 0.000000e+00 | -- | Inf | unknown
501.06/502.56 c 373s| 1 | 0 | 8920 | - | 4438M | 0 | 44k| 974k| 974k| 9 | 1 | 171 | 0 | 0.000000e+00 | -- | Inf | unknown
501.06/502.56 c 500s| 1 | 0 | 8920 | - | 4438M | 0 | 44k| 974k| 974k| 16 | 2 | 176 | 0 | 0.000000e+00 | -- | Inf | unknown
501.06/502.56 c (node 1) LP solver hit time limit in LP 15 -- using pseudo solution instead
501.06/502.56 c
501.06/502.56 c SCIP Status : solving was interrupted [time limit reached]
501.06/502.56 c Solving Time (sec) : 500.01
501.06/502.56 c Solving Nodes : 1
501.06/502.56 c Primal Bound : +1.00000000000000e+20 (0 solutions)
501.06/502.56 c Dual Bound : +0.00000000000000e+00
501.06/502.56 c Gap : infinite
501.06/502.56 c ----------------------------------------------------------------------
501.06/502.56 c dual bound: 0.0 -> 0
501.06/502.56 c primal bound: 1e+20 -> 100000000000000000000
501.06/502.56 c scip-goal-lb: 0
501.06/502.56 c scip-goal-ub: 100000000000000000000
501.06/502.56 c writing output to: HOME/tmpldbbqifb.opb
501.06/502.56 c appending fixed variable constraints
501.06/502.56 c scip-fixed vars: 0.00% (0/44845)
501.06/502.56 c ----------------------------------------------------------------------
501.06/502.56 c executing external solver: HOME/naps-1.03a6
501.06/502.56 c ----------------------------------------------------------------------
501.06/502.56 c command: HOME/naps-1.03a6 HOME/tmpldbbqifb.opb
501.15/502.62 c NaPS 1.03a6.
501.15/502.62 c Input file name: HOME/tmpldbbqifb.opb
3600.09/3610.00 c
3600.09/3610.00 c *** TERMINATED *** by signal 15
3600.09/3610.00 c s UNKNOWN
3600.09/3610.00 c _____________________________________________________________________________
3600.09/3610.00 c std/band forms : 103293,0
3600.09/3610.00 c 2cl/3cl ITE-codings : 94518,0
3600.09/3610.00 c BDD/srt/adr Max costs : 5,113,0
3600.09/3610.00 c BDDraw/bin/mul/srt/adr: 99769,0,0,3524,0
3600.09/3610.00 c BDD nodes : 588112
3600.09/3610.00 c Es1/CC detections : 0,0
3600.09/3610.00 c CC sort : 3523
3600.09/3610.00 c SAT/UNSAT calls : 0,0
3600.09/3610.00 c regenrated variables : 0
3600.09/3610.00 c eliminated fixed lits : 0
3600.09/3610.00 c goal lit flips : 0
3600.09/3610.00 c goal stages : 0
3600.09/3610.00 c goal shrink : 0
3600.09/3610.00 c goal coeff separations: 0
3600.09/3610.00 c restarts : 0
3600.09/3610.00 c conflicts : 0 (0 /sec)
3600.09/3610.00 c decisions : 0 (0 /sec)
3600.09/3610.00 c propagations : 0 (0 /sec)
3600.09/3610.00 c inspects : 0 (0 /sec)
3600.09/3610.00 c CPU time (solving tm) : 3097 s (3088 s, SAT 0 s, UNSAT 0 s)
3600.09/3610.00 c Time for Opt-base : 0.01621 s
3600.09/3610.00 c Steps for Opt-base : 0
3600.09/3610.00 c Time for BDD coding : 1.245 s
3600.09/3610.00 c Time for srt coding : 0.03071 s
3600.09/3610.00 c _____________________________________________________________________________
3600.09/3610.00 s UNKNOWN
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: 63708 MiB (49792 MiB free)
memory of node 1: 64465 MiB (54150 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529810-1752255170/watcher-4529810-1752255170 -o /tmp/evaluation-result-4529810-1752255170/solver-4529810-1752255170 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752253448-111531 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529810-1752255170.opb
running on 2 cores: 1,3
CPU governors:
performance: 1 3
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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=112907, runsolver pid=112904
[startup+0.100064 s]*
/proc/loadavg: 4.10 4.10 4.02 5/268 112912
/proc/meminfo: memFree=106429704/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=1186968 memory=31760 CPUtime=0.06 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 3702 0 0 0 5 1 0 0 20 0 1 0 141195609 1215455232 7940 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 296742 7940 4876 1 0 268764 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191160 KiB
Current children cumulated memory: 34832 KiB
[startup+0.205603 s]*
/proc/loadavg: 4.10 4.10 4.02 5/268 112912
/proc/meminfo: memFree=106404504/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=1215436 memory=67216 CPUtime=0.17 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 10029 0 0 0 14 3 0 0 20 0 1 0 141195609 1244606464 16804 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 303859 16804 7628 1 0 275217 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1219628 KiB
Current children cumulated memory: 70288 KiB
[startup+0.305578 s]*
/proc/loadavg: 4.10 4.10 4.02 5/268 112912
/proc/meminfo: memFree=106372248/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=1243308 memory=94480 CPUtime=0.26 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 16848 0 0 0 22 4 0 0 20 0 1 0 141195609 1273147392 23620 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 310827 23620 7628 1 0 282185 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1247500 KiB
Current children cumulated memory: 97552 KiB
[startup+0.700204 s]
/proc/loadavg: 4.10 4.10 4.02 5/268 112912
/proc/meminfo: memFree=106323864/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=1347412 memory=197700 CPUtime=0.65 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 42156 0 0 0 57 8 0 0 20 0 1 0 141195609 1379749888 49425 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 336853 49425 7628 1 0 308211 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1351604 KiB
Current children cumulated memory: 200772 KiB
[startup+1.50019 s]
/proc/loadavg: 4.10 4.10 4.02 5/268 112912
/proc/meminfo: memFree=106199880/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=1551368 memory=401428 CPUtime=1.45 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 91044 0 0 0 129 16 0 0 20 0 1 0 141195609 1588600832 100357 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 387842 100357 7628 1 0 359200 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1555560 KiB
Current children cumulated memory: 404500 KiB
[startup+3.1055 s]
/proc/loadavg: 4.09 4.10 4.02 5/268 112912
/proc/meminfo: memFree=105441080/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=2224464 memory=1076184 CPUtime=3.05 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 241715 0 0 0 263 42 0 0 20 0 1 0 141195609 2277851136 269046 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 556116 269046 7788 1 0 527474 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 2228656 KiB
Current children cumulated memory: 1079256 KiB
[startup+6.30019 s]
/proc/loadavg: 4.09 4.10 4.02 5/268 112912
/proc/meminfo: memFree=104731784/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=2990808 memory=1832628 CPUtime=6.24 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 407823 0 0 0 553 71 0 0 20 0 1 0 141195609 3062587392 458157 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 747702 458157 7884 1 0 719060 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 2995000 KiB
Current children cumulated memory: 1835700 KiB
[startup+12.7002 s]
/proc/loadavg: 4.15 4.12 4.02 5/268 112912
/proc/meminfo: memFree=104471324/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=3152196 memory=1992052 CPUtime=12.62 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 443572 0 0 0 1185 77 0 0 20 0 1 0 141195609 3227848704 498013 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 788049 498013 7948 1 0 759407 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 3156388 KiB
Current children cumulated memory: 1995124 KiB
[startup+25.5002 s]
/proc/loadavg: 4.13 4.11 4.02 5/268 112913
/proc/meminfo: memFree=104440544/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=3152196 memory=1994100 CPUtime=25.39 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 444126 0 0 0 2461 78 0 0 20 0 1 0 141195609 3227848704 498525 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 788049 498525 7948 1 0 759407 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 3156388 KiB
Current children cumulated memory: 1997172 KiB
[startup+51.1059 s]
/proc/loadavg: 4.08 4.10 4.02 5/268 112913
/proc/meminfo: memFree=104426536/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=3152196 memory=1994228 CPUtime=50.93 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 444218 0 0 0 5013 80 0 0 20 0 1 0 141195609 3227848704 498557 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 788049 498557 7948 1 0 759407 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 3156388 KiB
Current children cumulated memory: 1997300 KiB
[startup+102.3 s]
/proc/loadavg: 4.14 4.11 4.03 5/268 112915
/proc/meminfo: memFree=103491840/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=4313928 memory=2903736 CPUtime=102 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 451161 0 0 0 10101 99 0 0 20 0 1 0 141195609 4417462272 725934 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1078482 725934 7948 1 0 1049840 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 4318120 KiB
Current children cumulated memory: 2906808 KiB
[startup+162.3 s]
/proc/loadavg: 4.11 4.11 4.03 5/268 112917
/proc/meminfo: memFree=101895160/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=5973348 memory=4498856 CPUtime=161.83 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 635820 0 0 0 16030 153 0 0 20 0 1 0 141195609 6116708352 1124714 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1493337 1124714 8140 1 0 1464695 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 5977540 KiB
Current children cumulated memory: 4501928 KiB
[startup+222.3 s]
/proc/loadavg: 4.16 4.12 4.03 5/268 112919
/proc/meminfo: memFree=101893492/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=5973348 memory=4498856 CPUtime=221.65 cores=1,3
/proc/112912/stat : 112912 (python3) R 112907 112907 111519 0 -1 4194304 635921 0 0 0 22011 154 0 0 20 0 1 0 141195609 6116708352 1124714 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1493337 1124714 8140 1 0 1464695 0
Current children cumulated CPU time: 221.65 s
################
# More data... #
################
Current children cumulated CPU time: 3273.44 s
Current children cumulated vsize: 6640408 KiB
Current children cumulated memory: 4973104 KiB
[startup+3342.3 s]
/proc/loadavg: 4.49 4.24 4.14 5/269 113223
/proc/meminfo: memFree=73834264/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=6277680 memory=4649528 CPUtime=501.15 cores=1,3
/proc/112912/stat : 112912 (python3) S 112907 112907 111519 0 -1 4194304 653627 0 0 0 49944 171 0 0 20 0 1 0 141195609 6428344320 1162382 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1569420 1162382 8172 1 0 1540778 0
[pid=112936] ppid=112912 vsize=325768 memory=306368 CPUtime=2832.09 cores=1,3
/proc/112936/stat : 112936 (naps-1.03a6) R 112912 112936 112936 0 -1 4194304 275720 0 0 0 282987 222 0 0 20 0 1 0 141245866 333586432 76592 18446744073709551615 4198400 7047149 140724614517232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 26521600 140724614519183 140724614519281 140724614519281 140724614524873 0
/proc/112936/statm: 81442 76592 544 696 0 80603 0
Current children cumulated CPU time: 3333.24 s
Current children cumulated vsize: 6607640 KiB
Current children cumulated memory: 4958968 KiB
[startup+3402.3 s]
/proc/loadavg: 4.23 4.21 4.13 5/270 113228
/proc/meminfo: memFree=73902736/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=6277680 memory=4649528 CPUtime=501.15 cores=1,3
/proc/112912/stat : 112912 (python3) S 112907 112907 111519 0 -1 4194304 653627 0 0 0 49944 171 0 0 20 0 1 0 141195609 6428344320 1162382 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1569420 1162382 8172 1 0 1540778 0
[pid=112936] ppid=112912 vsize=325768 memory=318656 CPUtime=2891.9 cores=1,3
/proc/112936/stat : 112936 (naps-1.03a6) R 112912 112936 112936 0 -1 4194304 276687 0 0 0 288967 223 0 0 20 0 1 0 141245866 333586432 79664 18446744073709551615 4198400 7047149 140724614517232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 26521600 140724614519183 140724614519281 140724614519281 140724614524873 0
/proc/112936/statm: 81442 79664 544 696 0 80603 0
Current children cumulated CPU time: 3393.05 s
Current children cumulated vsize: 6607640 KiB
Current children cumulated memory: 4971256 KiB
[startup+3462.3 s]
/proc/loadavg: 4.20 4.20 4.13 5/270 113230
/proc/meminfo: memFree=73891584/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=6277680 memory=4649528 CPUtime=501.15 cores=1,3
/proc/112912/stat : 112912 (python3) S 112907 112907 111519 0 -1 4194304 653627 0 0 0 49944 171 0 0 20 0 1 0 141195609 6428344320 1162382 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1569420 1162382 8172 1 0 1540778 0
[pid=112936] ppid=112912 vsize=358536 memory=328904 CPUtime=2951.7 cores=1,3
/proc/112936/stat : 112936 (naps-1.03a6) R 112912 112936 112936 0 -1 4194304 279749 0 0 0 294944 226 0 0 20 0 1 0 141245866 367140864 82226 18446744073709551615 4198400 7047149 140724614517232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 26521600 140724614519183 140724614519281 140724614519281 140724614524873 0
/proc/112936/statm: 89634 82226 544 696 0 88795 0
Current children cumulated CPU time: 3452.85 s
Current children cumulated vsize: 6640408 KiB
Current children cumulated memory: 4981504 KiB
[startup+3522.3 s]
/proc/loadavg: 4.12 4.17 4.13 5/270 113236
/proc/meminfo: memFree=73893988/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=6277680 memory=4649528 CPUtime=501.15 cores=1,3
/proc/112912/stat : 112912 (python3) S 112907 112907 111519 0 -1 4194304 653627 0 0 0 49944 171 0 0 20 0 1 0 141195609 6428344320 1162382 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1569420 1162382 8172 1 0 1540778 0
[pid=112936] ppid=112912 vsize=358536 memory=326848 CPUtime=3011.52 cores=1,3
/proc/112936/stat : 112936 (naps-1.03a6) R 112912 112936 112936 0 -1 4194304 282616 0 0 0 300922 230 0 0 20 0 1 0 141245866 367140864 81712 18446744073709551615 4198400 7047149 140724614517232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 26521600 140724614519183 140724614519281 140724614519281 140724614524873 0
/proc/112936/statm: 89634 81712 544 696 0 88795 0
Current children cumulated CPU time: 3512.67 s
Current children cumulated vsize: 6640408 KiB
Current children cumulated memory: 4979448 KiB
[startup+3582.3 s]
/proc/loadavg: 4.08 4.16 4.12 5/270 113238
/proc/meminfo: memFree=73901124/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=6277680 memory=4649528 CPUtime=501.15 cores=1,3
/proc/112912/stat : 112912 (python3) S 112907 112907 111519 0 -1 4194304 653627 0 0 0 49944 171 0 0 20 0 1 0 141195609 6428344320 1162382 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1569420 1162382 8172 1 0 1540778 0
[pid=112936] ppid=112912 vsize=358536 memory=345280 CPUtime=3071.32 cores=1,3
/proc/112936/stat : 112936 (naps-1.03a6) R 112912 112936 112936 0 -1 4194304 283064 0 0 0 306902 230 0 0 20 0 1 0 141245866 367140864 86320 18446744073709551615 4198400 7047149 140724614517232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 26521600 140724614519183 140724614519281 140724614519281 140724614524873 0
/proc/112936/statm: 89634 86320 544 696 0 88795 0
Current children cumulated CPU time: 3572.47 s
Current children cumulated vsize: 6640408 KiB
Current children cumulated memory: 4997880 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3610 s]*
/proc/loadavg: 4.10 4.15 4.12 5/270 113239
/proc/meminfo: memFree=73846068/131249988 swapFree=33010416/33010684
[pid=112907] ppid=112904 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/112907/stat : 112907 (scip-naps-1.00a) S 112904 112907 111519 0 -1 4194304 259 346 0 0 0 0 0 0 20 0 1 0 141195606 4292608 768 18446744073709551615 93958306054144 93958306948677 140731500691184 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93958307187728 93958307235472 93958331150336 140731500698011 140731500698110 140731500698110 140731500703714 0
/proc/112907/statm: 1048 768 704 219 0 110 0
[pid=112912] ppid=112907 vsize=6277680 memory=4649528 CPUtime=501.15 cores=1,3
/proc/112912/stat : 112912 (python3) S 112907 112907 111519 0 -1 4194304 653627 0 0 0 49944 171 0 0 20 0 1 0 141195609 6428344320 1162382 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1569420 1162382 8172 1 0 1540778 0
[pid=112936] ppid=112912 vsize=358536 memory=324800 CPUtime=3098.94 cores=1,3
/proc/112936/stat : 112936 (naps-1.03a6) R 112912 112936 112936 0 -1 4194304 284971 0 0 0 309662 232 0 0 20 0 1 0 141245866 367140864 81200 18446744073709551615 4198400 7047149 140724614517232 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 26521600 140724614519183 140724614519281 140724614519281 140724614524873 0
/proc/112936/statm: 89634 81200 544 696 0 88795 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 6640408 KiB
Current children cumulated memory: 4977400 KiB
Sending SIGTERM to process tree (bottom up)
[startup+3610.03 s]
# the end of solver process 112907 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=0.004355 s, system=0.009403 s
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
??? end of watcher thread
[startup+3612.1 s]
# the end of solver process 112912 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)
# cumulated CPU time of all completed processes: user=3597.91 s, system=4.3017 s
# this solver process was not waited by its parent and was adopted by runsolver
Solver just ended.
Dumping a history of the last processes samples
[startup+3611.2 s]
/proc/loadavg: 4.10 4.15 4.12 5/268 113239
/proc/meminfo: memFree=74150348/131249988 swapFree=33010416/33010684
[pid=112912] ppid=112904 vsize=6277680 memory=4649528 CPUtime=3601.28 cores=1,3
/proc/112912/stat : 112912 (python3) R 112904 112907 111519 0 -1 4194304 884522 284972 0 0 50050 184 309662 232 20 0 1 0 141195609 6428344320 1162382 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1569420 1162382 8172 1 0 1540778 0
Current cumulated CPU time of completed processes: 0.013758 s
Current children cumulated CPU time: 3601.28 s
Current children cumulated vsize: 6277680 KiB
Current children cumulated memory: 4649528 KiB
[startup+3611.6 s]
/proc/loadavg: 4.10 4.15 4.12 5/268 113239
/proc/meminfo: memFree=74150348/131249988 swapFree=33010416/33010684
[pid=112912] ppid=112904 vsize=6277680 memory=4649528 CPUtime=3601.68 cores=1,3
/proc/112912/stat : 112912 (python3) R 112904 112907 111519 0 -1 4194304 905059 284972 0 0 50088 186 309662 232 20 0 1 0 141195609 6428344320 1162382 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1569420 1162382 8172 1 0 1540778 0
Current cumulated CPU time of completed processes: 0.013758 s
Current children cumulated CPU time: 3601.68 s
Current children cumulated vsize: 6277680 KiB
Current children cumulated memory: 4649528 KiB
[startup+3612 s]*
/proc/loadavg: 4.10 4.15 4.12 5/268 113239
/proc/meminfo: memFree=74149592/131249988 swapFree=33010416/33010684
[pid=112912] ppid=112904 vsize=6277680 memory=4649528 CPUtime=3602.08 cores=1,3
/proc/112912/stat : 112912 (python3) R 112904 112907 111519 0 -1 4194304 931169 284972 0 0 50127 187 309662 232 20 0 1 0 141195609 6428344320 1162382 18446744073709551615 94027350867968 94027350868345 140730375883248 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94027350879640 94027350880260 94027365847040 140730375887183 140730375887392 140730375887392 140730375892967 0
/proc/112912/statm: 1569420 1162382 8172 1 0 1540778 0
Current cumulated CPU time of completed processes: 0.013758 s
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 6277680 KiB
Current children cumulated memory: 4649528 KiB
Child ended because it received signal 9 (SIGKILL)
Real time (s): 3612.1
CPU time (s): 3602.21
CPU user time (s): 3597.91
CPU system time (s): 4.3017
CPU usage (%): 99.7263
Max. virtual memory (cumulated for all children) (KiB): 6771480
Max. memory (cumulated for all children) (KiB): 5021912
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.91
system time used= 4.3017
maximum resident set size= 4649528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1216878
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 393
involuntary context switches= 3130
# summary of solver processes directly reported to runsolver:
# pid: 112907,112912
# total CPU time (s): 3602.21
# total CPU user time (s): 3597.91
# total CPU system time (s): 4.3017
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41831 second user time and 18.3329 second system time
The end
Launcher Data
Begin job on nodeC031 at 2025-07-11 19:32:51
IDJOB=4529810
IDBENCH=155532
IDSOLVER=3388
FILE ID=nodeC031/4529810-1752255170
RUNJOBID= nodeC031-1752253448-111531
SLURM_JOB_ID= 9682589
Free space on /tmp= 430860 MiB
SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529810-1752255170/watcher-4529810-1752255170 -o /tmp/evaluation-result-4529810-1752255170/solver-4529810-1752255170 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1752253448-111531 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529810-1752255170.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=66594500
nodeC031 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/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 : 3599.987
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.78
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 : 3595.149
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.78
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3600.330
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.78
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 : 3599.878
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.78
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 : 3599.867
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.78
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 : 3599.892
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.78
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 : 3501.827
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.78
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 : 3564.134
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.78
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249988 kB
MemFree: 106438000 kB
MemAvailable: 128942448 kB
Buffers: 2128 kB
Cached: 23185184 kB
SwapCached: 12 kB
Active: 1194784 kB
Inactive: 22724572 kB
Active(anon): 739628 kB
Inactive(anon): 10468 kB
Active(file): 455156 kB
Inactive(file): 22714104 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010416 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 49632 kB
Writeback: 0 kB
AnonPages: 730456 kB
Mapped: 133112 kB
Shmem: 18052 kB
KReclaimable: 348856 kB
Slab: 445420 kB
SReclaimable: 348856 kB
SUnreclaim: 96564 kB
KernelStack: 4336 kB
PageTables: 5084 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635676 kB
Committed_AS: 4281764 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150616 kB
VmallocChunk: 0 kB
Percpu: 3904 kB
HardwareCorrupted: 0 kB
AnonHugePages: 477184 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 191188 kB
DirectMap2M: 9017344 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 430360 MiB
End job on nodeC031 at 2025-07-11 20:33:03