Trace number 4542241
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-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/ dec/normalized-composed_pebbling_php_pyramid_height19_pigeons18_holes17.opb |
MD5SUM | 664376cebc4ace2a9adeb41aa7b140b0 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 4.20328 |
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 | 64680 |
Total number of constraints | 8494 |
Number of constraints which are clauses | 4352 |
Number of constraints which are cardinality constraints (but not clauses) | 3362 |
Number of constraints which are nor clauses,nor cardinality constraints | 780 |
Minimum length of a constraint | 17 |
Maximum length of a constraint | 22 |
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 | 25 |
Number of bits of the biggest sum of numbers | 5 |
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
764.35/766.46 c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4542241-1753214883.opb
764.35/766.46 c Solving mode: decision
764.35/766.46 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
764.35/766.46 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
764.35/766.46 c original problem has 64680 variables (64680 bin, 0 int, 0 impl, 0 cont) and 8494 constraints
764.35/766.46 c presolving:
764.35/766.46 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5114 upgd conss, 0 impls, 3360 clqs
764.35/766.46 c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8494 upgd conss, 0 impls, 3360 clqs
764.35/766.46 c (0.8s) probing: 51/64680 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
764.35/766.46 c (0.8s) probing aborted: 50/50 successive totally useless probings
764.35/766.46 c (0.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
764.35/766.46 c symmetry computation terminated early, because number of nodes 10000000 in Nauty's search tree exceeds limit of 10000000
764.35/766.46 c for running full symmetry detection, increase value of parameter propagating/symmetry/nautymaxnnodes
764.35/766.46 c (766.0s) symmetry computation finished: 989 generators found (max: 989, log10 of symmetry group size: 5460.0) (symcode time: 765.08)
764.35/766.46 c dynamic symmetry handling statistics:
764.35/766.46 c orbitopal reduction: no components
764.35/766.46 c orbital reduction: no components
764.35/766.46 c lexicographic reduction: no permutations
764.35/766.46 c handled 1 out of 56 symmetry components
764.35/766.46 c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
764.35/766.46 c 0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 8 changed coefficients
764.35/766.46 c 0 implications, 3360 cliques
764.35/766.46 c presolving was interrupted.
764.35/766.46 c Presolving Time: 765.93
764.35/766.46 c presolving:
764.35/766.46 c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
764.35/766.46 c 0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 8 changed coefficients
764.35/766.46 c 0 implications, 3360 cliques
764.35/766.46 c presolving was interrupted.
764.35/766.46 c Presolving Time: 765.93
764.35/766.46 c
764.35/766.46 c SCIP Status : solving was interrupted [time limit reached]
764.35/766.46 c Solving Time (sec) : 766.04
764.35/766.46 c Solving Nodes : 0
764.35/766.46 c Primal Bound : +1.00000000000000e+20 (0 solutions)
764.35/766.46 c ----------------------------------------------------------------------
764.35/766.46 c dual bound: -1e+20 -> -100000000000000000000
764.35/766.46 c primal bound: 1e+20 -> 100000000000000000000
764.35/766.46 c scip-goal-lb: -100000000000000000000
764.35/766.46 c scip-goal-ub: 100000000000000000000
764.35/766.46 c writing output to: HOME/tmphqqqe2l2.opb
764.35/766.46 c appending fixed variable constraints
764.35/766.46 c scip-fixed vars: 0.00% (0/64680)
764.35/766.46 c ----------------------------------------------------------------------
764.35/766.46 c executing external solver: HOME/naps-1.03a6
764.35/766.46 c ----------------------------------------------------------------------
764.35/766.46 c command: HOME/naps-1.03a6 HOME/tmphqqqe2l2.opb
764.35/766.46 c NaPS 1.03a6.
764.35/766.46 c Input file name: HOME/tmphqqqe2l2.opb
3600.05/3609.30 c
3600.05/3609.30 c *** TERMINATED *** by signal 15
3600.05/3609.30 c _____________________________________________________________________________
3600.05/3609.30 c std/band forms : 4142,0
3600.05/3609.30 c 2cl/3cl ITE-codings : 0,0
3600.05/3609.30 c BDD/srt/adr Max costs : 0,238,0
3600.05/3609.30 c BDDraw/bin/mul/srt/adr: 0,0,0,4142,0
3600.05/3609.30 c BDD nodes : 0
3600.05/3609.30 c Es1/CC detections : 0,0
3600.05/3609.30 c CC sort : 4142
3600.05/3609.30 c SAT/UNSAT calls : 0,0
3600.05/3609.30 c regenrated variables : 0
3600.05/3609.30 c eliminated fixed lits : 0
3600.05/3609.30 c goal lit flips : 0
3600.05/3609.30 c goal stages : 0
3600.05/3609.30 c goal shrink : 0
3600.05/3609.30 c goal coeff separations: 0
3600.05/3609.30 c restarts : 0
3600.05/3609.30 c conflicts : 0 (0 /sec)
3600.05/3609.30 c decisions : 0 (0 /sec)
3600.05/3609.30 c propagations : 0 (0 /sec)
3600.05/3609.30 c inspects : 0 (0 /sec)
3600.05/3609.30 c CPU time (solving tm) : 2832 s (2831 s, SAT 0 s, UNSAT 0 s)
3600.05/3609.30 c Time for Opt-base : 0.02399 s
3600.05/3609.30 c Steps for Opt-base : 0
3600.05/3609.30 c Time for BDD coding : 0 s
3600.05/3609.30 c Time for srt coding : 0.1849 s
3600.05/3609.30 c _____________________________________________________________________________
3600.05/3609.30 c received SIGTERM, forwarding to pbsolver...
3600.05/3609.30 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 (62283 MiB free)
memory of node 1: 64465 MiB (61338 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542241-1753214883/watcher-4542241-1753214883 -o /tmp/evaluation-result-4542241-1753214883/solver-4542241-1753214883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1753211271-184955 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4542241-1753214883.opb
running on 2 cores: 0,2
CPU governors:
performance: 0 2
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
solver pid=185365, runsolver pid=185361
Current StackSize limit: 8192 KiB
[startup+0.100062 s]*
/proc/loadavg: 4.07 4.08 4.02 3/258 185385
/proc/meminfo: memFree=126554176/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1186240 memory=30840 CPUtime=0.06 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 3534 0 0 0 5 1 0 0 20 0 1 0 237166717 1214709760 7710 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 296560 7710 4830 1 0 268582 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1190432 KiB
Current children cumulated memory: 33784 KiB
[startup+0.205703 s]*
/proc/loadavg: 4.07 4.08 4.02 3/270 185407
/proc/meminfo: memFree=126499040/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1236724 memory=88056 CPUtime=0.15 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 15289 0 0 0 12 3 0 0 20 0 1 0 237166717 1266405376 22014 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 309181 22014 7614 1 0 280539 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1240916 KiB
Current children cumulated memory: 91000 KiB
[startup+0.306374 s]*
/proc/loadavg: 4.07 4.08 4.02 5/268 185411
/proc/meminfo: memFree=126375704/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1320832 memory=172920 CPUtime=0.25 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 36306 0 0 0 19 6 0 0 20 0 1 0 237166717 1352531968 43230 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 330208 43230 7806 1 0 301566 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1325024 KiB
Current children cumulated memory: 175864 KiB
[startup+0.700214 s]
/proc/loadavg: 4.07 4.08 4.02 7/268 185411
/proc/meminfo: memFree=126034500/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1416368 memory=255992 CPUtime=0.64 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 57330 0 0 0 55 9 0 0 20 0 1 0 237166717 1450360832 63998 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 354092 63998 7934 1 0 325450 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1420560 KiB
Current children cumulated memory: 258936 KiB
[startup+1.50021 s]
/proc/loadavg: 4.07 4.08 4.02 4/263 185419
/proc/meminfo: memFree=125333992/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1660576 memory=392904 CPUtime=1.44 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 93873 0 0 0 129 15 0 0 20 0 1 0 237166717 1700429824 98226 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 415144 98226 7998 1 0 386502 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1664768 KiB
Current children cumulated memory: 395848 KiB
[startup+3.10577 s]
/proc/loadavg: 4.14 4.10 4.02 5/268 185460
/proc/meminfo: memFree=121892400/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1726956 memory=465200 CPUtime=3.03 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 110927 0 0 0 284 19 0 0 20 0 1 0 237166717 1768402944 116300 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 431739 116300 7998 1 0 403097 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 1731148 KiB
Current children cumulated memory: 468144 KiB
[startup+6.30017 s]
/proc/loadavg: 4.14 4.10 4.02 5/268 185460
/proc/meminfo: memFree=120494960/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1777492 memory=517800 CPUtime=6.21 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 123546 0 0 0 600 21 0 0 20 0 1 0 237166717 1820151808 129450 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 444373 129450 7998 1 0 415731 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1781684 KiB
Current children cumulated memory: 520744 KiB
[startup+12.7002 s]
/proc/loadavg: 4.13 4.09 4.02 5/268 185460
/proc/meminfo: memFree=119941480/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1833080 memory=574248 CPUtime=12.59 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 137686 0 0 0 1236 23 0 0 20 0 1 0 237166717 1877073920 143562 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 458270 143562 7998 1 0 429628 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 1837272 KiB
Current children cumulated memory: 577192 KiB
[startup+25.5002 s]
/proc/loadavg: 4.10 4.09 4.02 5/268 185460
/proc/meminfo: memFree=117604772/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1833080 memory=574632 CPUtime=25.36 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 137686 0 0 0 2513 23 0 0 20 0 1 0 237166717 1877073920 143658 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 458270 143658 7998 1 0 429628 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 1837272 KiB
Current children cumulated memory: 577576 KiB
[startup+51.1059 s]
/proc/loadavg: 4.15 4.10 4.03 5/268 185460
/proc/meminfo: memFree=117397492/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1833080 memory=574632 CPUtime=50.89 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 137686 0 0 0 5066 23 0 0 20 0 1 0 237166717 1877073920 143658 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 458270 143658 7998 1 0 429628 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 1837272 KiB
Current children cumulated memory: 577576 KiB
[startup+102.3 s]
/proc/loadavg: 4.06 4.08 4.02 5/268 185462
/proc/meminfo: memFree=117388392/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1833080 memory=581416 CPUtime=101.92 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 137687 0 0 0 10169 23 0 0 20 0 1 0 237166717 1877073920 145354 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 458270 145354 7998 1 0 429628 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 1837272 KiB
Current children cumulated memory: 584360 KiB
[startup+162.3 s]
/proc/loadavg: 4.31 4.17 4.06 5/267 185464
/proc/meminfo: memFree=117062332/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1833080 memory=581928 CPUtime=161.74 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 137687 0 0 0 16151 23 0 0 20 0 1 0 237166717 1877073920 145482 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 458270 145482 7998 1 0 429628 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 1837272 KiB
Current children cumulated memory: 584872 KiB
[startup+222.3 s]
/proc/loadavg: 4.80 4.34 4.12 5/266 185466
/proc/meminfo: memFree=116565476/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1833080 memory=588456 CPUtime=221.55 cores=0,2
/proc/185370/stat : 185370 (python3) R 185365 185365 184945 0 -1 4194304 137688 0 0 0 22132 23 0 0 20 0 1 0 237166717 1877073920 147114 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 458270 147114 7998 1 0 429628 0
Current children cumulated CPU time: 221.55 s
################
# More data... #
################
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1852536 memory=612508 CPUtime=764.42 cores=0,2
/proc/185370/stat : 185370 (python3) S 185365 185365 184945 0 -1 4194304 147277 0 0 0 76417 25 0 0 20 0 1 0 237166717 1896996864 153127 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 463134 153127 8062 1 0 434492 0
[pid=185497] ppid=185370 vsize=273372 memory=235164 CPUtime=2449.64 cores=0,2
/proc/185497/stat : 185497 (naps-1.03a6) R 185370 185497 185497 0 -1 4194304 568333 0 0 0 244638 326 0 0 20 0 1 0 237243361 279932928 58791 18446744073709551615 4198400 7047149 140732200301648 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 32374784 140732200307087 140732200307185 140732200307185 140732200312777 0
/proc/185497/statm: 68343 58791 544 696 0 67504 0
Current children cumulated CPU time: 3214.06 s
Current children cumulated vsize: 2130100 KiB
Current children cumulated memory: 850616 KiB
[startup+3282.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 185622
/proc/meminfo: memFree=106170324/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1852536 memory=612508 CPUtime=764.42 cores=0,2
/proc/185370/stat : 185370 (python3) S 185365 185365 184945 0 -1 4194304 147277 0 0 0 76417 25 0 0 20 0 1 0 237166717 1896996864 153127 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 463134 153127 8062 1 0 434492 0
[pid=185497] ppid=185370 vsize=273372 memory=251544 CPUtime=2509.48 cores=0,2
/proc/185497/stat : 185497 (naps-1.03a6) R 185370 185497 185497 0 -1 4194304 580489 0 0 0 250612 336 0 0 20 0 1 0 237243361 279932928 62886 18446744073709551615 4198400 7047149 140732200301648 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 32374784 140732200307087 140732200307185 140732200307185 140732200312777 0
/proc/185497/statm: 68343 62886 544 696 0 67504 0
Current children cumulated CPU time: 3273.9 s
Current children cumulated vsize: 2130100 KiB
Current children cumulated memory: 866996 KiB
[startup+3342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/270 185624
/proc/meminfo: memFree=106132032/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1852536 memory=612508 CPUtime=764.42 cores=0,2
/proc/185370/stat : 185370 (python3) S 185365 185365 184945 0 -1 4194304 147277 0 0 0 76417 25 0 0 20 0 1 0 237166717 1896996864 153127 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 463134 153127 8062 1 0 434492 0
[pid=185497] ppid=185370 vsize=306140 memory=267932 CPUtime=2569.32 cores=0,2
/proc/185497/stat : 185497 (naps-1.03a6) R 185370 185497 185497 0 -1 4194304 584129 0 0 0 256593 339 0 0 20 0 1 0 237243361 313487360 66983 18446744073709551615 4198400 7047149 140732200301648 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 32374784 140732200307087 140732200307185 140732200307185 140732200312777 0
/proc/185497/statm: 76535 66983 544 696 0 75696 0
Current children cumulated CPU time: 3333.74 s
Current children cumulated vsize: 2162868 KiB
Current children cumulated memory: 883384 KiB
[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/270 185626
/proc/meminfo: memFree=106132736/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1852536 memory=612508 CPUtime=764.42 cores=0,2
/proc/185370/stat : 185370 (python3) S 185365 185365 184945 0 -1 4194304 147277 0 0 0 76417 25 0 0 20 0 1 0 237166717 1896996864 153127 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 463134 153127 8062 1 0 434492 0
[pid=185497] ppid=185370 vsize=273372 memory=255652 CPUtime=2629.18 cores=0,2
/proc/185497/stat : 185497 (naps-1.03a6) R 185370 185497 185497 0 -1 4194304 597427 0 0 0 262570 348 0 0 20 0 1 0 237243361 279932928 63913 18446744073709551615 4198400 7047149 140732200301648 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 32374784 140732200307087 140732200307185 140732200307185 140732200312777 0
/proc/185497/statm: 68343 63913 544 696 0 67504 0
Current children cumulated CPU time: 3393.6 s
Current children cumulated vsize: 2130100 KiB
Current children cumulated memory: 871104 KiB
[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 185629
/proc/meminfo: memFree=106125560/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1852536 memory=612508 CPUtime=764.42 cores=0,2
/proc/185370/stat : 185370 (python3) S 185365 185365 184945 0 -1 4194304 147277 0 0 0 76417 25 0 0 20 0 1 0 237166717 1896996864 153127 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 463134 153127 8062 1 0 434492 0
[pid=185497] ppid=185370 vsize=306140 memory=272036 CPUtime=2689.01 cores=0,2
/proc/185497/stat : 185497 (naps-1.03a6) R 185370 185497 185497 0 -1 4194304 608450 0 0 0 268545 356 0 0 20 0 1 0 237243361 313487360 68009 18446744073709551615 4198400 7047149 140732200301648 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 32374784 140732200307087 140732200307185 140732200307185 140732200312777 0
/proc/185497/statm: 76535 68009 544 696 0 75696 0
Current children cumulated CPU time: 3453.43 s
Current children cumulated vsize: 2162868 KiB
Current children cumulated memory: 887488 KiB
[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/271 185638
/proc/meminfo: memFree=106170464/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1852536 memory=612508 CPUtime=764.42 cores=0,2
/proc/185370/stat : 185370 (python3) S 185365 185365 184945 0 -1 4194304 147277 0 0 0 76417 25 0 0 20 0 1 0 237166717 1896996864 153127 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 463134 153127 8062 1 0 434492 0
[pid=185497] ppid=185370 vsize=273372 memory=255652 CPUtime=2748.85 cores=0,2
/proc/185497/stat : 185497 (naps-1.03a6) R 185370 185497 185497 0 -1 4194304 622354 0 0 0 274519 366 0 0 20 0 1 0 237243361 279932928 63913 18446744073709551615 4198400 7047149 140732200301648 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 32374784 140732200307087 140732200307185 140732200307185 140732200312777 0
/proc/185497/statm: 68343 63913 544 696 0 67504 0
Current children cumulated CPU time: 3513.27 s
Current children cumulated vsize: 2130100 KiB
Current children cumulated memory: 871104 KiB
[startup+3582.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/271 185640
/proc/meminfo: memFree=106105208/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1852536 memory=612508 CPUtime=764.42 cores=0,2
/proc/185370/stat : 185370 (python3) S 185365 185365 184945 0 -1 4194304 147277 0 0 0 76417 25 0 0 20 0 1 0 237166717 1896996864 153127 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 463134 153127 8062 1 0 434492 0
[pid=185497] ppid=185370 vsize=306140 memory=278180 CPUtime=2808.7 cores=0,2
/proc/185497/stat : 185497 (naps-1.03a6) R 185370 185497 185497 0 -1 4194304 629091 0 0 0 280499 371 0 0 20 0 1 0 237243361 313487360 69545 18446744073709551615 4198400 7047149 140732200301648 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 32374784 140732200307087 140732200307185 140732200307185 140732200312777 0
/proc/185497/statm: 76535 69545 544 696 0 75696 0
Current children cumulated CPU time: 3573.12 s
Current children cumulated vsize: 2162868 KiB
Current children cumulated memory: 893632 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3609.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/271 185641
/proc/meminfo: memFree=106020232/131249996 swapFree=33010160/33010684
[pid=185365] ppid=185361 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/185365/stat : 185365 (scip-naps-1.00.) S 185361 185365 184945 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237166715 4292608 736 18446744073709551615 94779137585152 94779138479685 140731788562144 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94779138718736 94779138766480 94779172343808 140731788564895 140731788564992 140731788564992 140731788570596 0
/proc/185365/statm: 1048 736 672 219 0 110 0
[pid=185370] ppid=185365 vsize=1852536 memory=612508 CPUtime=764.42 cores=0,2
/proc/185370/stat : 185370 (python3) S 185365 185365 184945 0 -1 4194304 147277 0 0 0 76417 25 0 0 20 0 1 0 237166717 1896996864 153127 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 463134 153127 8062 1 0 434492 0
[pid=185497] ppid=185370 vsize=306140 memory=272036 CPUtime=2835.63 cores=0,2
/proc/185497/stat : 185497 (naps-1.03a6) R 185370 185497 185497 0 -1 4194304 630469 0 0 0 283191 372 0 0 20 0 1 0 237243361 313487360 68009 18446744073709551615 4198400 7047149 140732200301648 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 32374784 140732200307087 140732200307185 140732200307185 140732200312777 0
/proc/185497/statm: 76535 68009 544 696 0 75696 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2162868 KiB
Current children cumulated memory: 887488 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3609.32 s]
# the end of solver process 185365 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=0.001244 s, system=0.004528 s
[startup+3609.48 s]
# the end of solver process 185370 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=3596.25 s, system=4.01317 s
# this solver process was not waited by its parent and was adopted by runsolver
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3609.42 s]*
/proc/loadavg: 4.04 4.07 4.08 5/269 185641
/proc/meminfo: memFree=106422068/131249996 swapFree=33010160/33010684
[pid=185370] ppid=185361 vsize=1567108 memory=421996 CPUtime=3600.18 cores=0,2
/proc/185370/stat : 185370 (python3) R 185361 185365 184945 0 -1 4194304 156984 630471 0 0 76427 27 283191 373 20 0 1 0 237166717 1604718592 105499 18446744073709551615 94489305387008 94489305387385 140722223377696 0 0 0 0 16781312 0 0 0 0 17 0 0 0 0 0 0 94489305398680 94489305399300 94489334603776 140722223384918 140722223385120 140722223385120 140722223390695 0
/proc/185370/statm: 391777 105499 8094 1 0 363135 0
Current cumulated CPU time of completed processes: 0.005772 s
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 1567108 KiB
Current children cumulated memory: 421996 KiB
Child status: 0
Real time (s): 3609.48
CPU time (s): 3600.26
CPU user time (s): 3596.25
CPU system time (s): 4.01317
CPU usage (%): 99.7445
Max. virtual memory (cumulated for all children) (KiB): 2228404
Max. memory (cumulated for all children) (KiB): 920248
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.25
system time used= 4.01317
maximum resident set size= 612508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 792173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 378
involuntary context switches= 7910
# summary of solver processes directly reported to runsolver:
# pid: 185365,185370
# total CPU time (s): 3600.26
# total CPU user time (s): 3596.25
# total CPU system time (s): 4.01317
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.50293 second user time and 17.3143 second system time
The end
Launcher Data
Begin job on nodeC029 at 2025-07-22 22:08:03
IDJOB=4542241
IDBENCH=163910
IDSOLVER=3368
FILE ID=nodeC029/4542241-1753214883
RUNJOBID= nodeC029-1753211271-184955
SLURM_JOB_ID= 9687792
Free space on /tmp= 433012 MiB
SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height19_pigeons18_holes17.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542241-1753214883/watcher-4542241-1753214883 -o /tmp/evaluation-result-4542241-1753214883/solver-4542241-1753214883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1753211271-184955 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4542241-1753214883.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 664376cebc4ace2a9adeb41aa7b140b0
RANDOM SEED=2145103901
nodeC029 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.707
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.46
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 : 3599.718
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.46
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 : 3599.771
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.46
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.996
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.46
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 : 3600.037
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.46
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.719
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.46
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 : 3599.051
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.46
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 : 3598.782
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.46
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249996 kB
MemFree: 126611140 kB
MemAvailable: 129707024 kB
Buffers: 2128 kB
Cached: 3856704 kB
SwapCached: 36 kB
Active: 1324612 kB
Inactive: 2616916 kB
Active(anon): 104196 kB
Inactive(anon): 4716 kB
Active(file): 1220416 kB
Inactive(file): 2612200 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010160 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 21212 kB
Writeback: 24 kB
AnonPages: 85592 kB
Mapped: 109828 kB
Shmem: 26216 kB
KReclaimable: 205016 kB
Slab: 302264 kB
SReclaimable: 205016 kB
SUnreclaim: 97248 kB
KernelStack: 4128 kB
PageTables: 2964 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 360024 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150424 kB
VmallocChunk: 0 kB
Percpu: 3968 kB
HardwareCorrupted: 0 kB
AnonHugePages: 26624 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: 193236 kB
DirectMap2M: 11112448 kB
DirectMap1G: 124780544 kB
Free space on /tmp at the end= 432904 MiB
End job on nodeC029 at 2025-07-22 23:08:12