Trace number 4488451

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 63f22ad? (TO) 3600.22 3609.48

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-4488451-1751329044.opb'
0.18/0.21	c 	read 18.61MB  (205.38ms)
0.18/0.21	c	 [cnf: #variables 97901 #clauses 291722 #duplicates 0 #arr 778141]
0.18/0.22	c output proof to 'PROOFDIR/proof-4488451-1751329044'
0.18/0.22	c 
0.18/0.22	c make graph and approximate orbits
0.38/0.44	c	 [group: #orbits ~= 0] (225.36ms)
0.38/0.44	c 
0.38/0.44	c detect special group actions
0.38/0.44	c 	probe for Johnson action (limit=64)
0.38/0.45	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.38/0.46	c 	probe for row symmetry (limit=64, splits=16.78M)
0.38/0.48	c 	 (36.34ms)
0.38/0.48	c 
0.38/0.48	c detect symmetries on remainder
0.38/0.48	c 	[graph: #vertices 780785 #edges 2338606]
0.38/0.48	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.47/0.53	c 	 [group: #symmetries 1.00*10^0 #generators 0] (52.05ms)
0.47/0.53	c 
0.47/0.53	c finalize break order and special generators
0.47/0.53	c 
0.47/0.53	c generation finished
0.47/0.53	c 	[sbp: #constraints 0 #add_vars 0]
0.47/0.54	c 
0.47/0.54	c write result to 'HOME/instance-4488451-1751329044.opb.pre'
0.47/0.58	c 	wrote 18.81MB (39.76ms)
0.47/0.58	c ------------------------------------------------------------------
0.47/0.58	c                 225.36ms 39.58% approx_orbits
0.47/0.58	c                 205.38ms 36.07% parse
0.47/0.58	c                  52.05ms  9.14% detect_generic
0.47/0.58	c                  39.76ms  6.98% output
0.47/0.58	c                  36.34ms  6.38% detect_special
0.47/0.58	c                   6.63ms  1.16% other
0.47/0.58	c                   3.94ms  0.69% finalize_order
0.47/0.58	c         ───────────────────────────────────────────────
0.47/0.58	c                 569.46ms   100% total
0.47/0.58	c ------------------------------------------------------------------
0.56/0.65	c RoundingSat 2
0.56/0.65	c branch pb25
0.56/0.65	c commit 63f22ad
7.59/7.73	c #variables 97901 #constraints 291722
7.59/7.73	c objective is ceArb 
3600.04/3609.34	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3600.04/3609.34	c initial counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 3
3600.04/3609.34	c cpu time 3598.69 s
3600.04/3609.34	c deterministic time 49063 4.91e+04
3600.04/3609.34	c optimization time 3592.04 s
3600.04/3609.34	c total solve time 0 s
3600.04/3609.34	c core-guided solve time 0 s
3600.04/3609.34	c propagation time 0.099889 s
3600.04/3609.34	c conflict analysis time 0 s
3600.04/3609.34	c propagations 24531
3600.04/3609.34	c resolve steps 0
3600.04/3609.34	c decisions 0
3600.04/3609.34	c conflicts 0
3600.04/3609.34	c restarts 0
3600.04/3609.34	c inprocessing phases 0
3600.04/3609.34	c garbage collections 0 ,( -nan )
3600.04/3609.34	c input clauses 291720 ,( 100.00 )
3600.04/3609.34	c input cardinalities 0 ,( 0.00 )
3600.04/3609.34	c input general constraints 2 ,( 0.00 )
3600.04/3609.34	c input average constraint length 3.00
3600.04/3609.34	c input average constraint degree 32798799768710009465539118405447807820257778727645899804279226665882458357050410784209209907835757829105374939036143865804825134397980286763632154587154475188163243919463379103847830544067854336.00
3600.04/3609.34	c learned clauses 0 ,( 0.00 )
3600.04/3609.34	c learned cardinalities 0 ,( 0.00 )
3600.04/3609.34	c learned general constraints 0 ,( 0.00 )
3600.04/3609.34	c learned average constraint length 0.00
3600.04/3609.34	c learned average constraint degree 0.00
3600.04/3609.34	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3600.04/3609.34	c counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 3
3600.04/3609.34	c watched   constraints 0 ,( 0.00 ) 
3600.04/3609.34	c counting  constraints 2 ,( 100.00 ) 
3600.04/3609.34	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 0 , 0 , 0 ,( 0 , 0 )
3600.04/3609.34	c gcd simplifications 0
3600.04/3609.34	c detected cardinalities 0
3600.04/3609.34	c weakened non-implied lits 0
3600.04/3609.34	c weakened non-implying lits 0
3600.04/3609.34	c original variables 97901
3600.04/3609.34	c clausal propagations 0
3600.04/3609.34	c cardinality propagations 0
3600.04/3609.34	c watched propagations 0
3600.04/3609.34	c counting propagations 0
3600.04/3609.34	c watch lookups 24531
3600.04/3609.34	c watch backjump lookups 0
3600.04/3609.34	c watch checks 0
3600.04/3609.34	c propagation checks 0
3600.04/3609.34	c constraint additions 0
3600.04/3609.34	c trail pops 0
3600.04/3609.34	c formula constraints 291722
3600.04/3609.34	c learned constraints 0
3600.04/3609.34	c bound constraints 0
3600.04/3609.34	c core-guided constraints 0
3600.04/3609.34	c encountered formula constraints 0
3600.04/3609.34	c encountered learned constraints 0
3600.04/3609.34	c encountered bound constraints 0
3600.04/3609.34	c encountered core-guided constraints 0
3600.04/3609.34	c LP total time 0 s
3600.04/3609.34	c LP solve time 0 s
3600.04/3609.34	c LP constraints added 0
3600.04/3609.34	c LP constraints removed 0
3600.04/3609.34	c LP pivots internal 0
3600.04/3609.34	c LP pivots root 0
3600.04/3609.34	c LP calls 0
3600.04/3609.34	c LP optimalities 0
3600.04/3609.34	c LP no pivot count 0
3600.04/3609.34	c LP infeasibilities 0
3600.04/3609.34	c LP valid Farkas constraints 0
3600.04/3609.34	c LP learned Farkas constraints 0
3600.04/3609.34	c LP basis resets 0
3600.04/3609.34	c LP cycling count 0
3600.04/3609.34	c LP singular count 0
3600.04/3609.34	c LP no primal count 0
3600.04/3609.34	c LP no farkas count 0
3600.04/3609.34	c LP other issue count 0
3600.04/3609.34	c LP Gomory cuts 0
3600.04/3609.34	c LP learned cuts 0
3600.04/3609.34	c LP deleted cuts 0
3600.04/3609.34	c LP encountered Gomory constraints 0
3600.04/3609.34	c LP encountered Farkas constraints 0
3600.04/3609.34	c LP encountered learned Farkas constraints 0
3600.04/3609.34	c CG auxiliary variables introduced 0
3600.04/3609.34	c CG solutions found 0
3600.04/3609.34	c CG cores constructed 0
3600.04/3609.34	c CG core cardinality constraints returned 0
3600.04/3609.34	c CG unit cores 0
3600.04/3609.34	c CG single cores 0
3600.04/3609.34	c CG blocks removed during cardinality reduction 0
3600.04/3609.34	c CG first core best 0
3600.04/3609.34	c CG decision core best 0
3600.04/3609.34	c CG core reduction tie 0
3600.04/3609.34	c CG core degree average 0.00
3600.04/3609.34	c CG core slack average 0.00
3600.04/3609.34	c CG core upper bound improvements 0
3600.04/3609.34	c STR number of successful calls 0
3600.04/3609.34	c STR number of unsuccessful calls 0
3600.04/3609.34	c STR number of inconclusive calls 0
3600.04/3609.34	c STR number of successful attempts 0
3600.04/3609.34	c STR number of unsuccessful attempts 0
3600.04/3609.34	c STR number of inconclusive attempts 0
3600.04/3609.34	c STR average degree increase per successful call inf
3600.04/3609.34	c STR average degree increase per successful attempt inf
3600.04/3609.34	c STR total number of conflicts for successful attempts 0
3600.04/3609.34	c STR total number of conflicts for unsuccessful attempts 0
3600.04/3609.34	c STR total number of conflicts for inconclusive attempts 0
3600.04/3609.34	c STR average number of conflicts per successful attempt inf
3600.04/3609.34	c STR average number of conflicts per unsuccessful attempt inf
3600.04/3609.34	c STR average number of conflicts per inconclusive attempt inf
3600.04/3609.34	c AVG.sumWPerc 86.41 
3600.04/3609.34	c bigint constraints 3 
3600.04/3609.34	s UNKNOWN
3600.04/3609.34	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 (62577 MiB free)
  memory of node 1: 64507 MiB (63238 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488451-1751329044/watcher-4488451-1751329044 -o /tmp/evaluation-result-4488451-1751329044/solver-4488451-1751329044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751325414-50820 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4488451-1751329044.opb PROOFDIR/proof-4488451-1751329044 

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 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
Current StackSize limit: 8192 KiB

solver pid=51866, runsolver pid=51863

[startup+0.100037 s]*
/proc/loadavg: 3.96 4.06 4.08 5/273 51868
/proc/meminfo: memFree=128762332/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51868] ppid=51866 vsize=97192 memory=87052 CPUtime=0.08 cores=4,6
/proc/51868/stat : 51868 (pbsuma) R 51866 51866 50809 0 -1 4194304 5970 0 0 0 6 2 0 0 20 0 1 0 48582279 99524608 21763 18446744073709551615 4210688 4653049 140733631478736 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 34328576 140733631486179 140733631486514 140733631486514 140733631492079 0
/proc/51868/statm: 24298 21763 928 108 0 21706 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 101384 KiB
Current children cumulated memory: 90124 KiB

[startup+0.205588 s]*
/proc/loadavg: 3.96 4.06 4.08 5/273 51868
/proc/meminfo: memFree=128738896/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51868] ppid=51866 vsize=131468 memory=114924 CPUtime=0.18 cores=4,6
/proc/51868/stat : 51868 (pbsuma) R 51866 51866 50809 0 -1 4194304 13397 0 0 0 14 4 0 0 20 0 1 0 48582279 134623232 28731 18446744073709551615 4210688 4653049 140733631478736 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 4700520 4703148 34328576 140733631486179 140733631486514 140733631486514 140733631492079 0
/proc/51868/statm: 32867 28731 928 108 0 30275 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 135660 KiB
Current children cumulated memory: 117996 KiB

[startup+0.305424 s]*
/proc/loadavg: 3.96 4.06 4.08 5/273 51868
/proc/meminfo: memFree=128637012/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51868] ppid=51866 vsize=224260 memory=194616 CPUtime=0.27 cores=4,6
/proc/51868/stat : 51868 (pbsuma) R 51866 51866 50809 0 -1 4194304 21283 0 0 0 21 6 0 0 20 0 1 0 48582279 229642240 48654 18446744073709551615 4210688 4653049 140733631478736 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 4700520 4703148 34328576 140733631486179 140733631486514 140733631486514 140733631492079 0
/proc/51868/statm: 56065 48654 992 108 0 53473 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 228452 KiB
Current children cumulated memory: 197688 KiB

[startup+0.700216 s]
/proc/loadavg: 3.96 4.06 4.08 5/273 51868
/proc/meminfo: memFree=128525800/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+1.50017 s]
/proc/loadavg: 3.96 4.06 4.08 5/272 51869
/proc/meminfo: memFree=128621860/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=155736 memory=109148 CPUtime=0.83 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 25299 0 0 0 66 17 0 0 20 0 1 0 48582343 159473664 27287 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 38934 27287 2016 1147 0 26361 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 159928 KiB
Current children cumulated memory: 112220 KiB

[startup+3.10533 s]
/proc/loadavg: 3.96 4.06 4.08 5/272 51869
/proc/meminfo: memFree=128432684/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=314160 memory=257816 CPUtime=2.42 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 50301 0 0 0 214 28 0 0 20 0 1 0 48582343 321699840 64454 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 78540 64454 2048 1147 0 65967 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 318352 KiB
Current children cumulated memory: 260888 KiB

[startup+6.30014 s]
/proc/loadavg: 3.96 4.06 4.08 5/273 51871
/proc/meminfo: memFree=128169164/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=315500 memory=258968 CPUtime=5.59 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 50609 0 0 0 531 28 0 0 20 0 1 0 48582343 323072000 64742 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 78875 64742 2048 1147 0 66302 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 319692 KiB
Current children cumulated memory: 262040 KiB

[startup+12.7002 s]
/proc/loadavg: 4.04 4.08 4.08 5/273 51871
/proc/meminfo: memFree=127900320/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=437472 CPUtime=11.97 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 58813 0 0 0 1159 38 0 0 20 0 1 0 48582343 628822016 109368 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 109368 2304 1147 0 140948 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 440544 KiB

[startup+25.5002 s]
/proc/loadavg: 4.03 4.07 4.08 5/273 51872
/proc/meminfo: memFree=127875356/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=437472 CPUtime=24.74 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 58813 0 0 0 2436 38 0 0 20 0 1 0 48582343 628822016 109368 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 109368 2304 1147 0 140948 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 440544 KiB

[startup+51.1054 s]
/proc/loadavg: 4.02 4.07 4.08 5/273 51872
/proc/meminfo: memFree=127619284/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=437472 CPUtime=50.3 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 58813 0 0 0 4992 38 0 0 20 0 1 0 48582343 628822016 109368 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 109368 2304 1147 0 140948 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 440544 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/273 51874
/proc/meminfo: memFree=127284112/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=437472 CPUtime=101.39 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 58815 0 0 0 10100 39 0 0 20 0 1 0 48582343 628822016 109368 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 109368 2304 1147 0 140948 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 440544 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.10 4.09 5/273 51877
/proc/meminfo: memFree=126848064/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=437472 CPUtime=161.26 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 58815 0 0 0 16087 39 0 0 20 0 1 0 48582343 628822016 109368 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 109368 2304 1147 0 140948 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 440544 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/275 51887
/proc/meminfo: memFree=126515312/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=437472 CPUtime=221.13 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 58827 0 0 0 22074 39 0 0 20 0 1 0 48582343 628822016 109368 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 109368 2304 1147 0 140948 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 440544 KiB

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

[pid=51869] ppid=51866 vsize=614084 memory=441056 CPUtime=3093.75 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 59259 0 0 0 309296 79 0 0 20 0 1 0 48582343 628822016 110264 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 110264 2304 1147 0 140948 0
Current children cumulated CPU time: 3094.35 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 444128 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.15 4.10 5/276 52153
/proc/meminfo: memFree=109368140/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=441056 CPUtime=3153.6 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 59259 0 0 0 315281 79 0 0 20 0 1 0 48582343 628822016 110264 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 110264 2304 1147 0 140948 0
Current children cumulated CPU time: 3154.2 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 444128 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/277 52164
/proc/meminfo: memFree=108887956/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=441056 CPUtime=3213.44 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 59263 0 0 0 321265 79 0 0 20 0 1 0 48582343 628822016 110264 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 110264 2304 1147 0 140948 0
Current children cumulated CPU time: 3214.04 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 444128 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/276 52166
/proc/meminfo: memFree=108689312/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=441056 CPUtime=3273.29 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 59263 0 0 0 327250 79 0 0 20 0 1 0 48582343 628822016 110264 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 110264 2304 1147 0 140948 0
Current children cumulated CPU time: 3273.89 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 444128 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/274 52168
/proc/meminfo: memFree=108292744/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=441056 CPUtime=3333.13 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 59263 0 0 0 333234 79 0 0 20 0 1 0 48582343 628822016 110264 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 110264 2304 1147 0 140948 0
Current children cumulated CPU time: 3333.73 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 444128 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/273 52170
/proc/meminfo: memFree=108020808/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=441056 CPUtime=3392.98 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 59263 0 0 0 339219 79 0 0 20 0 1 0 48582343 628822016 110264 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 110264 2304 1147 0 140948 0
Current children cumulated CPU time: 3393.58 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 444128 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/272 52173
/proc/meminfo: memFree=107696524/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=441056 CPUtime=3452.82 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 59263 0 0 0 345203 79 0 0 20 0 1 0 48582343 628822016 110264 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 110264 2304 1147 0 140948 0
Current children cumulated CPU time: 3453.42 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 444128 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/270 52175
/proc/meminfo: memFree=107457092/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=441056 CPUtime=3512.68 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 59263 0 0 0 351188 80 0 0 20 0 1 0 48582343 628822016 110264 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 110264 2304 1147 0 140948 0
Current children cumulated CPU time: 3513.28 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 444128 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/272 52179
/proc/meminfo: memFree=107041348/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=441056 CPUtime=3572.52 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 59263 0 0 0 357172 80 0 0 20 0 1 0 48582343 628822016 110264 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 110264 2304 1147 0 140948 0
Current children cumulated CPU time: 3573.12 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 444128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/272 52227
/proc/meminfo: memFree=107476304/131249996 swapFree=33010684/33010684
[pid=51866] ppid=51863 vsize=4192 memory=3072 CPUtime=0.6 cores=4,6
/proc/51866/stat : 51866 (run-opt-ls-log.) S 51863 51866 50809 0 -1 4194304 242 35406 0 0 0 0 49 11 20 0 1 0 48582279 4292608 768 18446744073709551615 94842099023872 94842099918405 140722349889648 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94842100157456 94842100205200 94842111787008 140722349893915 140722349894113 140722349894113 140722349899715 0
/proc/51866/statm: 1048 768 704 219 0 110 0
[pid=51869] ppid=51866 vsize=614084 memory=441056 CPUtime=3599.44 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51866 51866 50809 0 -1 4194304 59263 0 0 0 359864 80 0 0 20 0 1 0 48582343 628822016 110264 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 153521 110264 2304 1147 0 140948 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 618276 KiB
Current children cumulated memory: 444128 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3599.29 s, system=0.922544 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3609.4 s]*
/proc/loadavg: 4.10 4.10 4.09 5/271 52227
/proc/meminfo: memFree=107476304/131249996 swapFree=33010684/33010684
[pid=51869] ppid=51863 vsize=598600 memory=428992 CPUtime=3599.53 cores=4,6
/proc/51869/stat : 51869 (roundingsat) R 51863 51866 50809 0 -1 4194304 59313 0 0 0 359873 80 0 0 20 0 1 0 48582343 612966400 107248 18446744073709551615 4227072 8923433 140722706180048 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 29876224 140722706184438 140722706184744 140722706184744 140722706190314 0
/proc/51869/statm: 149650 107248 2400 1147 0 137077 0
Current cumulated CPU time of completed processes: 0.608792 s
Current children cumulated CPU time: 3599.53 s
Current children cumulated vsize: 598600 KiB
Current children cumulated memory: 428992 KiB

Child status: 2

Real time (s): 3609.48
CPU time (s): 3600.22
CPU user time (s): 3599.29
CPU system time (s): 0.922544
CPU usage (%): 99.7434
Max. virtual memory (cumulated for all children) (KiB): 715800
Max. memory (cumulated for all children) (KiB): 444128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.29
system time used= 0.922544
maximum resident set size= 531988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95049
page faults= 0
swaps= 0
block input operations= 0
block output operations= 121744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 225
involuntary context switches= 1702


# summary of solver processes directly reported to runsolver:
#   pid: 51866,51869
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3599.29
#   total CPU system time (s): 0.922544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72694 second user time and 15.7451 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-01 02:17:24
IDJOB=4488451
IDBENCH=147466
IDSOLVER=3356
FILE ID=nodeC024/4488451-1751329044
RUNJOBID= nodeC024-1751325414-50820
SLURM_JOB_ID= 9594351
Free space on /tmp= 432968 MiB

SOLVER NAME= roundingsat-ls+pbsuma-log 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-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488451-1751329044/watcher-4488451-1751329044 -o /tmp/evaluation-result-4488451-1751329044/solver-4488451-1751329044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751325414-50820 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4488451-1751329044.opb PROOFDIR/proof-4488451-1751329044

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

MD5SUM BENCH= b5fa98c77b2f02bc89c0dd9881e13d7c
RANDOM SEED=1781863476

nodeC024 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.676
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.36
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.673
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.138
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.576
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.36
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		: 3422.389
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.36
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.677
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.681
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.36
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		: 3594.605
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128835268 kB
MemAvailable:   129359420 kB
Buffers:            3280 kB
Cached:          1329564 kB
SwapCached:            0 kB
Active:           712656 kB
Inactive:        1074028 kB
Active(anon):     471936 kB
Inactive(anon):        0 kB
Active(file):     240720 kB
Inactive(file):  1074028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            210260 kB
Writeback:             4 kB
AnonPages:        456968 kB
Mapped:           114580 kB
Shmem:             18064 kB
KReclaimable:      96888 kB
Slab:             187720 kB
SReclaimable:      96888 kB
SUnreclaim:        90832 kB
KernelStack:        4336 kB
PageTables:         3792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     808592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC024 at 2025-07-01 03:17:33