Trace number 4543730
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/CombinatorialBenchmarksPBsolvers/ php-exit/normalized-phpexit_v2_30_096.opb |
MD5SUM | fedac043231dc7d3bd4ac0917a28b068 |
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 | 6.12995 |
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 | 279390 |
Total number of constraints | 5791 |
Number of constraints which are clauses | 2911 |
Number of constraints which are cardinality constraints (but not clauses) | 2880 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 30 |
Maximum length of a constraint | 97 |
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 | 29 |
Number of bits of the biggest number in a constraint | 5 |
Biggest sum of numbers in a constraint | 98 |
Number of bits of the biggest sum of numbers | 7 |
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
499.93/501.62 c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4543730-1753222634.opb
499.93/501.62 c Solving mode: decision
499.93/501.62 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
499.93/501.62 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
499.93/501.62 c original problem has 279390 variables (279390 bin, 0 int, 0 impl, 0 cont) and 5791 constraints
499.93/501.62 c presolving:
499.93/501.62 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2911 upgd conss, 0 impls, 2880 clqs
499.93/501.62 c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5791 upgd conss, 0 impls, 2880 clqs
499.93/501.62 c (4.0s) probing: 51/279390 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
499.93/501.62 c (4.0s) probing aborted: 50/50 successive totally useless probings
499.93/501.62 c (4.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
499.93/501.62 c symmetry computation terminated early, because number of cells 100131 in Nauty exceeds limit of 100000
499.93/501.62 c for running full symmetry detection, increase value of parameter propagating/symmetry/nautymaxncells
499.93/501.62 c (4.8s) no symmetry present (symcode time: 0.52)
499.93/501.62 c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
499.93/501.62 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
499.93/501.62 c 0 implications, 2880 cliques
499.93/501.62 c presolved problem has 279390 variables (279390 bin, 0 int, 0 impl, 0 cont) and 5791 constraints
499.93/501.62 c 2880 constraints of type <setppc>
499.93/501.62 c 2911 constraints of type <logicor>
499.93/501.62 c transformed objective value is always integral (scale: 1)
499.93/501.62 c Presolving Time: 4.48
499.93/501.62 c
499.93/501.62 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
499.93/501.62 c 32.1s| 1 | 0 | 3412 | - | 1330M | 0 | 279k|5906 |5791 | 0 | 0 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 41.7s| 1 | 0 | 5663 | - | 1476M | 0 | 279k|5906 |5804 | 13 | 1 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 48.3s| 1 | 0 | 5824 | - | 1530M | 0 | 279k|5906 |5820 | 29 | 2 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 50.3s| 1 | 0 | 5917 | - | 1532M | 0 | 279k|5906 |5835 | 44 | 3 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 52.5s| 1 | 0 | 6054 | - | 1539M | 0 | 279k|5906 |5844 | 53 | 4 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 54.2s| 1 | 0 | 6226 | - | 1565M | 0 | 279k|5906 |5850 | 59 | 5 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 55.3s| 1 | 0 | 6304 | - | 1565M | 0 | 279k|5906 |5855 | 64 | 6 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 56.9s| 1 | 0 | 6463 | - | 1590M | 0 | 279k|5906 |5860 | 69 | 7 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 59.0s| 1 | 0 | 6568 | - | 1592M | 0 | 279k|5906 |5867 | 76 | 8 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 60.6s| 1 | 0 | 6661 | - | 1604M | 0 | 279k|5906 |5871 | 80 | 9 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 62.1s| 1 | 0 | 6757 | - | 1612M | 0 | 279k|5906 |5877 | 86 | 10 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 62.5s| 1 | 0 | 6800 | - | 1618M | 0 | 279k|5906 |5880 | 89 | 11 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 64.0s| 1 | 0 | 6915 | - | 1619M | 0 | 279k|5906 |5901 | 110 | 12 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 64.5s| 1 | 0 | 6940 | - | 1620M | 0 | 279k|5904 |5862 | 114 | 13 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 64.9s| 1 | 0 | 6982 | - | 1621M | 0 | 279k|5904 |5876 | 128 | 14 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
499.93/501.62 c 65.3s| 1 | 0 | 7026 | - | 1622M | 0 | 279k|5904 |5883 | 135 | 15 | 126 | 0 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 107s| 1 | 2 | 13782 | - | 1633M | 0 | 279k|5905 |5883 | 135 | 15 | 129 | 46 | 0.000000e+00 | -- | Inf | unknown
499.93/501.62 c 357s| 100 | 92 |141167 |1355.1 | 1752M | 37 | 279k|5950 |5815 | 250 | 1 | 189 | 46 | 0.000000e+00 | -- | Inf | 78.13%
499.93/501.62 c 433s| 200 | 183 |170041 | 819.2 | 1875M | 46 | 279k|5952 |5822 | 437 | 1 | 196 | 46 | 0.000000e+00 | -- | Inf | 78.13%
499.93/501.62 c 481s| 300 | 279 |190944 | 615.2 | 1882M | 54 | 279k|5986 |5823 | 459 | 1 | 230 | 46 | 0.000000e+00 | -- | Inf | 78.13%
499.93/501.62 c
499.93/501.62 c SCIP Status : solving was interrupted [time limit reached]
499.93/501.62 c Solving Time (sec) : 500.02
499.93/501.62 c Solving Nodes : 320
499.93/501.62 c Primal Bound : +1.00000000000000e+20 (0 solutions)
499.93/501.62 c Dual Bound : +0.00000000000000e+00
499.93/501.62 c Gap : infinite
499.93/501.62 c ----------------------------------------------------------------------
499.93/501.62 c dual bound: 0.0 -> 0
499.93/501.62 c primal bound: 1e+20 -> 100000000000000000000
499.93/501.62 c scip-goal-lb: 0
499.93/501.62 c scip-goal-ub: 100000000000000000000
499.93/501.62 c writing output to: HOME/tmpw2pzrzpt.opb
499.93/501.62 c appending fixed variable constraints
499.93/501.62 c scip-fixed vars: 0.00% (8/279390)
499.93/501.62 c ----------------------------------------------------------------------
499.93/501.62 c executing external solver: HOME/naps-1.03a6
499.93/501.62 c ----------------------------------------------------------------------
499.93/501.62 c command: HOME/naps-1.03a6 HOME/tmpw2pzrzpt.opb
499.93/501.69 c NaPS 1.03a6.
499.93/501.69 c Input file name: HOME/tmpw2pzrzpt.opb
3600.05/3610.80 c
3600.05/3610.80 c *** TERMINATED *** by signal 15
3600.05/3610.80 c s UNKNOWN
3600.05/3610.80 c _____________________________________________________________________________
3600.05/3610.80 c std/band forms : 2880,0
3600.05/3610.80 c 2cl/3cl ITE-codings : 0,0
3600.05/3610.80 c BDD/srt/adr Max costs : 0,2136,0
3600.05/3610.80 c BDDraw/bin/mul/srt/adr: 0,0,0,2880,0
3600.05/3610.80 c BDD nodes : 0
3600.05/3610.80 c Es1/CC detections : 0,0
3600.05/3610.80 c CC sort : 2880
3600.05/3610.80 c SAT/UNSAT calls : 0,0
3600.05/3610.80 c regenrated variables : 0
3600.05/3610.80 c eliminated fixed lits : 0
3600.05/3610.80 c goal lit flips : 0
3600.05/3610.80 c goal stages : 0
3600.05/3610.80 c goal shrink : 0
3600.05/3610.80 c goal coeff separations: 0
3600.05/3610.80 c restarts : 0
3600.05/3610.80 c conflicts : 0 (0 /sec)
3600.05/3610.80 c decisions : 0 (0 /sec)
3600.05/3610.80 c propagations : 0 (0 /sec)
3600.05/3610.80 c inspects : 0 (0 /sec)
3600.05/3610.80 c CPU time (solving tm) : 3094 s (3089 s, SAT 0 s, UNSAT 0 s)
3600.05/3610.80 c Time for Opt-base : 0.05479 s
3600.05/3610.80 c Steps for Opt-base : 0
3600.05/3610.80 c Time for BDD coding : 0 s
3600.05/3610.80 c Time for srt coding : 2.327 s
3600.05/3610.80 c _____________________________________________________________________________
3600.05/3610.80 s UNKNOWN
3601.25/3612.05 c received SIGTERM, forwarding to pbsolver...
3601.25/3612.05 c failed to send SIGTERM to pbsolver: [Errno 3] No such process
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: 63665 MiB (61097 MiB free)
memory of node 1: 64507 MiB (60698 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543730-1753222634/watcher-4543730-1753222634 -o /tmp/evaluation-result-4543730-1753222634/solver-4543730-1753222634 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753222587-197773 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4543730-1753222634.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
Starting watchdog thread
solver pid=198725, runsolver pid=198722
Current StackSize limit: 8192 KiB
[startup+0.100062 s]*
/proc/loadavg: 2.89 1.57 1.41 5/271 198730
/proc/meminfo: memFree=124701156/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=1186972 memory=31768 CPUtime=0.06 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 3740 0 0 0 5 1 0 0 20 0 1 0 237943710 1215459328 7942 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 296743 7942 4846 1 0 268765 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191164 KiB
Current children cumulated memory: 34712 KiB
[startup+0.205715 s]*
/proc/loadavg: 2.89 1.57 1.41 5/271 198730
/proc/meminfo: memFree=124661088/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=1253844 memory=104984 CPUtime=0.17 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 19558 0 0 0 13 4 0 0 20 0 1 0 237943710 1283936256 26246 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 313461 26246 7566 1 0 284819 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1258036 KiB
Current children cumulated memory: 107928 KiB
[startup+0.305748 s]*
/proc/loadavg: 2.89 1.57 1.41 5/271 198730
/proc/meminfo: memFree=124580448/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=1332088 memory=182168 CPUtime=0.27 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 38848 0 0 0 20 7 0 0 20 0 1 0 237943710 1364058112 45542 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 333022 45542 7566 1 0 304380 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1336280 KiB
Current children cumulated memory: 185112 KiB
[startup+0.700223 s]
/proc/loadavg: 2.89 1.57 1.41 5/271 198730
/proc/meminfo: memFree=124431452/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=1659612 memory=510028 CPUtime=0.65 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 120637 0 0 0 47 18 0 0 20 0 1 0 237943710 1699442688 127507 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 414903 127507 7758 1 0 386261 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1663804 KiB
Current children cumulated memory: 512972 KiB
[startup+1.50022 s]
/proc/loadavg: 2.89 1.57 1.41 5/271 198730
/proc/meminfo: memFree=124048348/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=1925696 memory=745864 CPUtime=1.45 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 178023 0 0 0 118 27 0 0 20 0 1 0 237943710 1971912704 186466 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 481424 186466 7822 1 0 452782 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1929888 KiB
Current children cumulated memory: 748808 KiB
[startup+3.10568 s]
/proc/loadavg: 2.89 1.57 1.41 5/271 198730
/proc/meminfo: memFree=123938536/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=1993128 memory=812308 CPUtime=3.06 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 191844 0 0 0 275 31 0 0 20 0 1 0 237943710 2040963072 203077 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 498282 203077 7854 1 0 469640 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1997320 KiB
Current children cumulated memory: 815252 KiB
[startup+6.30022 s]
/proc/loadavg: 2.98 1.62 1.43 5/271 198730
/proc/meminfo: memFree=123673156/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=2359888 memory=1053208 CPUtime=6.24 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 262128 0 0 0 578 46 0 0 20 0 1 0 237943710 2416525312 263302 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 589972 263302 8014 1 0 561330 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 2364080 KiB
Current children cumulated memory: 1056152 KiB
[startup+12.7002 s]
/proc/loadavg: 3.06 1.66 1.44 5/271 198730
/proc/meminfo: memFree=123451012/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=2665836 memory=1334368 CPUtime=12.62 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 316486 0 0 0 1206 56 0 0 20 0 1 0 237943710 2729816064 333592 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 666459 333592 8078 1 0 637817 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 2670028 KiB
Current children cumulated memory: 1337312 KiB
[startup+25.5002 s]
/proc/loadavg: 3.27 1.77 1.48 4/266 198787
/proc/meminfo: memFree=126232616/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=2738176 memory=1405484 CPUtime=25.39 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 332758 0 0 0 2479 60 0 0 20 0 1 0 237943710 2803892224 351371 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 684544 351371 8078 1 0 655902 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2742368 KiB
Current children cumulated memory: 1408428 KiB
[startup+51.1056 s]
/proc/loadavg: 3.52 1.95 1.55 4/271 199172
/proc/meminfo: memFree=125973708/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=2905560 memory=1565528 CPUtime=50.91 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 364616 0 0 0 5026 65 0 0 20 0 1 0 237943710 2975293440 391382 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 726390 391382 8078 1 0 697748 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 2909752 KiB
Current children cumulated memory: 1568472 KiB
[startup+102.3 s]
/proc/loadavg: 3.84 2.28 1.69 5/271 199669
/proc/meminfo: memFree=124793804/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=3148336 memory=1807696 CPUtime=101.96 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 667676 0 0 0 10076 120 0 0 20 0 1 0 237943710 3223896064 451924 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 787084 451924 8078 1 0 758442 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 3152528 KiB
Current children cumulated memory: 1810640 KiB
[startup+162.3 s]
/proc/loadavg: 4.28 2.68 1.86 5/268 199719
/proc/meminfo: memFree=125421380/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=3148336 memory=1812048 CPUtime=161.78 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 668970 0 0 0 16056 122 0 0 20 0 1 0 237943710 3223896064 453012 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 787084 453012 8078 1 0 758442 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 3152528 KiB
Current children cumulated memory: 1814992 KiB
[startup+222.3 s]
/proc/loadavg: 4.27 2.98 2.02 5/267 199769
/proc/meminfo: memFree=122928656/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=3932748 memory=2563732 CPUtime=221.59 cores=1,3
/proc/198730/stat : 198730 (python3) R 198725 198725 197761 0 -1 4194304 852836 0 0 0 22006 153 0 0 20 0 1 0 237943710 4027133952 640933 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 983187 640933 8078 1 0 954545 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 3936940 KiB
################
# More data... #
################
/proc/meminfo: memFree=120592164/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=4104376 memory=2768612 CPUtime=499.99 cores=1,3
/proc/198730/stat : 198730 (python3) S 198725 198725 197761 0 -1 4194304 917922 0 0 0 49827 172 0 0 20 0 1 0 237943710 4202881024 692153 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 1026094 692153 8110 1 0 997452 0
[pid=199828] ppid=198730 vsize=1334208 memory=1143244 CPUtime=2832.32 cores=1,3
/proc/199828/stat : 199828 (naps-1.03a6) R 198730 199828 199828 0 -1 4194304 499518 0 0 0 282639 593 0 0 20 0 1 0 237993873 1366228992 285811 18446744073709551615 4198400 7047149 140732001337760 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37945344 140732001343887 140732001343985 140732001343985 140732001349577 0
/proc/199828/statm: 333552 285811 544 696 0 332713 0
Current children cumulated CPU time: 3332.31 s
Current children cumulated vsize: 5442776 KiB
Current children cumulated memory: 3914800 KiB
[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.08 5/271 200575
/proc/meminfo: memFree=120466552/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=4104376 memory=2768612 CPUtime=499.99 cores=1,3
/proc/198730/stat : 198730 (python3) S 198725 198725 197761 0 -1 4194304 917922 0 0 0 49827 172 0 0 20 0 1 0 237943710 4202881024 692153 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 1026094 692153 8110 1 0 997452 0
[pid=199828] ppid=198730 vsize=1563584 memory=1298892 CPUtime=2892.15 cores=1,3
/proc/199828/stat : 199828 (naps-1.03a6) R 198730 199828 199828 0 -1 4194304 503034 0 0 0 288617 598 0 0 20 0 1 0 237993873 1601110016 324723 18446744073709551615 4198400 7047149 140732001337760 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37945344 140732001343887 140732001343985 140732001343985 140732001349577 0
/proc/199828/statm: 390896 324723 544 696 0 390057 0
Current children cumulated CPU time: 3392.14 s
Current children cumulated vsize: 5672152 KiB
Current children cumulated memory: 4070448 KiB
[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.08 5/271 200577
/proc/meminfo: memFree=120692636/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=4104376 memory=2768612 CPUtime=499.99 cores=1,3
/proc/198730/stat : 198730 (python3) S 198725 198725 197761 0 -1 4194304 917922 0 0 0 49827 172 0 0 20 0 1 0 237943710 4202881024 692153 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 1026094 692153 8110 1 0 997452 0
[pid=199828] ppid=198730 vsize=1186752 memory=1038436 CPUtime=2951.98 cores=1,3
/proc/199828/stat : 199828 (naps-1.03a6) R 198730 199828 199828 0 -1 4194304 505598 0 0 0 294595 603 0 0 20 0 1 0 237993873 1215234048 259609 18446744073709551615 4198400 7047149 140732001337760 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37945344 140732001343887 140732001343985 140732001343985 140732001349577 0
/proc/199828/statm: 296688 259609 544 696 0 295849 0
Current children cumulated CPU time: 3451.97 s
Current children cumulated vsize: 5295320 KiB
Current children cumulated memory: 3809992 KiB
[startup+3522.3 s]
/proc/loadavg: 4.07 4.11 4.08 5/271 200579
/proc/meminfo: memFree=120661772/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=4104376 memory=2768612 CPUtime=499.99 cores=1,3
/proc/198730/stat : 198730 (python3) S 198725 198725 197761 0 -1 4194304 917922 0 0 0 49827 172 0 0 20 0 1 0 237943710 4202881024 692153 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 1026094 692153 8110 1 0 997452 0
[pid=199828] ppid=198730 vsize=1203136 memory=1085896 CPUtime=3011.81 cores=1,3
/proc/199828/stat : 199828 (naps-1.03a6) R 198730 199828 199828 0 -1 4194304 507503 0 0 0 300573 608 0 0 20 0 1 0 237993873 1232011264 271474 18446744073709551615 4198400 7047149 140732001337760 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37945344 140732001343887 140732001343985 140732001343985 140732001349577 0
/proc/199828/statm: 300784 271474 544 696 0 299945 0
Current children cumulated CPU time: 3511.8 s
Current children cumulated vsize: 5311704 KiB
Current children cumulated memory: 3857452 KiB
[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.08 5/270 200581
/proc/meminfo: memFree=120633324/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=4104376 memory=2768612 CPUtime=499.99 cores=1,3
/proc/198730/stat : 198730 (python3) S 198725 198725 197761 0 -1 4194304 917922 0 0 0 49827 172 0 0 20 0 1 0 237943710 4202881024 692153 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 1026094 692153 8110 1 0 997452 0
[pid=199828] ppid=198730 vsize=1235904 memory=1104332 CPUtime=3071.63 cores=1,3
/proc/199828/stat : 199828 (naps-1.03a6) R 198730 199828 199828 0 -1 4194304 509872 0 0 0 306552 611 0 0 20 0 1 0 237993873 1265565696 276083 18446744073709551615 4198400 7047149 140732001337760 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37945344 140732001343887 140732001343985 140732001343985 140732001349577 0
/proc/199828/statm: 308976 276083 544 696 0 308137 0
Current children cumulated CPU time: 3571.62 s
Current children cumulated vsize: 5344472 KiB
Current children cumulated memory: 3875888 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3610.8 s]
/proc/loadavg: 4.11 4.11 4.09 5/270 200582
/proc/meminfo: memFree=120596996/131250000 swapFree=33008868/33010684
[pid=198725] ppid=198722 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/198725/stat : 198725 (scip-naps-1.00a) S 198722 198725 197761 0 -1 4194304 260 340 0 0 0 0 0 0 20 0 1 0 237943708 4292608 736 18446744073709551615 94343768150016 94343769044549 140734734124512 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94343769283600 94343769331344 94343778836480 140734734133659 140734734133758 140734734133758 140734734139362 0
/proc/198725/statm: 1048 736 672 219 0 110 0
[pid=198730] ppid=198725 vsize=4104376 memory=2768612 CPUtime=499.99 cores=1,3
/proc/198730/stat : 198730 (python3) S 198725 198725 197761 0 -1 4194304 917922 0 0 0 49827 172 0 0 20 0 1 0 237943710 4202881024 692153 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 1026094 692153 8110 1 0 997452 0
[pid=199828] ppid=198730 vsize=1334208 memory=1098188 CPUtime=3100.06 cores=1,3
/proc/199828/stat : 199828 (naps-1.03a6) R 198730 199828 199828 0 -1 4194304 511676 0 0 0 309392 614 0 0 20 0 1 0 237993873 1366228992 274547 18446744073709551615 4198400 7047149 140732001337760 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37945344 140732001343887 140732001343985 140732001343985 140732001349577 0
/proc/199828/statm: 333552 274547 544 696 0 332713 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 5442776 KiB
Current children cumulated memory: 3869744 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3610.82 s]
# the end of solver process 198725 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=0.004313 s, system=0.002953 s
[startup+3612.39 s]
# the end of solver process 198730 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=3593.49 s, system=8.16147 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+3611.2 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 200582
/proc/meminfo: memFree=121682488/131250000 swapFree=33008868/33010684
[pid=198730] ppid=198722 vsize=4104376 memory=2768612 CPUtime=3600.43 cores=1,3
/proc/198730/stat : 198730 (python3) R 198722 198725 197761 0 -1 4194304 1032169 511677 0 0 49859 178 309392 614 20 0 1 0 237943710 4202881024 692153 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 1026094 692153 8110 1 0 997452 0
Current cumulated CPU time of completed processes: 0.007266 s
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 4104376 KiB
Current children cumulated memory: 2768612 KiB
[startup+3612 s]*
/proc/loadavg: 4.11 4.11 4.09 5/268 200583
/proc/meminfo: memFree=121756220/131250000 swapFree=33008868/33010684
[pid=198730] ppid=198722 vsize=4052480 memory=2716792 CPUtime=3601.24 cores=1,3
/proc/198730/stat : 198730 (python3) R 198722 198725 197761 0 -1 4194304 1174076 511677 0 0 49931 187 309392 614 20 0 1 0 237943710 4149739520 679198 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 1013120 679198 8110 1 0 984478 0
Current cumulated CPU time of completed processes: 0.007266 s
Current children cumulated CPU time: 3601.24 s
Current children cumulated vsize: 4052480 KiB
Current children cumulated memory: 2716792 KiB
[startup+3612.2 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 200583
/proc/meminfo: memFree=121756220/131250000 swapFree=33008868/33010684
[pid=198730] ppid=198722 vsize=3768912 memory=2583252 CPUtime=3601.43 cores=1,3
/proc/198730/stat : 198730 (python3) R 198722 198725 197761 0 -1 4194304 1213417 511677 0 0 49948 189 309392 614 20 0 1 0 237943710 3859365888 645813 18446744073709551615 94664655966208 94664655966585 140721459037776 0 0 0 0 16781312 0 0 0 0 17 1 0 0 0 0 0 94664655977880 94664655978500 94664656695296 140721459046735 140721459046944 140721459046944 140721459052519 0
/proc/198730/statm: 942228 645813 8110 1 0 913586 0
Current cumulated CPU time of completed processes: 0.007266 s
Current children cumulated CPU time: 3601.43 s
Current children cumulated vsize: 3768912 KiB
Current children cumulated memory: 2583252 KiB
[startup+3612.3 s]*
/proc/loadavg: 4.11 4.11 4.09 5/268 200583
/proc/meminfo: memFree=122161836/131250000 swapFree=33008868/33010684
Current cumulated CPU time of completed processes: 0.007266 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
Child status: 0
Real time (s): 3612.39
CPU time (s): 3601.65
CPU user time (s): 3593.49
CPU system time (s): 8.16147
CPU usage (%): 99.7027
Max. virtual memory (cumulated for all children) (KiB): 6548336
Max. memory (cumulated for all children) (KiB): 4807092
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.49
system time used= 8.16147
maximum resident set size= 2768612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1739729
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 362
involuntary context switches= 7335
# summary of solver processes directly reported to runsolver:
# pid: 198725,198730
# total CPU time (s): 3601.65
# total CPU user time (s): 3593.49
# total CPU system time (s): 8.16147
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.01259 second user time and 16.1526 second system time
The end
Launcher Data
Begin job on nodeC013 at 2025-07-23 00:17:15
IDJOB=4543730
IDBENCH=174564
IDSOLVER=3388
FILE ID=nodeC013/4543730-1753222634
RUNJOBID= nodeC013-1753222587-197773
SLURM_JOB_ID= 9687822
Free space on /tmp= 433016 MiB
SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v2_30_096.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543730-1753222634/watcher-4543730-1753222634 -o /tmp/evaluation-result-4543730-1753222634/solver-4543730-1753222634 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753222587-197773 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4543730-1753222634.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= fedac043231dc7d3bd4ac0917a28b068
RANDOM SEED=1588221692
nodeC013 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.828
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.67
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.308
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.67
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 : 3569.392
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.67
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 : 3608.743
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.67
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.728
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.67
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.805
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.67
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 : 3548.441
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.67
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 : 3492.865
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.67
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 124719080 kB
MemAvailable: 125788632 kB
Buffers: 1668 kB
Cached: 1810196 kB
SwapCached: 52 kB
Active: 4803168 kB
Inactive: 952236 kB
Active(anon): 3960092 kB
Inactive(anon): 4872 kB
Active(file): 843076 kB
Inactive(file): 947364 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33008868 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 11376 kB
Writeback: 0 kB
AnonPages: 3946712 kB
Mapped: 126496 kB
Shmem: 21424 kB
KReclaimable: 236304 kB
Slab: 333252 kB
SReclaimable: 236304 kB
SUnreclaim: 96948 kB
KernelStack: 4384 kB
PageTables: 11568 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 7790476 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150616 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 57344 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: 215764 kB
DirectMap2M: 8992768 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 432948 MiB
End job on nodeC013 at 2025-07-23 01:17:27