Trace number 4488220

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.16 3608.72

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727.opb
MD5SUM607a385ad096de7d3af24e5f6042a910
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 benchmark5.02817
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables116401
Total number of constraints347041
Number of constraints which are clauses347040
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 constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
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-4488220-1751328839.opb'
0.19/0.26	c 	read 23.27MB  (245.16ms)
0.19/0.26	c	 [cnf: #variables 116401 #clauses 347042 #duplicates 0 #arr 925681]
0.19/0.26	c 
0.19/0.26	c make graph and approximate orbits
0.48/0.51	c	 [group: #orbits ~= 0] (253.30ms)
0.48/0.51	c 
0.48/0.51	c detect special group actions
0.48/0.51	c 	probe for Johnson action (limit=64)
0.48/0.52	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.48/0.53	c 	probe for row symmetry (limit=64, splits=16.78M)
0.48/0.54	c 	 (25.37ms)
0.48/0.54	c 
0.48/0.54	c detect symmetries on remainder
0.48/0.54	c 	[graph: #vertices 928565 #edges 2781606]
0.48/0.54	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.48/0.59	c 	 [group: #symmetries 1.00*10^0 #generators 0] (56.60ms)
0.48/0.59	c 
0.48/0.59	c finalize break order and special generators
0.48/0.60	c 
0.48/0.60	c generation finished
0.48/0.60	c 	[sbp: #constraints 0 #add_vars 0]
0.58/0.60	c 
0.58/0.60	c write result to 'HOME/instance-4488220-1751328839.opb.pre'
0.58/0.65	c 	wrote 23.50MB (49.69ms)
0.58/0.65	c ------------------------------------------------------------------
0.58/0.65	c                 253.30ms 39.54% approx_orbits
0.58/0.65	c                 245.16ms 38.27% parse
0.58/0.65	c                  56.60ms  8.83% detect_generic
0.58/0.65	c                  49.69ms  7.76% output
0.58/0.65	c                  25.37ms  3.96% detect_special
0.58/0.65	c                   5.98ms  0.93% other
0.58/0.65	c                   4.55ms  0.71% finalize_order
0.58/0.65	c         ───────────────────────────────────────────────
0.58/0.65	c                 640.65ms   100% total
0.58/0.65	c ------------------------------------------------------------------
0.67/0.74	c RoundingSat 2
0.67/0.74	c branch pb25
0.67/0.74	c commit 63f22ad
3.34/3.40	c #variables 116401 #constraints 347042
3.34/3.40	c objective is ceArb 
3600.01/3608.61	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3600.01/3608.61	c initial counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 3
3600.01/3608.61	c cpu time 3598.9 s
3600.01/3608.61	c deterministic time 57841 5.78e+04
3600.01/3608.61	c optimization time 3596.68 s
3600.01/3608.61	c total solve time 0 s
3600.01/3608.61	c core-guided solve time 0 s
3600.01/3608.61	c propagation time 0.103218 s
3600.01/3608.61	c conflict analysis time 0 s
3600.01/3608.61	c propagations 28920
3600.01/3608.61	c resolve steps 0
3600.01/3608.61	c decisions 0
3600.01/3608.61	c conflicts 0
3600.01/3608.61	c restarts 0
3600.01/3608.61	c inprocessing phases 0
3600.01/3608.61	c garbage collections 0 ,( -nan )
3600.01/3608.61	c input clauses 347040 ,( 100.00 )
3600.01/3608.61	c input cardinalities 0 ,( 0.00 )
3600.01/3608.61	c input general constraints 2 ,( 0.00 )
3600.01/3608.61	c input average constraint length 3.00
3600.01/3608.61	c input average constraint degree 31786655581180303665885210934575893538334385219075744583495816802280873650846025769238003740815073653515534514738714509887446425453413444465120486111157381419000337747630845085146775804625316159889881016257478656.00
3600.01/3608.61	c learned clauses 0 ,( 0.00 )
3600.01/3608.61	c learned cardinalities 0 ,( 0.00 )
3600.01/3608.61	c learned general constraints 0 ,( 0.00 )
3600.01/3608.61	c learned average constraint length 0.00
3600.01/3608.61	c learned average constraint degree 0.00
3600.01/3608.61	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
3600.01/3608.61	c counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 3
3600.01/3608.61	c watched   constraints 0 ,( 0.00 ) 
3600.01/3608.61	c counting  constraints 2 ,( 100.00 ) 
3600.01/3608.61	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 0 , 0 , 0 ,( 0 , 0 )
3600.01/3608.61	c gcd simplifications 0
3600.01/3608.61	c detected cardinalities 0
3600.01/3608.61	c weakened non-implied lits 0
3600.01/3608.61	c weakened non-implying lits 0
3600.01/3608.61	c original variables 116401
3600.01/3608.61	c clausal propagations 0
3600.01/3608.61	c cardinality propagations 0
3600.01/3608.61	c watched propagations 0
3600.01/3608.61	c counting propagations 0
3600.01/3608.61	c watch lookups 28920
3600.01/3608.61	c watch backjump lookups 0
3600.01/3608.61	c watch checks 0
3600.01/3608.61	c propagation checks 0
3600.01/3608.61	c constraint additions 0
3600.01/3608.61	c trail pops 0
3600.01/3608.61	c formula constraints 347042
3600.01/3608.61	c learned constraints 0
3600.01/3608.61	c bound constraints 0
3600.01/3608.61	c core-guided constraints 0
3600.01/3608.61	c encountered formula constraints 0
3600.01/3608.61	c encountered learned constraints 0
3600.01/3608.61	c encountered bound constraints 0
3600.01/3608.61	c encountered core-guided constraints 0
3600.01/3608.61	c LP total time 0 s
3600.01/3608.61	c LP solve time 0 s
3600.01/3608.61	c LP constraints added 0
3600.01/3608.61	c LP constraints removed 0
3600.01/3608.61	c LP pivots internal 0
3600.01/3608.61	c LP pivots root 0
3600.01/3608.61	c LP calls 0
3600.01/3608.61	c LP optimalities 0
3600.01/3608.61	c LP no pivot count 0
3600.01/3608.61	c LP infeasibilities 0
3600.01/3608.61	c LP valid Farkas constraints 0
3600.01/3608.61	c LP learned Farkas constraints 0
3600.01/3608.61	c LP basis resets 0
3600.01/3608.61	c LP cycling count 0
3600.01/3608.61	c LP singular count 0
3600.01/3608.61	c LP no primal count 0
3600.01/3608.61	c LP no farkas count 0
3600.01/3608.61	c LP other issue count 0
3600.01/3608.61	c LP Gomory cuts 0
3600.01/3608.61	c LP learned cuts 0
3600.01/3608.61	c LP deleted cuts 0
3600.01/3608.61	c LP encountered Gomory constraints 0
3600.01/3608.61	c LP encountered Farkas constraints 0
3600.01/3608.61	c LP encountered learned Farkas constraints 0
3600.01/3608.61	c CG auxiliary variables introduced 0
3600.01/3608.61	c CG solutions found 0
3600.01/3608.61	c CG cores constructed 0
3600.01/3608.61	c CG core cardinality constraints returned 0
3600.01/3608.61	c CG unit cores 0
3600.01/3608.61	c CG single cores 0
3600.01/3608.61	c CG blocks removed during cardinality reduction 0
3600.01/3608.61	c CG first core best 0
3600.01/3608.61	c CG decision core best 0
3600.01/3608.61	c CG core reduction tie 0
3600.01/3608.61	c CG core degree average 0.00
3600.01/3608.61	c CG core slack average 0.00
3600.01/3608.61	c CG core upper bound improvements 0
3600.01/3608.61	c STR number of successful calls 0
3600.01/3608.61	c STR number of unsuccessful calls 0
3600.01/3608.61	c STR number of inconclusive calls 0
3600.01/3608.61	c STR number of successful attempts 0
3600.01/3608.61	c STR number of unsuccessful attempts 0
3600.01/3608.61	c STR number of inconclusive attempts 0
3600.01/3608.61	c STR average degree increase per successful call inf
3600.01/3608.61	c STR average degree increase per successful attempt inf
3600.01/3608.61	c STR total number of conflicts for successful attempts 0
3600.01/3608.61	c STR total number of conflicts for unsuccessful attempts 0
3600.01/3608.61	c STR total number of conflicts for inconclusive attempts 0
3600.01/3608.61	c STR average number of conflicts per successful attempt inf
3600.01/3608.61	c STR average number of conflicts per unsuccessful attempt inf
3600.01/3608.61	c STR average number of conflicts per inconclusive attempt inf
3600.01/3608.61	c AVG.sumWPerc 86.59 
3600.01/3608.61	c bigint constraints 3 
3600.01/3608.61	s UNKNOWN
3600.01/3608.61	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 (62709 MiB free)
  memory of node 1: 64507 MiB (63686 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=51661, runsolver pid=51658
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.12 4.09 4.09 4/264 51667
/proc/meminfo: memFree=129354520/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51663] ppid=51661 vsize=99028 memory=89360 CPUtime=0.08 cores=1,3
/proc/51663/stat : 51663 (pbsuma) R 51661 51661 49929 0 -1 4194304 6043 0 0 0 6 2 0 0 20 0 1 0 48564195 101404672 22340 18446744073709551615 4210688 4653049 140732563234080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 9306112 140732563241315 140732563241522 140732563241522 140732563247087 0
/proc/51663/statm: 24757 22340 960 108 0 22165 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 103220 KiB
Current children cumulated memory: 92432 KiB

[startup+0.205747 s]*
/proc/loadavg: 4.12 4.09 4.09 4/264 51680
/proc/meminfo: memFree=129325228/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51663] ppid=51661 vsize=120564 memory=110196 CPUtime=0.19 cores=1,3
/proc/51663/stat : 51663 (pbsuma) R 51661 51661 49929 0 -1 4194304 11741 0 0 0 16 3 0 0 20 0 1 0 48564195 123457536 27549 18446744073709551615 4210688 4653049 140732563234080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 9306112 140732563241315 140732563241522 140732563241522 140732563247087 0
/proc/51663/statm: 30141 27549 960 108 0 27549 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 124756 KiB
Current children cumulated memory: 113268 KiB

[startup+0.305692 s]*
/proc/loadavg: 4.03 4.07 4.08 4/264 51685
/proc/meminfo: memFree=129260960/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51663] ppid=51661 vsize=194776 memory=178220 CPUtime=0.28 cores=1,3
/proc/51663/stat : 51663 (pbsuma) R 51661 51661 49929 0 -1 4194304 21597 0 0 0 23 5 0 0 20 0 1 0 48564195 199450624 44555 18446744073709551615 4210688 4653049 140732563234080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 9306112 140732563241315 140732563241522 140732563241522 140732563247087 0
/proc/51663/statm: 48694 44555 992 108 0 46102 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 198968 KiB
Current children cumulated memory: 181292 KiB

[startup+0.700228 s]
/proc/loadavg: 4.03 4.07 4.08 5/266 51696
/proc/meminfo: memFree=129170100/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51663] ppid=51661 vsize=80888 memory=71956 CPUtime=0.67 cores=1,3
/proc/51663/stat : 51663 (pbsuma) R 51661 51661 49929 0 -1 4194304 35040 0 0 0 56 11 0 0 20 0 1 0 48564195 82829312 17989 18446744073709551615 4210688 4653049 140732563234080 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 9306112 140732563241315 140732563241522 140732563241522 140732563247087 0
/proc/51663/statm: 20222 17989 1024 108 0 17630 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 85080 KiB
Current children cumulated memory: 75028 KiB

[startup+1.5002 s]
/proc/loadavg: 4.03 4.07 4.08 4/264 51731
/proc/meminfo: memFree=129255808/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=178288 memory=123248 CPUtime=0.75 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 27329 0 0 0 51 24 0 0 20 0 1 0 48564268 182566912 30812 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 44572 30812 1984 1147 0 31999 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 182480 KiB
Current children cumulated memory: 126320 KiB

[startup+3.10569 s]
/proc/loadavg: 4.03 4.07 4.08 5/269 51838
/proc/meminfo: memFree=128914316/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=734692 memory=510208 CPUtime=2.34 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 58839 0 0 0 194 40 0 0 20 0 1 0 48564268 752324608 127552 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 183673 127552 2272 1147 0 171100 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 738884 KiB
Current children cumulated memory: 513280 KiB

[startup+6.30021 s]
/proc/loadavg: 4.03 4.07 4.08 5/269 51839
/proc/meminfo: memFree=128708380/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=467452 CPUtime=5.53 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 59949 0 0 0 511 42 0 0 20 0 1 0 48564268 621490176 116863 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 116863 2336 1147 0 139158 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 470524 KiB

[startup+12.7002 s]
/proc/loadavg: 4.03 4.07 4.08 5/269 51839
/proc/meminfo: memFree=128718520/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=467452 CPUtime=11.92 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 59963 0 0 0 1150 42 0 0 20 0 1 0 48564268 621490176 116863 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 116863 2336 1147 0 139158 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 470524 KiB

[startup+25.5002 s]
/proc/loadavg: 4.02 4.07 4.08 5/269 51839
/proc/meminfo: memFree=128745176/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=467452 CPUtime=24.69 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 59963 0 0 0 2427 42 0 0 20 0 1 0 48564268 621490176 116863 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 116863 2336 1147 0 139158 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 470524 KiB

[startup+51.1056 s]
/proc/loadavg: 4.08 4.08 4.09 5/269 51839
/proc/meminfo: memFree=128592692/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=467452 CPUtime=50.25 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 59963 0 0 0 4983 42 0 0 20 0 1 0 48564268 621490176 116863 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 116863 2336 1147 0 139158 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 470524 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/269 51841
/proc/meminfo: memFree=128585916/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=467452 CPUtime=101.34 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 59972 0 0 0 10092 42 0 0 20 0 1 0 48564268 621490176 116863 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 116863 2336 1147 0 139158 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 470524 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.08 4.09 5/269 51843
/proc/meminfo: memFree=128251596/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=467452 CPUtime=161.22 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 59975 0 0 0 16080 42 0 0 20 0 1 0 48564268 621490176 116863 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 116863 2336 1147 0 139158 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 470524 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.08 4.09 5/269 51845
/proc/meminfo: memFree=128197008/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=467452 CPUtime=221.09 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 59984 0 0 0 22067 42 0 0 20 0 1 0 48564268 621490176 116863 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 116863 2336 1147 0 139158 0

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

[pid=51711] ppid=51661 vsize=606924 memory=470652 CPUtime=3094.25 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 60296 0 0 0 309382 43 0 0 20 0 1 0 48564268 621490176 117663 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 117663 2336 1147 0 139158 0
Current children cumulated CPU time: 3094.95 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 473724 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 52042
/proc/meminfo: memFree=126785064/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=470652 CPUtime=3154.09 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 60296 0 0 0 315366 43 0 0 20 0 1 0 48564268 621490176 117663 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 117663 2336 1147 0 139158 0
Current children cumulated CPU time: 3154.79 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 473724 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/267 52046
/proc/meminfo: memFree=126777620/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=470652 CPUtime=3213.94 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 60296 0 0 0 321351 43 0 0 20 0 1 0 48564268 621490176 117663 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 117663 2336 1147 0 139158 0
Current children cumulated CPU time: 3214.64 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 473724 KiB

[startup+3282.3 s]
/proc/loadavg: 4.40 4.18 4.12 5/267 52048
/proc/meminfo: memFree=126791576/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=470652 CPUtime=3273.78 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 60296 0 0 0 327335 43 0 0 20 0 1 0 48564268 621490176 117663 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 117663 2336 1147 0 139158 0
Current children cumulated CPU time: 3274.48 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 473724 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.16 4.11 5/267 52050
/proc/meminfo: memFree=126786892/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=470652 CPUtime=3333.64 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 60296 0 0 0 333321 43 0 0 20 0 1 0 48564268 621490176 117663 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 117663 2336 1147 0 139158 0
Current children cumulated CPU time: 3334.34 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 473724 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/267 52052
/proc/meminfo: memFree=126787148/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=470652 CPUtime=3393.5 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 60296 0 0 0 339307 43 0 0 20 0 1 0 48564268 621490176 117663 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 117663 2336 1147 0 139158 0
Current children cumulated CPU time: 3394.2 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 473724 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/267 52056
/proc/meminfo: memFree=126786844/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=470652 CPUtime=3453.36 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 60360 0 0 0 345293 43 0 0 20 0 1 0 48564268 621490176 117663 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 117663 2336 1147 0 139158 0
Current children cumulated CPU time: 3454.06 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 473724 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/267 52058
/proc/meminfo: memFree=126786208/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=470652 CPUtime=3513.22 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 60365 0 0 0 351279 43 0 0 20 0 1 0 48564268 621490176 117663 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 117663 2336 1147 0 139158 0
Current children cumulated CPU time: 3513.92 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 473724 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/267 52107
/proc/meminfo: memFree=128416260/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=470652 CPUtime=3573.07 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 60365 0 0 0 357264 43 0 0 20 0 1 0 48564268 621490176 117663 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 117663 2336 1147 0 139158 0
Current children cumulated CPU time: 3573.77 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 473724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.6 s]
/proc/loadavg: 4.07 4.11 4.09 5/267 52154
/proc/meminfo: memFree=128440784/131250000 swapFree=33010684/33010684
[pid=51661] ppid=51658 vsize=4192 memory=3072 CPUtime=0.7 cores=1,3
/proc/51661/stat : 51661 (run-opt-ls.sh) S 51658 51661 49929 0 -1 4194304 239 35043 0 0 0 0 59 11 20 0 1 0 48564194 4292608 768 18446744073709551615 93901162463232 93901163357765 140725881729088 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93901163596816 93901163644560 93901191643136 140725881731431 140725881731557 140725881731557 140725881737159 0
/proc/51661/statm: 1048 768 704 219 0 110 0
[pid=51711] ppid=51661 vsize=606924 memory=470652 CPUtime=3599.31 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51661 51661 49929 0 -1 4194304 60365 0 0 0 359888 43 0 0 20 0 1 0 48564268 621490176 117663 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 151731 117663 2336 1147 0 139158 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 611116 KiB
Current children cumulated memory: 473724 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3599.61 s, system=0.555085 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.7 s]*
/proc/loadavg: 4.07 4.11 4.09 5/266 52154
/proc/meminfo: memFree=128641236/131250000 swapFree=33010684/33010684
[pid=51711] ppid=51658 vsize=304240 memory=259656 CPUtime=3599.42 cores=1,3
/proc/51711/stat : 51711 (roundingsat) R 51658 51661 49929 0 -1 4194304 60492 0 0 0 359899 43 0 0 20 0 1 0 48564268 311541760 64914 18446744073709551615 4227072 8923433 140730143178976 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 13389824 140730143185222 140730143185448 140730143185448 140730143191018 0
/proc/51711/statm: 76060 64914 2400 1147 0 63487 0
Current cumulated CPU time of completed processes: 0.721663 s
Current children cumulated CPU time: 3599.42 s
Current children cumulated vsize: 304240 KiB
Current children cumulated memory: 259656 KiB

Child status: 2

Real time (s): 3608.72
CPU time (s): 3600.16
CPU user time (s): 3599.61
CPU system time (s): 0.555085
CPU usage (%): 99.7628
Max. virtual memory (cumulated for all children) (KiB): 738884
Max. memory (cumulated for all children) (KiB): 513280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.61
system time used= 0.555085
maximum resident set size= 549120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95798
page faults= 0
swaps= 0
block input operations= 0
block output operations= 45904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 218
involuntary context switches= 4585


# summary of solver processes directly reported to runsolver:
#   pid: 51661,51711
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3599.61
#   total CPU system time (s): 0.555085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.10039 second user time and 18.1778 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-01 02:13:59
IDJOB=4488220
IDBENCH=147318
IDSOLVER=3355
FILE ID=nodeC013/4488220-1751328839
RUNJOBID= nodeC013-1751325174-49941
SLURM_JOB_ID= 9594350
Free space on /tmp= 433012 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4488220-1751328839/watcher-4488220-1751328839 -o /tmp/evaluation-result-4488220-1751328839/solver-4488220-1751328839 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751325174-49941 --watchdog 3760  run-opt-ls.sh HOME/instance-4488220-1751328839.opb

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

MD5SUM BENCH= 607a385ad096de7d3af24e5f6042a910
RANDOM SEED=1843116415

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.830
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.827
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		: 3599.854
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		: 3518.660
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		: 3598.130
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.813
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		: 3600.240
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		: 3614.959
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:        129429244 kB
MemAvailable:   129544876 kB
Buffers:            3280 kB
Cached:           916512 kB
SwapCached:            0 kB
Active:           575500 kB
Inactive:         672876 kB
Active(anon):     341868 kB
Inactive(anon):        0 kB
Active(file):     233632 kB
Inactive(file):   672876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44768 kB
Writeback:             0 kB
AnonPages:        331724 kB
Mapped:           108600 kB
Shmem:             13284 kB
KReclaimable:      96324 kB
Slab:             184376 kB
SReclaimable:      96324 kB
SUnreclaim:        88052 kB
KernelStack:        4304 kB
PageTables:         3732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     679064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC013 at 2025-07-01 03:14:08