Trace number 4099713

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 NameAnswerCPU timeWall clock time
NaPS 1.02UNSAT 1449.56 1449.88

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.5208
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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.00	c NaPS 1.02b.
1449.37/1449.78	s UNSATISFIABLE
1449.37/1449.78	c _____________________________________________________________________________
1449.37/1449.78	c 
1449.37/1449.78	c std/band forms        : 17522,0
1449.37/1449.78	c 2cl/3cl ITE-codings   : 1909104,0
1449.37/1449.78	c BDD/srt/adr Max costs : 292,0,0
1449.37/1449.78	c BDDraw/bin/mul/srt/adr: 530,0,16992,0,0
1449.37/1449.78	c BDD nodes             : 2762918
1449.37/1449.78	c Es1/CC detections     : 0,0
1449.37/1449.78	c SAT/UNSAT calls       : 0,1
1449.37/1449.78	c restarts              : 3017
1449.37/1449.78	c conflicts             : 350598         (242 /sec)
1449.37/1449.78	c decisions             : 93592130       (64599 /sec)
1449.37/1449.78	c propagations          : 6379681935     (4403380 /sec)
1449.37/1449.78	c inspects              : 0              (0 /sec)
1449.37/1449.78	c CPU time (solving tm) : 1449 s        (1380 s)
1449.37/1449.78	c Time for Opt-base     : 36.75 s
1449.37/1449.78	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4099713-1466206383/watcher-4099713-1466206383 -o /tmp/evaluation-result-4099713-1466206383/solver-4099713-1466206383 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466206070-7008 --watchdog 1960 naps-1.02 HOME/instance-4099713-1466206383.opb 

pid=9708
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 1.20 0.50 3/176 9711
/proc/meminfo: memFree=31533448/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=6416 CPUtime=0 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 299 0 0 0 0 0 0 0 20 0 1 0 22684990 6569984 174 33554432000 4194304 5796924 140737315079024 140733707449992 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 1604 174 127 392 0 1203 0

[startup+0.100104 s]
/proc/loadavg: 2.08 1.20 0.50 3/176 9711
/proc/meminfo: memFree=31533448/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=8100 CPUtime=0.09 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 746 0 0 0 9 0 0 0 20 0 1 0 22684990 8294400 600 33554432000 4194304 5796924 140737315079024 140733707449992 5100071 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 2025 600 127 392 0 1624 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8100

[startup+0.200278 s]
/proc/loadavg: 2.08 1.20 0.50 3/176 9711
/proc/meminfo: memFree=31533448/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=9664 CPUtime=0.19 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 1174 0 0 0 19 0 0 0 20 0 1 0 22684990 9895936 1002 33554432000 4194304 5796924 140737315079024 140733707449992 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 2416 1002 127 392 0 2015 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9664

[startup+0.300255 s]
/proc/loadavg: 2.08 1.20 0.50 3/176 9711
/proc/meminfo: memFree=31533448/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=11096 CPUtime=0.29 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 1541 0 0 0 29 0 0 0 20 0 1 0 22684990 11362304 1863 33554432000 4194304 5796924 140737315079024 140733707449992 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 2774 1863 127 392 0 2373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11096

[startup+0.700194 s]
/proc/loadavg: 2.08 1.20 0.50 3/176 9711
/proc/meminfo: memFree=31533448/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=17564 CPUtime=0.69 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 3196 0 0 0 69 0 0 0 20 0 1 0 22684990 17985536 3326 33554432000 4194304 5796924 140737315079024 140733707449992 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 4391 3326 127 392 0 3990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17564

[startup+1.50025 s]
/proc/loadavg: 2.07 1.21 0.50 3/177 9712
/proc/meminfo: memFree=31513076/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=30548 CPUtime=1.49 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 6624 0 0 0 148 1 0 0 20 0 1 0 22684990 31281152 6272 33554432000 4194304 5796924 140737315079024 140737315078248 4623737 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 7637 6272 127 392 0 7236 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30548

[startup+3.10021 s]
/proc/loadavg: 2.07 1.21 0.50 3/177 9712
/proc/meminfo: memFree=31495700/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=57076 CPUtime=3.09 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 13615 0 0 0 307 2 0 0 20 0 1 0 22684990 58445824 12659 33554432000 4194304 5796924 140737315079024 140737315078248 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 14269 12659 127 392 0 13868 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57076

[startup+6.3002 s]
/proc/loadavg: 2.07 1.22 0.51 3/177 9712
/proc/meminfo: memFree=31416680/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=121344 CPUtime=6.29 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 29339 0 0 0 624 5 0 0 20 0 1 0 22684990 124256256 27429 33554432000 4194304 5796924 140737315079024 140737315075240 5184407 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 30336 27429 144 392 0 29935 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121344

[startup+12.7002 s]
/proc/loadavg: 2.06 1.23 0.52 3/177 9712
/proc/meminfo: memFree=31456544/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=135296 CPUtime=12.69 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 30588 0 0 0 1264 5 0 0 20 0 1 0 22684990 138543104 30722 33554432000 4194304 5796924 140737315079024 140737315075240 4296105 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 33824 30722 144 392 0 33423 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135296

[startup+25.5003 s]
/proc/loadavg: 2.05 1.26 0.54 3/177 9712
/proc/meminfo: memFree=31400480/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=167352 CPUtime=25.49 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 35327 0 0 0 2541 8 0 0 20 0 1 0 22684990 171368448 38661 33554432000 4194304 5796924 140737315079024 140737315075240 4316821 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 41838 38661 144 392 0 41437 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 167352

[startup+51.1003 s]
/proc/loadavg: 2.03 1.33 0.58 3/177 9712
/proc/meminfo: memFree=31314216/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=229052 CPUtime=51.08 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 43209 0 0 0 5097 11 0 0 20 0 1 0 22684990 234549248 53627 33554432000 4194304 5796924 140737315079024 140737315075240 5092545 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 57263 53627 144 392 0 56862 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 229052

[startup+102.3 s]
/proc/loadavg: 2.07 1.45 0.66 3/177 9713
/proc/meminfo: memFree=30036028/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1639020 CPUtime=102.27 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 163755 0 0 0 10168 59 0 0 20 0 1 0 22684990 1678356480 372362 33554432000 4194304 5796924 140737315079024 140737315076072 4583148 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 409755 372362 167 392 0 409354 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1639020

[startup+162.3 s]
/proc/loadavg: 2.02 1.54 0.74 3/177 9715
/proc/meminfo: memFree=30036628/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1642320 CPUtime=162.24 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 164811 0 0 0 16164 60 0 0 20 0 1 0 22684990 1681735680 373685 33554432000 4194304 5796924 140737315079024 140737315076136 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 410580 373685 169 392 0 410179 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1642320

[startup+222.307 s]
/proc/loadavg: 2.01 1.62 0.82 3/177 9716
/proc/meminfo: memFree=30048700/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1643904 CPUtime=222.24 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 165224 0 0 0 22163 61 0 0 20 0 1 0 22684990 1683357696 374079 33554432000 4194304 5796924 140737315079024 140737315076136 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 410976 374079 169 392 0 410575 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1643904

[startup+282.3 s]
/proc/loadavg: 2.06 1.71 0.89 3/177 9717
/proc/meminfo: memFree=30066876/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1644960 CPUtime=282.21 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 165488 0 0 0 28160 61 0 0 20 0 1 0 22684990 1684439040 374331 33554432000 4194304 5796924 140737315079024 140737315076136 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 411240 374331 169 392 0 410839 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1644960

[startup+342.3 s]
/proc/loadavg: 2.02 1.76 0.96 3/177 9718
/proc/meminfo: memFree=30010740/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1645396 CPUtime=342.19 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 165639 0 0 0 34158 61 0 0 20 0 1 0 22684990 1684885504 375026 33554432000 4194304 5796924 140737315079024 140737315076136 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 411349 375026 169 392 0 410948 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1645396

[startup+402.3 s]
/proc/loadavg: 2.07 1.81 1.03 3/177 9719
/proc/meminfo: memFree=30026984/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=402.18 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166412 0 0 0 40156 62 0 0 20 0 1 0 22684990 1691340800 376802 33554432000 4194304 5796924 140737315079024 140737315076072 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 376802 170 392 0 412524 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1651700

[startup+462.3 s]
/proc/loadavg: 2.02 1.85 1.08 3/178 9724
/proc/meminfo: memFree=30041524/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=462.15 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166437 0 0 0 46153 62 0 0 20 0 1 0 22684990 1691340800 377879 33554432000 4194304 5796924 140737315079024 140737315076072 4569794 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 377879 170 392 0 412524 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1651700

[startup+522.3 s]
/proc/loadavg: 2.04 1.89 1.14 4/177 9725
/proc/meminfo: memFree=29995988/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=522.13 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166467 0 0 0 52151 62 0 0 20 0 1 0 22684990 1691340800 378282 33554432000 4194304 5796924 140737315079024 140737315076072 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 378282 170 392 0 412524 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1651700

[startup+582.3 s]
/proc/loadavg: 2.01 1.90 1.19 3/177 9726
/proc/meminfo: memFree=30023044/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=582.12 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166467 0 0 0 58150 62 0 0 20 0 1 0 22684990 1691340800 378282 33554432000 4194304 5796924 140737315079024 140737315076072 4568998 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 378282 170 392 0 412524 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 1651700


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

/proc/meminfo: memFree=29989548/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=822.08 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166530 0 0 0 82146 62 0 0 20 0 1 0 22684990 1691340800 378856 33554432000 4194304 5796924 140737315079024 140737315076072 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 378856 170 392 0 412524 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 1651700

[startup+882.307 s]
/proc/loadavg: 2.12 2.01 1.43 3/177 9732
/proc/meminfo: memFree=29943708/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=882.07 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166668 0 0 0 88144 63 0 0 20 0 1 0 22684990 1691340800 379489 33554432000 4194304 5796924 140737315079024 140737315076072 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 379489 170 392 0 412524 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 1651700

[startup+942.3 s]
/proc/loadavg: 2.04 2.01 1.46 3/177 9733
/proc/meminfo: memFree=29987640/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=942.05 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166675 0 0 0 94142 63 0 0 20 0 1 0 22684990 1691340800 379489 33554432000 4194304 5796924 140737315079024 140737315076072 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 379489 170 392 0 412524 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 1651700

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 1.49 3/177 9734
/proc/meminfo: memFree=29953768/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=1002.04 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166676 0 0 0 100141 63 0 0 20 0 1 0 22684990 1691340800 380001 33554432000 4194304 5796924 140737315079024 140737315076072 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 380001 170 392 0 412524 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 1651700

[startup+1062.3 s]
/proc/loadavg: 2.06 2.01 1.53 3/178 9739
/proc/meminfo: memFree=29920684/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=1062.03 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166676 0 0 0 106140 63 0 0 20 0 1 0 22684990 1691340800 380001 33554432000 4194304 5796924 140737315079024 140737315076072 4583342 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 380001 170 392 0 412524 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 1651700

[startup+1122.3 s]
/proc/loadavg: 2.08 2.03 1.56 3/177 9740
/proc/meminfo: memFree=29965812/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=1122.02 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166676 0 0 0 112139 63 0 0 20 0 1 0 22684990 1691340800 380001 33554432000 4194304 5796924 140737315079024 140737315076072 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 380001 170 392 0 412524 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 1651700

[startup+1182.3 s]
/proc/loadavg: 2.11 2.04 1.59 3/177 9741
/proc/meminfo: memFree=29930312/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1651700 CPUtime=1182.01 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 166677 0 0 0 118138 63 0 0 20 0 1 0 22684990 1691340800 380513 33554432000 4194304 5796924 140737315079024 140737315076072 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 412925 380513 170 392 0 412524 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 1651700

[startup+1242.3 s]
/proc/loadavg: 2.08 2.04 1.62 3/177 9742
/proc/meminfo: memFree=29982880/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1653568 CPUtime=1242 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167063 0 0 0 124137 63 0 0 20 0 1 0 22684990 1693253632 381410 33554432000 4194304 5796924 140737315079024 140737315076072 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 413392 381410 170 392 0 412991 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 1653568

[startup+1302.3 s]
/proc/loadavg: 2.03 2.03 1.64 3/177 9743
/proc/meminfo: memFree=29927128/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1653568 CPUtime=1301.99 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167071 0 0 0 130136 63 0 0 20 0 1 0 22684990 1693253632 381929 33554432000 4194304 5796924 140737315079024 140737315076072 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 413392 381929 170 392 0 412991 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 1653568

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 1.66 3/177 9745
/proc/meminfo: memFree=29892960/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1653568 CPUtime=1361.98 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167074 0 0 0 136135 63 0 0 20 0 1 0 22684990 1693253632 382953 33554432000 4194304 5796924 140737315079024 140737315076072 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 413392 382953 170 392 0 412991 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 1653568

[startup+1422.3 s]
/proc/loadavg: 2.05 2.03 1.68 3/177 9746
/proc/meminfo: memFree=29942668/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1656636 CPUtime=1421.98 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167329 0 0 0 142134 64 0 0 20 0 1 0 22684990 1696395264 384741 33554432000 4194304 5796924 140737315079024 140737315076072 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 414159 384741 170 392 0 413758 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 1656636

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9711 sig 9
??? kill -9711 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1433.6 s]
/proc/loadavg: 2.04 2.03 1.68 3/177 9746
/proc/meminfo: memFree=29936152/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1656636 CPUtime=1433.27 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167418 0 0 0 143263 64 0 0 20 0 1 0 22684990 1696395264 385341 33554432000 4194304 5796924 140737315079024 140737315076072 4568985 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 414159 385341 170 392 0 413758 0
Current children cumulated CPU time (s) 1433.27
Current children cumulated vsize (KiB) 1656636

[startup+1440.01 s]
/proc/loadavg: 2.04 2.03 1.68 3/177 9746
/proc/meminfo: memFree=29932056/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1656636 CPUtime=1439.68 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167418 0 0 0 143904 64 0 0 20 0 1 0 22684990 1696395264 385341 33554432000 4194304 5796924 140737315079024 140737315076072 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 414159 385341 170 392 0 413758 0
Current children cumulated CPU time (s) 1439.68
Current children cumulated vsize (KiB) 1656636

[startup+1446.4 s]
/proc/loadavg: 2.03 2.03 1.68 3/177 9747
/proc/meminfo: memFree=29925532/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1656636 CPUtime=1446.07 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167419 0 0 0 144543 64 0 0 20 0 1 0 22684990 1696395264 385853 33554432000 4194304 5796924 140737315079024 140737315076072 4607261 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 414159 385853 170 392 0 413758 0
Current children cumulated CPU time (s) 1446.07
Current children cumulated vsize (KiB) 1656636

[startup+1448 s]
/proc/loadavg: 2.03 2.03 1.69 3/177 9747
/proc/meminfo: memFree=29925532/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1656636 CPUtime=1447.67 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167419 0 0 0 144703 64 0 0 20 0 1 0 22684990 1696395264 385853 33554432000 4194304 5796924 140737315079024 140737315076072 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 414159 385853 170 392 0 413758 0
Current children cumulated CPU time (s) 1447.67
Current children cumulated vsize (KiB) 1656636

[startup+1448.81 s]
/proc/loadavg: 2.03 2.03 1.69 3/177 9747
/proc/meminfo: memFree=29925660/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1656636 CPUtime=1448.47 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167527 0 0 0 144783 64 0 0 20 0 1 0 22684990 1696395264 385961 33554432000 4194304 5796924 140737315079024 140737315076072 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 414159 385961 170 392 0 413758 0
Current children cumulated CPU time (s) 1448.47
Current children cumulated vsize (KiB) 1656636

[startup+1449.6 s]
/proc/loadavg: 2.03 2.03 1.69 3/177 9747
/proc/meminfo: memFree=29925660/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1656636 CPUtime=1449.27 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167527 0 0 0 144863 64 0 0 20 0 1 0 22684990 1696395264 385961 33554432000 4194304 5796924 140737315079024 140737315076072 4607251 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 414159 385961 170 392 0 413758 0
Current children cumulated CPU time (s) 1449.27
Current children cumulated vsize (KiB) 1656636

[startup+1449.8 s]
/proc/loadavg: 2.03 2.03 1.69 3/177 9747
/proc/meminfo: memFree=29923364/32872528 swapFree=303544/319896
[pid=9711] ppid=9708 vsize=1656636 CPUtime=1449.47 cores=1,3,5,7
/proc/9711/stat : 9711 (naps-1.02) R 9708 9711 6991 0 -1 4202496 167541 0 0 0 144883 64 0 0 20 0 1 0 22684990 1696395264 385975 33554432000 4194304 5796924 140737315079024 140737315078120 4553768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9711/statm: 414159 385975 184 392 0 413758 0
Current children cumulated CPU time (s) 1449.47
Current children cumulated vsize (KiB) 1656636

Child status: 20
Real time (s): 1449.88
CPU time (s): 1449.56
CPU user time (s): 1448.91
CPU system time (s): 0.6559
CPU usage (%): 99.978
Max. virtual memory (cumulated for all children) (KiB): 1888412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1448.91
system time used= 0.6559
maximum resident set size= 1653276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167542
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 192
involuntary context switches= 1633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.58245 second user time and 5.65314 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-18 01:33:04
IDJOB=4099713
IDBENCH=1489
IDSOLVER=2544
FILE ID=node128/4099713-1466206383
RUNJOBID= node128-1466206070-7008
PBS_JOBID= 19918149
Free space on /tmp= 71696 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099713-1466206383/watcher-4099713-1466206383 -o /tmp/evaluation-result-4099713-1466206383/solver-4099713-1466206383 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466206070-7008 --watchdog 1960  naps-1.02 HOME/instance-4099713-1466206383.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8c486f10dc9ea0956b38d79189648654
RANDOM SEED=660117587

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31533828 kB
Buffers:           40868 kB
Cached:            79004 kB
SwapCached:         1996 kB
Active:           243328 kB
Inactive:          64432 kB
Active(anon):     188464 kB
Inactive(anon):     1764 kB
Active(file):      54864 kB
Inactive(file):    62668 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67098972 kB
Dirty:             14996 kB
Writeback:             0 kB
AnonPages:        515168 kB
Mapped:             7828 kB
Shmem:                 0 kB
Slab:             573228 kB
SReclaimable:      16600 kB
SUnreclaim:       556628 kB
KernelStack:        1448 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     671772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node128 at 2016-06-18 01:57:14