Trace number 4531864

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma-log 0f876b3? (TO) 3600.35 3611.59

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
MD5SUMb5fa98c77b2f02bc89c0dd9881e13d7c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.43506
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4531864-1752584622.opb'
0.35/0.46	c 	read 18.61MB  (449.31ms)
0.35/0.46	c	 [cnf: #variables 97901 #clauses 291722 #duplicates 0 #arr 778141]
0.35/0.46	c output proof to 'PROOFDIR/proof-4531864-1752584622'
0.35/0.46	c 
0.35/0.46	c make graph and approximate orbits
0.61/0.78	c	 [group: #orbits ~= 0] (320.40ms)
0.61/0.78	c 
0.61/0.78	c detect special group actions
0.61/0.78	c 	probe for Johnson action (limit=64)
0.61/0.79	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.72/0.81	c 	probe for row symmetry (limit=64, splits=16.78M)
0.72/0.83	c 	 (47.00ms)
0.72/0.83	c 
0.72/0.83	c detect symmetries on remainder
0.72/0.84	c 	[graph: #vertices 780785 #edges 2338606]
0.72/0.84	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.81/0.90	c 	 [group: #symmetries 1.00*10^0 #generators 0] (70.17ms)
0.81/0.90	c 
0.81/0.90	c finalize break order and special generators
0.81/0.91	c 
0.81/0.91	c generation finished
0.81/0.91	c 	[sbp: #constraints 0 #add_vars 0]
0.81/0.92	c 
0.81/0.92	c write result to 'HOME/instance-4531864-1752584622.opb.pre'
0.81/0.98	c 	wrote 18.81MB (66.20ms)
0.81/0.98	c ------------------------------------------------------------------
0.81/0.98	c                 449.31ms 46.33% parse
0.81/0.98	c                 320.40ms 33.04% approx_orbits
0.81/0.98	c                  70.17ms  7.23% detect_generic
0.81/0.98	c                  66.20ms  6.83% output
0.81/0.98	c                  47.00ms  4.85% detect_special
0.81/0.98	c                  10.24ms  1.06% other
0.81/0.98	c                   6.56ms  0.68% finalize_order
0.81/0.98	c         ───────────────────────────────────────────────
0.81/0.98	c                 969.87ms   100% total
0.81/0.98	c ------------------------------------------------------------------
0.92/1.07	c RoundingSat 2
0.92/1.07	c branch pb25
0.92/1.07	c commit 0f876b3
8.21/8.42	c #variables 97901 #constraints 291722
8.21/8.42	c objective is ceArb 
3600.14/3611.29	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3600.14/3611.29	c initial counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 3
3600.14/3611.29	c cpu time 3598.08 s
3600.14/3611.29	c deterministic time 49063 4.91e+04
3600.14/3611.29	c optimization time 3591.24 s
3600.14/3611.29	c total solve time 0 s
3600.14/3611.29	c core-guided solve time 0 s
3600.14/3611.29	c propagation time 0.110125 s
3600.14/3611.29	c conflict analysis time 0 s
3600.14/3611.29	c propagations 24531
3600.14/3611.29	c resolve steps 0
3600.14/3611.29	c decisions 0
3600.14/3611.29	c conflicts 0
3600.14/3611.29	c restarts 0
3600.14/3611.29	c inprocessing phases 0
3600.14/3611.29	c garbage collections 0 ,( -nan )
3600.14/3611.29	c input clauses 291720 ,( 100.00 )
3600.14/3611.29	c input cardinalities 0 ,( 0.00 )
3600.14/3611.29	c input general constraints 2 ,( 0.00 )
3600.14/3611.29	c input average constraint length 3.00
3600.14/3611.29	c input average constraint degree 32798799768710009465539118405447807820257778727645899804279226665882458357050410784209209907835757829105374939036143865804825134397980286763632154587154475188163243919463379103847830544067854336.00
3600.14/3611.29	c learned clauses 0 ,( 0.00 )
3600.14/3611.29	c learned cardinalities 0 ,( 0.00 )
3600.14/3611.29	c learned general constraints 0 ,( 0.00 )
3600.14/3611.29	c learned average constraint length 0.00
3600.14/3611.29	c learned average constraint degree 0.00
3600.14/3611.29	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3600.14/3611.30	c counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 3
3600.14/3611.30	c watched   constraints 0 ,( 0.00 ) 
3600.14/3611.30	c counting  constraints 2 ,( 100.00 ) 
3600.14/3611.30	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 0 , 0 , 0 ,( 0 , 0 )
3600.14/3611.30	c gcd simplifications 0
3600.14/3611.30	c detected cardinalities 0
3600.14/3611.30	c weakened non-implied lits 0
3600.14/3611.30	c weakened non-implying lits 0
3600.14/3611.30	c original variables 97901
3600.14/3611.30	c clausal propagations 0
3600.14/3611.30	c cardinality propagations 0
3600.14/3611.30	c watched propagations 0
3600.14/3611.30	c counting propagations 0
3600.14/3611.30	c watch lookups 24531
3600.14/3611.30	c watch backjump lookups 0
3600.14/3611.30	c watch checks 0
3600.14/3611.30	c propagation checks 0
3600.14/3611.30	c constraint additions 0
3600.14/3611.30	c trail pops 0
3600.14/3611.30	c formula constraints 291722
3600.14/3611.30	c learned constraints 0
3600.14/3611.30	c bound constraints 0
3600.14/3611.30	c core-guided constraints 0
3600.14/3611.30	c encountered formula constraints 0
3600.14/3611.30	c encountered learned constraints 0
3600.14/3611.30	c encountered bound constraints 0
3600.14/3611.30	c encountered core-guided constraints 0
3600.14/3611.30	c LP total time 0 s
3600.14/3611.30	c LP solve time 0 s
3600.14/3611.30	c LP constraints added 0
3600.14/3611.30	c LP constraints removed 0
3600.14/3611.30	c LP pivots internal 0
3600.14/3611.30	c LP pivots root 0
3600.14/3611.30	c LP calls 0
3600.14/3611.30	c LP optimalities 0
3600.14/3611.30	c LP no pivot count 0
3600.14/3611.30	c LP infeasibilities 0
3600.14/3611.30	c LP valid Farkas constraints 0
3600.14/3611.30	c LP learned Farkas constraints 0
3600.14/3611.30	c LP basis resets 0
3600.14/3611.30	c LP cycling count 0
3600.14/3611.30	c LP singular count 0
3600.14/3611.30	c LP no primal count 0
3600.14/3611.30	c LP no farkas count 0
3600.14/3611.30	c LP other issue count 0
3600.14/3611.30	c LP Gomory cuts 0
3600.14/3611.30	c LP learned cuts 0
3600.14/3611.30	c LP deleted cuts 0
3600.14/3611.30	c LP encountered Gomory constraints 0
3600.14/3611.30	c LP encountered Farkas constraints 0
3600.14/3611.30	c LP encountered learned Farkas constraints 0
3600.14/3611.30	c CG auxiliary variables introduced 0
3600.14/3611.30	c CG solutions found 0
3600.14/3611.30	c CG cores constructed 0
3600.14/3611.30	c CG core cardinality constraints returned 0
3600.14/3611.30	c CG unit cores 0
3600.14/3611.30	c CG single cores 0
3600.14/3611.30	c CG blocks removed during cardinality reduction 0
3600.14/3611.30	c CG first core best 0
3600.14/3611.30	c CG decision core best 0
3600.14/3611.30	c CG core reduction tie 0
3600.14/3611.30	c CG core degree average 0.00
3600.14/3611.30	c CG core slack average 0.00
3600.14/3611.30	c CG core upper bound improvements 0
3600.14/3611.30	c STR number of successful calls 0
3600.14/3611.30	c STR number of unsuccessful calls 0
3600.14/3611.30	c STR number of inconclusive calls 0
3600.14/3611.30	c STR number of successful attempts 0
3600.14/3611.30	c STR number of unsuccessful attempts 0
3600.14/3611.30	c STR number of inconclusive attempts 0
3600.14/3611.30	c STR average degree increase per successful call inf
3600.14/3611.30	c STR average degree increase per successful attempt inf
3600.14/3611.30	c STR total number of conflicts for successful attempts 0
3600.14/3611.30	c STR total number of conflicts for unsuccessful attempts 0
3600.14/3611.30	c STR total number of conflicts for inconclusive attempts 0
3600.14/3611.30	c STR average number of conflicts per successful attempt inf
3600.14/3611.30	c STR average number of conflicts per unsuccessful attempt inf
3600.14/3611.30	c STR average number of conflicts per inconclusive attempt inf
3600.14/3611.30	c AVG.sumWPerc 86.41 
3600.14/3611.30	c bigint constraints 3 
3600.14/3611.30	s UNKNOWN
3600.14/3611.30	c Program interrupted by user.

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: 63837 MiB (62759 MiB free)
  memory of node 1: 64465 MiB (62331 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4531864-1752584622/watcher-4531864-1752584622 -o /tmp/evaluation-result-4531864-1752584622/solver-4531864-1752584622 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752584602-141230 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531864-1752584622.opb PROOFDIR/proof-4531864-1752584622 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
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=141389, runsolver pid=141386
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 1.22 0.60 0.35 5/257 141391
/proc/meminfo: memFree=128011384/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141391] ppid=141389 vsize=89756 memory=79692 CPUtime=0.08 cores=5,7
/proc/141391/stat : 141391 (pbsuma) R 141389 141389 141217 0 -1 4194304 3471 0 0 0 6 2 0 0 20 0 1 0 174141368 91910144 19923 18446744073709551615 4210688 4653049 140724974209264 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 11231232 140724974217441 140724974217776 140724974217776 140724974223343 0
/proc/141391/statm: 22439 19923 960 108 0 19847 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 93948 KiB
Current children cumulated memory: 82764 KiB

[startup+0.211548 s]*
/proc/loadavg: 1.22 0.60 0.35 5/257 141391
/proc/meminfo: memFree=128002104/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141391] ppid=141389 vsize=97984 memory=88376 CPUtime=0.18 cores=5,7
/proc/141391/stat : 141391 (pbsuma) R 141389 141389 141217 0 -1 4194304 6267 0 0 0 15 3 0 0 20 0 1 0 174141368 100335616 22094 18446744073709551615 4210688 4653049 140724974209264 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 11231232 140724974217441 140724974217776 140724974217776 140724974223343 0
/proc/141391/statm: 24496 22094 960 108 0 21904 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 102176 KiB
Current children cumulated memory: 91448 KiB

[startup+0.311445 s]*
/proc/loadavg: 1.22 0.60 0.35 5/257 141391
/proc/meminfo: memFree=127991960/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141391] ppid=141389 vsize=106812 memory=96312 CPUtime=0.27 cores=5,7
/proc/141391/stat : 141391 (pbsuma) R 141389 141389 141217 0 -1 4194304 8688 0 0 0 23 4 0 0 20 0 1 0 174141368 109375488 24078 18446744073709551615 4210688 4653049 140724974209264 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 11231232 140724974217441 140724974217776 140724974217776 140724974223343 0
/proc/141391/statm: 26703 24078 960 108 0 24111 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 111004 KiB
Current children cumulated memory: 99384 KiB

[startup+0.700249 s]
/proc/loadavg: 1.22 0.60 0.35 5/257 141391
/proc/meminfo: memFree=127937712/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141391] ppid=141389 vsize=254760 memory=208036 CPUtime=0.61 cores=5,7
/proc/141391/stat : 141391 (pbsuma) R 141389 141389 141217 0 -1 4194304 24622 0 0 0 53 8 0 0 20 0 1 0 174141368 260874240 52009 18446744073709551615 4210688 4653049 140724974209264 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 11231232 140724974217441 140724974217776 140724974217776 140724974223343 0
/proc/141391/statm: 63690 52009 1024 108 0 61098 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 258952 KiB
Current children cumulated memory: 211108 KiB

[startup+1.50014 s]
/proc/loadavg: 1.22 0.60 0.35 5/257 141391
/proc/meminfo: memFree=127816236/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+3.10537 s]
/proc/loadavg: 1.22 0.60 0.35 5/258 141393
/proc/meminfo: memFree=127818376/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=292420 memory=236400 CPUtime=2.01 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 48147 0 0 0 168 33 0 0 20 0 1 0 174141473 299438080 59100 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 73105 59100 2016 1147 0 60531 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 296612 KiB
Current children cumulated memory: 239472 KiB

[startup+6.30018 s]
/proc/loadavg: 1.53 0.67 0.38 5/258 141393
/proc/meminfo: memFree=127685896/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=314848 memory=259056 CPUtime=5.17 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 52736 0 0 0 483 34 0 0 20 0 1 0 174141473 322404352 64764 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 78712 64764 2048 1147 0 66138 0
Current children cumulated CPU time: 6.14 s
Current children cumulated vsize: 319040 KiB
Current children cumulated memory: 262128 KiB

[startup+12.7003 s]
/proc/loadavg: 1.72 0.73 0.39 5/258 141393
/proc/meminfo: memFree=127339428/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=435656 CPUtime=11.52 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 60930 0 0 0 1107 45 0 0 20 0 1 0 174141473 628826112 108914 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 108914 2336 1147 0 140948 0
Current children cumulated CPU time: 12.49 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 438728 KiB

[startup+25.5004 s]
/proc/loadavg: 2.23 0.89 0.45 5/257 141393
/proc/meminfo: memFree=127191520/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=435656 CPUtime=24.28 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 60931 0 0 0 2383 45 0 0 20 0 1 0 174141473 628826112 108914 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 108914 2336 1147 0 140948 0
Current children cumulated CPU time: 25.25 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 438728 KiB

[startup+51.1136 s]
/proc/loadavg: 2.96 1.17 0.56 5/257 141393
/proc/meminfo: memFree=126805176/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=435656 CPUtime=49.83 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 60932 0 0 0 4937 46 0 0 20 0 1 0 174141473 628826112 108914 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 108914 2336 1147 0 140948 0
Current children cumulated CPU time: 50.8 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 438728 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 1.63 0.75 5/257 141395
/proc/meminfo: memFree=125981560/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=435656 CPUtime=100.87 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 60944 0 0 0 10038 49 0 0 20 0 1 0 174141473 628826112 108914 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 108914 2336 1147 0 140948 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 438728 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 2.09 0.96 5/257 141397
/proc/meminfo: memFree=124597880/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=435656 CPUtime=160.73 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 60944 0 0 0 16019 54 0 0 20 0 1 0 174141473 628826112 108914 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 108914 2336 1147 0 140948 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 438728 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 2.49 1.17 5/257 141399
/proc/meminfo: memFree=123022368/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=435656 CPUtime=220.59 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 60954 0 0 0 22005 54 0 0 20 0 1 0 174141473 628826112 108914 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 108914 2336 1147 0 140948 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 438728 KiB


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

[startup+3282.3 s]
/proc/loadavg: 4.53 4.25 4.09 5/260 141608
/proc/meminfo: memFree=41881228/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=438472 CPUtime=3272.45 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 61426 0 0 0 327140 105 0 0 20 0 1 0 174141473 628826112 109618 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 109618 2336 1147 0 140948 0
Current children cumulated CPU time: 3273.42 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 441544 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.22 4.09 5/261 141617
/proc/meminfo: memFree=40420012/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=438472 CPUtime=3332.28 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 61426 0 0 0 333123 105 0 0 20 0 1 0 174141473 628826112 109618 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 109618 2336 1147 0 140948 0
Current children cumulated CPU time: 3333.25 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 441544 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.21 4.09 5/259 141619
/proc/meminfo: memFree=38947796/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=438472 CPUtime=3392.12 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 61426 0 0 0 339106 106 0 0 20 0 1 0 174141473 628826112 109618 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 109618 2336 1147 0 140948 0
Current children cumulated CPU time: 3393.09 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 441544 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.18 4.09 4/259 141632
/proc/meminfo: memFree=37203900/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=438472 CPUtime=3451.94 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 61426 0 0 0 345088 106 0 0 20 0 1 0 174141473 628826112 109618 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 109618 2336 1147 0 140948 0
Current children cumulated CPU time: 3452.91 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 441544 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.16 4.09 5/259 141634
/proc/meminfo: memFree=35752036/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=438472 CPUtime=3511.77 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 61426 0 0 0 351070 107 0 0 20 0 1 0 174141473 628826112 109618 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 109618 2336 1147 0 140948 0
Current children cumulated CPU time: 3512.74 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 441544 KiB

[startup+3582.3 s]
/proc/loadavg: 4.27 4.19 4.10 5/262 141639
/proc/meminfo: memFree=34659176/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=438472 CPUtime=3571.6 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 61426 0 0 0 357052 108 0 0 20 0 1 0 174141473 628826112 109618 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 109618 2336 1147 0 140948 0
Current children cumulated CPU time: 3572.57 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 441544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.18 4.18 4.10 4/260 141640
/proc/meminfo: memFree=34192860/131382116 swapFree=33009904/33010684
[pid=141389] ppid=141386 vsize=4192 memory=3072 CPUtime=0.97 cores=5,7
/proc/141389/stat : 141389 (run-opt-ls-log.) S 141386 141389 141217 0 -1 4194304 242 35602 0 0 0 0 84 13 20 0 1 0 174141367 4292608 768 18446744073709551615 94759596003328 94759596897861 140721463352560 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94759597136912 94759597184656 94759619776512 140721463359769 140721463359967 140721463359967 140721463365571 0
/proc/141389/statm: 1048 768 704 219 0 110 0
[pid=141392] ppid=141389 vsize=614088 memory=438472 CPUtime=3599.11 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141389 141389 141217 0 -1 4194304 61426 0 0 0 359803 108 0 0 20 0 1 0 174141473 628826112 109618 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 109618 2336 1147 0 140948 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 618280 KiB
Current children cumulated memory: 441544 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3609.91 s]
# the end of solver process 141389 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.844239 s, system=0.13954 s
Sleeping 2 seconds

[startup+3611.59 s]
# the end of solver process 141392 was just reported to runsolver
# Child status: 2

# cumulated CPU time of all completed processes:  user=3599.12 s, system=1.23706 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+3610.4 s]
/proc/loadavg: 4.18 4.18 4.10 3/259 141640
/proc/meminfo: memFree=34188840/131382116 swapFree=33009904/33010684
[pid=141392] ppid=141386 vsize=614088 memory=438728 CPUtime=3599.16 cores=5,7
/proc/141392/stat : 141392 (roundingsat) D 141386 141389 141217 0 -1 4194304 61432 0 1 0 359808 108 0 0 20 0 1 0 174141473 628826112 109682 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 109682 2400 1147 0 140948 0
Current cumulated CPU time of completed processes: 0.983779 s
Current children cumulated CPU time: 3599.16 s
Current children cumulated vsize: 614088 KiB
Current children cumulated memory: 438728 KiB

[startup+3611.2 s]
/proc/loadavg: 4.16 4.17 4.10 3/259 141640
/proc/meminfo: memFree=34188588/131382116 swapFree=33009904/33010684
[pid=141392] ppid=141386 vsize=614088 memory=438728 CPUtime=3599.16 cores=5,7
/proc/141392/stat : 141392 (roundingsat) D 141386 141389 141217 0 -1 4194304 61432 0 1 0 359808 108 0 0 20 0 1 0 174141473 628826112 109682 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 153522 109682 2400 1147 0 140948 0
Current cumulated CPU time of completed processes: 0.983779 s
Current children cumulated CPU time: 3599.16 s
Current children cumulated vsize: 614088 KiB
Current children cumulated memory: 438728 KiB

[startup+3611.4 s]
/proc/loadavg: 4.16 4.17 4.10 3/259 141640
/proc/meminfo: memFree=34188588/131382116 swapFree=33009904/33010684
[pid=141392] ppid=141386 vsize=598604 memory=426820 CPUtime=3599.18 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141386 141389 141217 0 -1 4194304 61440 0 1 0 359810 108 0 0 20 0 1 0 174141473 612970496 106705 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 149651 106705 2400 1147 0 137077 0
Current cumulated CPU time of completed processes: 0.983779 s
Current children cumulated CPU time: 3599.18 s
Current children cumulated vsize: 598604 KiB
Current children cumulated memory: 426820 KiB

[startup+3611.5 s]
/proc/loadavg: 4.16 4.17 4.10 3/259 141640
/proc/meminfo: memFree=34188588/131382116 swapFree=33009904/33010684
[pid=141392] ppid=141386 vsize=323524 memory=270624 CPUtime=3599.27 cores=5,7
/proc/141392/stat : 141392 (roundingsat) R 141386 141389 141217 0 -1 4194304 61531 0 2 0 359818 109 0 0 20 0 1 0 174141473 331288576 67656 18446744073709551615 4227072 8923577 140725730578416 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 22491136 140725730584820 140725730585126 140725730585126 140725730590698 0
/proc/141392/statm: 80881 67656 2432 1147 0 68307 0
Current cumulated CPU time of completed processes: 0.983779 s
Current children cumulated CPU time: 3599.27 s
Current children cumulated vsize: 323524 KiB
Current children cumulated memory: 270624 KiB

Child status: 2

Real time (s): 3611.59
CPU time (s): 3600.35
CPU user time (s): 3599.12
CPU system time (s): 1.23706
CPU usage (%): 99.6888
Max. virtual memory (cumulated for all children) (KiB): 721876
Max. memory (cumulated for all children) (KiB): 506844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.12
system time used= 1.23706
maximum resident set size= 531084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97406
page faults= 2
swaps= 0
block input operations= 5840
block output operations= 121744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 230
involuntary context switches= 3771


# summary of solver processes directly reported to runsolver:
#   pid: 141389,141392
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3599.12
#   total CPU system time (s): 1.23706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8267 second user time and 37.93 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-15 15:03:42
IDJOB=4531864
IDBENCH=147466
IDSOLVER=3392
FILE ID=nodeC004/4531864-1752584622
RUNJOBID= nodeC004-1752584602-141230
SLURM_JOB_ID= 9684334
Free space on /tmp= 432972 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 0f876b3
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
COMMAND LINE= run-opt-ls-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4531864-1752584622/watcher-4531864-1752584622 -o /tmp/evaluation-result-4531864-1752584622/solver-4531864-1752584622 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752584602-141230 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4531864-1752584622.opb PROOFDIR/proof-4531864-1752584622

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

MD5SUM BENCH= b5fa98c77b2f02bc89c0dd9881e13d7c
RANDOM SEED=1427959576

nodeC004 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	: 0xb00001f
cpu MHz		: 3662.175
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3691.410
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.237
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.231
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.214
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.718
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128092916 kB
MemAvailable:   129546792 kB
Buffers:            2128 kB
Cached:          2199292 kB
SwapCached:           32 kB
Active:          1017476 kB
Inactive:        1592196 kB
Active(anon):     416160 kB
Inactive(anon):    10720 kB
Active(file):     601316 kB
Inactive(file):  1581476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            216044 kB
Writeback:             4 kB
AnonPages:        412060 kB
Mapped:           121012 kB
Shmem:             17932 kB
KReclaimable:     221424 kB
Slab:             317004 kB
SReclaimable:     221424 kB
SUnreclaim:        95580 kB
KernelStack:        4128 kB
PageTables:         4032 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     823396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC004 at 2025-07-15 16:03:54