Trace number 4488450

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 63f22ad? (TO) 3600.19 3608.02

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-4488450-1751330036.opb'
0.19/0.21	c 	read 18.61MB  (201.40ms)
0.19/0.21	c	 [cnf: #variables 97901 #clauses 291722 #duplicates 0 #arr 778141]
0.19/0.21	c 
0.19/0.21	c make graph and approximate orbits
0.39/0.43	c	 [group: #orbits ~= 0] (213.96ms)
0.39/0.43	c 
0.39/0.43	c detect special group actions
0.39/0.43	c 	probe for Johnson action (limit=64)
0.39/0.43	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.39/0.45	c 	probe for row symmetry (limit=64, splits=16.78M)
0.39/0.46	c 	 (35.44ms)
0.39/0.46	c 
0.39/0.46	c detect symmetries on remainder
0.39/0.46	c 	[graph: #vertices 780785 #edges 2338606]
0.39/0.47	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.48/0.51	c 	 [group: #symmetries 1.00*10^0 #generators 0] (47.29ms)
0.48/0.51	c 
0.48/0.51	c finalize break order and special generators
0.48/0.51	c 
0.48/0.51	c generation finished
0.48/0.51	c 	[sbp: #constraints 0 #add_vars 0]
0.48/0.52	c 
0.48/0.52	c write result to 'HOME/instance-4488450-1751330036.opb.pre'
0.48/0.56	c 	wrote 18.81MB (39.77ms)
0.48/0.56	c ------------------------------------------------------------------
0.48/0.56	c                 213.96ms 39.11% approx_orbits
0.48/0.56	c                 201.40ms 36.81% parse
0.48/0.56	c                  47.29ms  8.64% detect_generic
0.48/0.56	c                  39.77ms  7.27% output
0.48/0.56	c                  35.44ms  6.48% detect_special
0.48/0.56	c                   5.31ms  0.97% other
0.48/0.56	c                   3.91ms  0.71% finalize_order
0.48/0.56	c         ───────────────────────────────────────────────
0.48/0.56	c                 547.07ms   100% total
0.48/0.56	c ------------------------------------------------------------------
0.58/0.62	c RoundingSat 2
0.58/0.62	c branch pb25
0.58/0.62	c commit 63f22ad
2.65/2.79	c #variables 97901 #constraints 291722
2.65/2.79	c objective is ceArb 
3600.05/3607.92	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3600.05/3607.92	c initial counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 3
3600.05/3607.92	c cpu time 3598.99 s
3600.05/3607.92	c deterministic time 49063 4.91e+04
3600.05/3607.92	c optimization time 3597.19 s
3600.05/3607.92	c total solve time 0 s
3600.05/3607.92	c core-guided solve time 0 s
3600.05/3607.92	c propagation time 0.087522 s
3600.05/3607.92	c conflict analysis time 0 s
3600.05/3607.92	c propagations 24531
3600.05/3607.92	c resolve steps 0
3600.05/3607.92	c decisions 0
3600.05/3607.92	c conflicts 0
3600.05/3607.92	c restarts 0
3600.05/3607.92	c inprocessing phases 0
3600.05/3607.92	c garbage collections 0 ,( -nan )
3600.05/3607.92	c input clauses 291720 ,( 100.00 )
3600.05/3607.92	c input cardinalities 0 ,( 0.00 )
3600.05/3607.92	c input general constraints 2 ,( 0.00 )
3600.05/3607.92	c input average constraint length 3.00
3600.05/3607.92	c input average constraint degree 32798799768710009465539118405447807820257778727645899804279226665882458357050410784209209907835757829105374939036143865804825134397980286763632154587154475188163243919463379103847830544067854336.00
3600.05/3607.92	c learned clauses 0 ,( 0.00 )
3600.05/3607.92	c learned cardinalities 0 ,( 0.00 )
3600.05/3607.92	c learned general constraints 0 ,( 0.00 )
3600.05/3607.92	c learned average constraint length 0.00
3600.05/3607.92	c learned average constraint degree 0.00
3600.05/3607.92	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3600.05/3607.92	c counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 3
3600.05/3607.92	c watched   constraints 0 ,( 0.00 ) 
3600.05/3607.92	c counting  constraints 2 ,( 100.00 ) 
3600.05/3607.92	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 0 , 0 , 0 ,( 0 , 0 )
3600.05/3607.92	c gcd simplifications 0
3600.05/3607.92	c detected cardinalities 0
3600.05/3607.92	c weakened non-implied lits 0
3600.05/3607.92	c weakened non-implying lits 0
3600.05/3607.92	c original variables 97901
3600.05/3607.92	c clausal propagations 0
3600.05/3607.92	c cardinality propagations 0
3600.05/3607.92	c watched propagations 0
3600.05/3607.92	c counting propagations 0
3600.05/3607.92	c watch lookups 24531
3600.05/3607.92	c watch backjump lookups 0
3600.05/3607.92	c watch checks 0
3600.05/3607.92	c propagation checks 0
3600.05/3607.92	c constraint additions 0
3600.05/3607.92	c trail pops 0
3600.05/3607.92	c formula constraints 291722
3600.05/3607.92	c learned constraints 0
3600.05/3607.92	c bound constraints 0
3600.05/3607.92	c core-guided constraints 0
3600.05/3607.92	c encountered formula constraints 0
3600.05/3607.92	c encountered learned constraints 0
3600.05/3607.92	c encountered bound constraints 0
3600.05/3607.92	c encountered core-guided constraints 0
3600.05/3607.92	c LP total time 0 s
3600.05/3607.92	c LP solve time 0 s
3600.05/3607.92	c LP constraints added 0
3600.05/3607.92	c LP constraints removed 0
3600.05/3607.92	c LP pivots internal 0
3600.05/3607.92	c LP pivots root 0
3600.05/3607.92	c LP calls 0
3600.05/3607.92	c LP optimalities 0
3600.05/3607.92	c LP no pivot count 0
3600.05/3607.92	c LP infeasibilities 0
3600.05/3607.92	c LP valid Farkas constraints 0
3600.05/3607.92	c LP learned Farkas constraints 0
3600.05/3607.92	c LP basis resets 0
3600.05/3607.92	c LP cycling count 0
3600.05/3607.92	c LP singular count 0
3600.05/3607.92	c LP no primal count 0
3600.05/3607.92	c LP no farkas count 0
3600.05/3607.92	c LP other issue count 0
3600.05/3607.92	c LP Gomory cuts 0
3600.05/3607.92	c LP learned cuts 0
3600.05/3607.92	c LP deleted cuts 0
3600.05/3607.92	c LP encountered Gomory constraints 0
3600.05/3607.92	c LP encountered Farkas constraints 0
3600.05/3607.92	c LP encountered learned Farkas constraints 0
3600.05/3607.92	c CG auxiliary variables introduced 0
3600.05/3607.92	c CG solutions found 0
3600.05/3607.92	c CG cores constructed 0
3600.05/3607.92	c CG core cardinality constraints returned 0
3600.05/3607.92	c CG unit cores 0
3600.05/3607.92	c CG single cores 0
3600.05/3607.92	c CG blocks removed during cardinality reduction 0
3600.05/3607.92	c CG first core best 0
3600.05/3607.92	c CG decision core best 0
3600.05/3607.92	c CG core reduction tie 0
3600.05/3607.92	c CG core degree average 0.00
3600.05/3607.92	c CG core slack average 0.00
3600.05/3607.92	c CG core upper bound improvements 0
3600.05/3607.92	c STR number of successful calls 0
3600.05/3607.92	c STR number of unsuccessful calls 0
3600.05/3607.92	c STR number of inconclusive calls 0
3600.05/3607.92	c STR number of successful attempts 0
3600.05/3607.92	c STR number of unsuccessful attempts 0
3600.05/3607.92	c STR number of inconclusive attempts 0
3600.05/3607.92	c STR average degree increase per successful call inf
3600.05/3607.92	c STR average degree increase per successful attempt inf
3600.05/3607.92	c STR total number of conflicts for successful attempts 0
3600.05/3607.92	c STR total number of conflicts for unsuccessful attempts 0
3600.05/3607.92	c STR total number of conflicts for inconclusive attempts 0
3600.05/3607.92	c STR average number of conflicts per successful attempt inf
3600.05/3607.92	c STR average number of conflicts per unsuccessful attempt inf
3600.05/3607.92	c STR average number of conflicts per inconclusive attempt inf
3600.05/3607.92	c AVG.sumWPerc 86.41 
3600.05/3607.92	c bigint constraints 3 
3600.05/3607.92	s UNKNOWN
3600.05/3607.92	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: 63665 MiB (62573 MiB free)
  memory of node 1: 64507 MiB (62532 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488450-1751330036/watcher-4488450-1751330036 -o /tmp/evaluation-result-4488450-1751330036/solver-4488450-1751330036 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751325174-49940 --watchdog 3760 run-opt-ls.sh HOME/instance-4488450-1751330036.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=51937, runsolver pid=51934
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.08 4.11 4.09 5/267 51939
/proc/meminfo: memFree=128046156/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51939] ppid=51937 vsize=97588 memory=87692 CPUtime=0.08 cores=4,6
/proc/51939/stat : 51939 (pbsuma) R 51937 51937 49929 0 -1 4194304 6120 0 0 0 7 1 0 0 20 0 1 0 48683857 99930112 21923 18446744073709551615 4210688 4653049 140728402136496 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 35864576 140728402139491 140728402139698 140728402139698 140728402145263 0
/proc/51939/statm: 24397 21923 928 108 0 21805 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101780 KiB
Current children cumulated memory: 90636 KiB

[startup+0.205568 s]*
/proc/loadavg: 4.08 4.11 4.09 5/267 51939
/proc/meminfo: memFree=128020452/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51939] ppid=51937 vsize=129188 memory=116564 CPUtime=0.19 cores=4,6
/proc/51939/stat : 51939 (pbsuma) R 51937 51937 49929 0 -1 4194304 14381 0 0 0 16 3 0 0 20 0 1 0 48683857 132288512 29141 18446744073709551615 4210688 4653049 140728402136496 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 35864576 140728402139491 140728402139698 140728402139698 140728402145263 0
/proc/51939/statm: 32297 29141 928 108 0 29705 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 133380 KiB
Current children cumulated memory: 119508 KiB

[startup+0.305521 s]*
/proc/loadavg: 4.08 4.11 4.09 5/267 51939
/proc/meminfo: memFree=127921908/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51939] ppid=51937 vsize=254752 memory=205424 CPUtime=0.29 cores=4,6
/proc/51939/stat : 51939 (pbsuma) R 51937 51937 49929 0 -1 4194304 25763 0 0 0 23 6 0 0 20 0 1 0 48683857 260866048 51356 18446744073709551615 4210688 4653049 140728402136496 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 35864576 140728402139491 140728402139698 140728402139698 140728402145263 0
/proc/51939/statm: 63688 51356 960 108 0 61096 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 258944 KiB
Current children cumulated memory: 208368 KiB

[startup+0.700201 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 51939
/proc/meminfo: memFree=127877868/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+1.50019 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 51940
/proc/meminfo: memFree=127970504/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=229388 memory=174928 CPUtime=0.86 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 33257 0 0 0 61 25 0 0 20 0 1 0 48683918 234893312 43732 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 57347 43732 1984 1147 0 44774 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 233580 KiB
Current children cumulated memory: 177872 KiB

[startup+3.10529 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 51940
/proc/meminfo: memFree=127598116/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=402052 CPUtime=2.47 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 54549 0 0 0 210 37 0 0 20 0 1 0 48683918 587341824 100513 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 100513 2304 1147 0 130821 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 404996 KiB

[startup+6.30018 s]
/proc/loadavg: 4.15 4.12 4.09 5/267 51940
/proc/meminfo: memFree=127598132/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=402052 CPUtime=5.65 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 54556 0 0 0 528 37 0 0 20 0 1 0 48683918 587341824 100513 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 100513 2304 1147 0 130821 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 404996 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.12 4.09 5/267 51940
/proc/meminfo: memFree=127640884/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=402052 CPUtime=12.04 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 54562 0 0 0 1167 37 0 0 20 0 1 0 48683918 587341824 100513 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 100513 2304 1147 0 130821 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 404996 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 51940
/proc/meminfo: memFree=127667796/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=402052 CPUtime=24.82 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 54563 0 0 0 2445 37 0 0 20 0 1 0 48683918 587341824 100513 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 100513 2304 1147 0 130821 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 404996 KiB

[startup+51.1054 s]
/proc/loadavg: 4.21 4.14 4.10 5/267 51941
/proc/meminfo: memFree=127672612/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=402948 CPUtime=50.37 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 54598 0 0 0 5000 37 0 0 20 0 1 0 48683918 587341824 100737 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 100737 2304 1147 0 130821 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 405892 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/266 51943
/proc/meminfo: memFree=127670452/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=403076 CPUtime=101.46 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 54608 0 0 0 10109 37 0 0 20 0 1 0 48683918 587341824 100769 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 100769 2304 1147 0 130821 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 406020 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/266 51945
/proc/meminfo: memFree=127671456/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=403076 CPUtime=161.34 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 54666 0 0 0 16097 37 0 0 20 0 1 0 48683918 587341824 100769 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 100769 2304 1147 0 130821 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 406020 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/266 51947
/proc/meminfo: memFree=127687960/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=403076 CPUtime=221.22 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 54723 0 0 0 22084 38 0 0 20 0 1 0 48683918 587341824 100769 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 100769 2304 1147 0 130821 0
Current children cumulated CPU time: 221.81 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 406020 KiB

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

[pid=51940] ppid=51937 vsize=573576 memory=404612 CPUtime=3095.17 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 55241 0 0 0 309468 49 0 0 20 0 1 0 48683918 587341824 101153 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 101153 2304 1147 0 130821 0
Current children cumulated CPU time: 3095.76 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 407556 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/268 52240
/proc/meminfo: memFree=127603704/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=404612 CPUtime=3155.01 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 55241 0 0 0 315452 49 0 0 20 0 1 0 48683918 587341824 101153 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 101153 2304 1147 0 130821 0
Current children cumulated CPU time: 3155.6 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 407556 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 52242
/proc/meminfo: memFree=127592028/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=404612 CPUtime=3214.86 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 55241 0 0 0 321437 49 0 0 20 0 1 0 48683918 587341824 101153 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 101153 2304 1147 0 130821 0
Current children cumulated CPU time: 3215.45 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 407556 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/267 52244
/proc/meminfo: memFree=127567704/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=404612 CPUtime=3274.71 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 55241 0 0 0 327422 49 0 0 20 0 1 0 48683918 587341824 101153 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 101153 2304 1147 0 130821 0
Current children cumulated CPU time: 3275.3 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 407556 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/267 52246
/proc/meminfo: memFree=127559508/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=404612 CPUtime=3334.55 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 55241 0 0 0 333406 49 0 0 20 0 1 0 48683918 587341824 101153 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 101153 2304 1147 0 130821 0
Current children cumulated CPU time: 3335.14 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 407556 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/266 52248
/proc/meminfo: memFree=127534940/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=404612 CPUtime=3394.4 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 55241 0 0 0 339391 49 0 0 20 0 1 0 48683918 587341824 101153 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 101153 2304 1147 0 130821 0
Current children cumulated CPU time: 3394.99 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 407556 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 52254
/proc/meminfo: memFree=127506744/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=404612 CPUtime=3454.24 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 55303 0 0 0 345375 49 0 0 20 0 1 0 48683918 587341824 101153 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 101153 2304 1147 0 130821 0
Current children cumulated CPU time: 3454.83 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 407556 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 52257
/proc/meminfo: memFree=127499292/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=404612 CPUtime=3514.08 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 55306 0 0 0 351359 49 0 0 20 0 1 0 48683918 587341824 101153 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 101153 2304 1147 0 130821 0
Current children cumulated CPU time: 3514.67 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 407556 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/268 52259
/proc/meminfo: memFree=127478204/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=404612 CPUtime=3573.93 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 55306 0 0 0 357343 50 0 0 20 0 1 0 48683918 587341824 101153 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 101153 2304 1147 0 130821 0
Current children cumulated CPU time: 3574.52 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 407556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.9 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 52260
/proc/meminfo: memFree=127462588/131250000 swapFree=33010684/33010684
[pid=51937] ppid=51934 vsize=4192 memory=2944 CPUtime=0.59 cores=4,6
/proc/51937/stat : 51937 (run-opt-ls.sh) S 51934 51937 49929 0 -1 4194304 237 38241 0 0 0 0 50 9 20 0 1 0 48683856 4292608 736 18446744073709551615 94578871472128 94578872366661 140723063100816 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94578872605712 94578872653456 94578898489344 140723063109991 140723063110117 140723063110117 140723063115719 0
/proc/51937/statm: 1048 736 672 219 0 110 0
[pid=51940] ppid=51937 vsize=573576 memory=404612 CPUtime=3599.46 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51937 51937 49929 0 -1 4194304 55306 0 0 0 359896 50 0 0 20 0 1 0 48683918 587341824 101153 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 143394 101153 2304 1147 0 130821 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 577768 KiB
Current children cumulated memory: 407556 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3599.58 s, system=0.60768 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+3608 s]*
/proc/loadavg: 4.09 4.11 4.09 5/267 52260
/proc/meminfo: memFree=127632884/131250000 swapFree=33010684/33010684
[pid=51940] ppid=51934 vsize=247972 memory=207212 CPUtime=3599.56 cores=4,6
/proc/51940/stat : 51940 (roundingsat) R 51934 51937 49929 0 -1 4194304 55417 0 0 0 359906 50 0 0 20 0 1 0 48683918 253923328 51803 18446744073709551615 4227072 8923433 140735415888352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 25739264 140735415896390 140735415896616 140735415896616 140735415902186 0
/proc/51940/statm: 61993 51803 2432 1147 0 49420 0
Current cumulated CPU time of completed processes: 0.60401 s
Current children cumulated CPU time: 3599.56 s
Current children cumulated vsize: 247972 KiB
Current children cumulated memory: 207212 KiB

Child status: 2

Real time (s): 3608.02
CPU time (s): 3600.19
CPU user time (s): 3599.58
CPU system time (s): 0.60768
CPU usage (%): 99.7829
Max. virtual memory (cumulated for all children) (KiB): 701808
Max. memory (cumulated for all children) (KiB): 466756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.58
system time used= 0.60768
maximum resident set size= 515804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93914
page faults= 0
swaps= 0
block input operations= 0
block output operations= 36736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 219
involuntary context switches= 1368


# summary of solver processes directly reported to runsolver:
#   pid: 51937,51940
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3599.58
#   total CPU system time (s): 0.60768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41771 second user time and 16.0165 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-01 02:33:56
IDJOB=4488450
IDBENCH=147466
IDSOLVER=3355
FILE ID=nodeC013/4488450-1751330036
RUNJOBID= nodeC013-1751325174-49940
SLURM_JOB_ID= 9594350
Free space on /tmp= 432972 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
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.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488450-1751330036/watcher-4488450-1751330036 -o /tmp/evaluation-result-4488450-1751330036/solver-4488450-1751330036 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751325174-49940 --watchdog 3760  run-opt-ls.sh HOME/instance-4488450-1751330036.opb

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

MD5SUM BENCH= b5fa98c77b2f02bc89c0dd9881e13d7c
RANDOM SEED=946485658

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.838
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.832
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		: 3601.964
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		: 3614.265
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		: 3600.139
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.830
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		: 3601.632
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		: 3351.249
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:        128108792 kB
MemAvailable:   128266376 kB
Buffers:            3280 kB
Cached:           958440 kB
SwapCached:            0 kB
Active:          1804864 kB
Inactive:         714804 kB
Active(anon):    1571232 kB
Inactive(anon):        0 kB
Active(file):     233632 kB
Inactive(file):   714804 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             25276 kB
Writeback:             0 kB
AnonPages:       1557576 kB
Mapped:           112584 kB
Shmem:             13284 kB
KReclaimable:      96372 kB
Slab:             184408 kB
SReclaimable:      96372 kB
SUnreclaim:        88036 kB
KernelStack:        4304 kB
PageTables:         6224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2040920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1433600 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= 432992 MiB
End job on nodeC013 at 2025-07-01 03:34:04