Trace number 3721009

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
PB07: minisat+ 1.14UNSAT 213.946 213.985

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900556231.opb
MD5SUM12591fb3a3171df58322c5e93cb6a45b
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 benchmark1.86272
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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 Parsing PB file...
0.00/0.04	c Converting 2707 PB-constraints to clauses...
0.00/0.04	c   -- Unit propagations: (none)
0.00/0.04	c   -- Detecting intervals from adjacent constraints: ######################
0.00/0.04	c   -- Clauses(.)/Splits(s): ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.00/0.04	c ---[  43]---> BDD-cost:   19
0.00/0.04	c ---[  41]---> BDD-cost:   19
0.00/0.04	c ---[  39]---> BDD-cost:   19
0.00/0.04	c ---[  37]---> BDD-cost:   19
0.00/0.04	c ---[  35]---> BDD-cost:   19
0.00/0.04	c ---[  33]---> BDD-cost:   19
0.00/0.04	c ---[  31]---> BDD-cost:   19
0.00/0.04	c ---[  29]---> BDD-cost:   19
0.00/0.04	c ---[  27]---> BDD-cost:   19
0.00/0.04	c ---[  25]---> BDD-cost:   19
0.00/0.04	c ---[  23]---> BDD-cost:   19
0.00/0.04	c ---[  21]---> BDD-cost:   19
0.00/0.04	c ---[  19]---> BDD-cost:   19
0.00/0.04	c ---[  17]---> BDD-cost:   19
0.00/0.04	c ---[  15]---> BDD-cost:   19
0.00/0.04	c ---[  13]---> BDD-cost:   19
0.00/0.04	c ---[  11]---> BDD-cost:   19
0.00/0.04	c ---[   9]---> BDD-cost:   19
0.00/0.04	c ---[   7]---> BDD-cost:   19
0.00/0.04	c ---[   5]---> BDD-cost:   19
0.00/0.04	c ---[   3]---> BDD-cost:   19
0.00/0.04	c ---[   1]---> BDD-cost:   19
0.00/0.04	c ---[   0]---> Adder-cost: 344   maxlim: 672   bits: 10/10
0.04/0.05	c ==================================[MINISAT+]==================================
0.04/0.05	c | Conflicts | Original         | Learnt                           | Progress |
0.04/0.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.04/0.05	c ==============================================================================
0.04/0.05	c |         0 |    6043    18824 |    2014       0        0     nan |  0.000 % |
0.04/0.05	c |       100 |    5861    18189 |    2215      78      479     6.1 |  6.325 % |
0.04/0.06	c |       251 |    5852    18160 |    2436     228     6614    29.0 |  6.526 % |
0.04/0.07	c |       476 |    5852    18160 |    2680     453    14292    31.5 |  6.526 % |
0.04/0.09	c |       814 |    5852    18160 |    2948     791    28705    36.3 |  6.526 % |
0.09/0.12	c |      1322 |    5852    18160 |    3243    1299    54452    41.9 |  6.526 % |
0.09/0.17	c |      2083 |    5852    18160 |    3567    2060   100781    48.9 |  6.526 % |
0.19/0.24	c |      3224 |    5824    18058 |    3924    3197   154598    48.4 |  7.028 % |
0.29/0.37	c |      4932 |    5769    17879 |    4317    2847   129906    45.6 |  8.032 % |
0.49/0.55	c |      7497 |    5769    17879 |    4748    3115   124065    39.8 |  8.032 % |
0.79/0.80	c |     11342 |    5769    17879 |    5223    4445   174856    39.3 |  8.032 % |
1.19/1.29	c |     17108 |    5769    17879 |    5746    4684   212682    45.4 |  8.032 % |
1.99/2.00	c |     25761 |    5760    17850 |    6320    4336   186326    43.0 |  8.233 % |
2.99/3.06	c |     38737 |    5760    17850 |    6952    4189   160376    38.3 |  8.233 % |
4.69/4.72	c |     58199 |    5760    17850 |    7648    5619   231620    41.2 |  8.233 % |
7.29/7.32	c |     87391 |    5760    17850 |    8412    7104   300116    42.2 |  8.233 % |
11.19/11.22	c |    131180 |    5760    17850 |    9254    7385   324910    44.0 |  8.233 % |
17.19/17.27	c |    196865 |    5760    17850 |   10179    6215   238893    38.4 |  8.233 % |
27.09/27.16	c |    295392 |    5760    17850 |   11197    5423   196561    36.2 |  8.233 % |
41.69/41.77	c |    443183 |    5760    17850 |   12317    9745   420206    43.1 |  8.233 % |
63.28/63.36	c |    664868 |    5751    17819 |   13549   11372   569562    50.1 |  8.333 % |
95.37/95.46	c |    997393 |    5742    17788 |   14904   12012   424231    35.3 |  8.434 % |
145.46/145.58	c |   1496181 |    5736    17768 |   16394    9954   355669    35.7 |  8.534 % |
213.85/213.98	c ==============================================================================
213.85/213.98	c UNSATISFIABLE
213.85/213.98	s UNSATISFIABLE
213.85/213.98	c _______________________________________________________________________________
213.85/213.98	c 
213.85/213.98	c restarts              : 23
213.85/213.98	c conflicts             : 2203593        (10300 /sec)
213.85/213.98	c decisions             : 3164864        (14793 /sec)
213.85/213.98	c propagations          : 0              (0 /sec)
213.85/213.98	c inspects              : 0              (0 /sec)
213.85/213.98	c CPU time              : 213.94 s
213.85/213.98	c _______________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3721009-1338552581/watcher-3721009-1338552581 -o /tmp/evaluation-result-3721009-1338552581/solver-3721009-1338552581 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721009-1338552581.opb 

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: 0.00 0.00 0.00 3/176 32396
/proc/meminfo: memFree=26521964/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=1276 CPUtime=0 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 162 0 0 0 0 0 0 0 20 0 1 0 321383605 1306624 120 33554432000 134512640 135395479 4286640816 4286639648 134618678 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 319 120 74 216 0 101 0

[startup+0.048159 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 32396
/proc/meminfo: memFree=26521964/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=2112 CPUtime=0.04 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 410 0 0 0 4 0 0 0 20 0 1 0 321383605 2162688 368 33554432000 134512640 135395479 4286640816 4286614764 135007481 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 528 368 88 216 0 310 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2112

[startup+0.10021 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 32396
/proc/meminfo: memFree=26521964/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=2592 CPUtime=0.09 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 538 0 0 0 9 0 0 0 20 0 1 0 321383605 2654208 496 33554432000 134512640 135395479 4286640816 4286639168 134580765 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 648 496 122 216 0 430 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2592

[startup+0.30018 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 32396
/proc/meminfo: memFree=26521964/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=3116 CPUtime=0.29 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 672 0 0 0 29 0 0 0 20 0 1 0 321383605 3190784 630 33554432000 134512640 135395479 4286640816 4286639120 134580330 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 779 631 122 216 0 561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3116

[startup+0.700175 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 32396
/proc/meminfo: memFree=26521964/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=3248 CPUtime=0.69 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 717 0 0 0 69 0 0 0 20 0 1 0 321383605 3325952 675 33554432000 134512640 135395479 4286640816 4286639136 134572684 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 812 675 122 216 0 594 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3248

[startup+1.50012 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 32397
/proc/meminfo: memFree=26518504/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=3644 CPUtime=1.49 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 830 0 0 0 149 0 0 0 20 0 1 0 321383605 3731456 788 33554432000 134512640 135395479 4286640816 4286639136 134572684 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 911 788 122 216 0 693 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3644

[startup+3.10017 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 32397
/proc/meminfo: memFree=26517240/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=3908 CPUtime=3.09 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 898 0 0 0 309 0 0 0 20 0 1 0 321383605 4001792 856 33554432000 134512640 135395479 4286640816 4286639168 134580825 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 977 856 122 216 0 759 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3908

[startup+6.30018 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 32397
/proc/meminfo: memFree=26516376/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=4440 CPUtime=6.29 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 1011 0 0 0 629 0 0 0 20 0 1 0 321383605 4546560 969 33554432000 134512640 135395479 4286640816 4286638864 134584677 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 1110 969 122 216 0 892 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4440

[startup+12.7002 s]
/proc/loadavg: 0.44 0.10 0.03 3/177 32397
/proc/meminfo: memFree=26514256/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=5104 CPUtime=12.69 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 1180 0 0 0 1269 0 0 0 20 0 1 0 321383605 5226496 1138 33554432000 134512640 135395479 4286640816 4286639280 134588652 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 1276 1138 122 216 0 1058 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5104

[startup+25.5001 s]
/proc/loadavg: 0.68 0.16 0.05 3/178 32400
/proc/meminfo: memFree=26511764/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=5780 CPUtime=25.49 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 1358 0 0 0 2549 0 0 0 20 0 1 0 321383605 5918720 1316 33554432000 134512640 135395479 4286640816 4286639168 134580765 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 1445 1316 122 216 0 1227 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5780

[startup+51.1002 s]
/proc/loadavg: 1.13 0.31 0.10 3/178 32400
/proc/meminfo: memFree=26511264/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=7156 CPUtime=51.08 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 1682 0 0 0 5108 0 0 0 20 0 1 0 321383605 7327744 1649 33554432000 134512640 135395479 4286640816 4286639168 134581071 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 1789 1649 122 216 0 1571 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7156

[startup+102.306 s]
/proc/loadavg: 1.65 0.59 0.21 3/177 32400
/proc/meminfo: memFree=26507488/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=8648 CPUtime=102.28 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 2045 0 0 0 10228 0 0 0 20 0 1 0 321383605 8855552 2021 33554432000 134512640 135395479 4286640816 4286639168 134580801 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 2162 2021 122 216 0 1944 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 8648

[startup+162.3 s]
/proc/loadavg: 1.86 0.82 0.31 3/177 32400
/proc/meminfo: memFree=26504820/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=10024 CPUtime=162.26 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 2386 0 0 0 16226 0 0 0 20 0 1 0 321383605 10264576 2362 33554432000 134512640 135395479 4286640816 4286639168 134580840 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 2506 2362 122 216 0 2288 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 10024

Solver just ended. Dumping a history of the last processes samples

[startup+179.1 s]
/proc/loadavg: 1.90 0.90 0.34 3/177 32400
/proc/meminfo: memFree=26504368/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=10548 CPUtime=179.06 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 2518 0 0 0 17906 0 0 0 20 0 1 0 321383605 10801152 2494 33554432000 134512640 135395479 4286640816 4286639168 134581028 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 2637 2494 122 216 0 2419 0
Current children cumulated CPU time (s) 179.06
Current children cumulated vsize (KiB) 10548

[startup+191.9 s]
/proc/loadavg: 1.91 0.93 0.36 3/177 32400
/proc/meminfo: memFree=26503872/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=10688 CPUtime=191.86 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 2562 0 0 0 19186 0 0 0 20 0 1 0 321383605 10944512 2538 33554432000 134512640 135395479 4286640816 4286639168 134580970 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 2672 2538 122 216 0 2454 0
Current children cumulated CPU time (s) 191.86
Current children cumulated vsize (KiB) 10688

[startup+204.7 s]
/proc/loadavg: 1.93 0.99 0.39 3/177 32401
/proc/meminfo: memFree=26502752/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=11112 CPUtime=204.65 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 2664 0 0 0 20465 0 0 0 20 0 1 0 321383605 11378688 2644 33554432000 134512640 135395479 4286640816 4286638784 134577174 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 2778 2644 122 216 0 2560 0
Current children cumulated CPU time (s) 204.65
Current children cumulated vsize (KiB) 11112

[startup+207.906 s]
/proc/loadavg: 1.94 1.00 0.40 3/177 32449
/proc/meminfo: memFree=26473888/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=11112 CPUtime=207.86 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 2664 0 0 0 20786 0 0 0 20 0 1 0 321383605 11378688 2644 33554432000 134512640 135395479 4286640816 4286639168 134581423 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 2778 2644 122 216 0 2560 0
Current children cumulated CPU time (s) 207.86
Current children cumulated vsize (KiB) 11112

[startup+211.1 s]
/proc/loadavg: 1.94 1.00 0.40 3/177 32449
/proc/meminfo: memFree=26403980/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=11112 CPUtime=211.06 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 2664 0 0 0 21106 0 0 0 20 0 1 0 321383605 11378688 2644 33554432000 134512640 135395479 4286640816 4286639168 134580929 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 2778 2644 122 216 0 2560 0
Current children cumulated CPU time (s) 211.06
Current children cumulated vsize (KiB) 11112

[startup+212.7 s]
/proc/loadavg: 1.94 1.02 0.40 3/177 32449
/proc/meminfo: memFree=26381164/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=11112 CPUtime=212.65 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 2664 0 0 0 21265 0 0 0 20 0 1 0 321383605 11378688 2644 33554432000 134512640 135395479 4286640816 4286639168 134580768 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 2778 2644 122 216 0 2560 0
Current children cumulated CPU time (s) 212.65
Current children cumulated vsize (KiB) 11112

[startup+213.5 s]
/proc/loadavg: 1.94 1.02 0.40 3/177 32449
/proc/meminfo: memFree=26357852/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=11112 CPUtime=213.45 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 2664 0 0 0 21345 0 0 0 20 0 1 0 321383605 11378688 2644 33554432000 134512640 135395479 4286640816 4286638688 134574480 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 2778 2644 122 216 0 2560 0
Current children cumulated CPU time (s) 213.45
Current children cumulated vsize (KiB) 11112

[startup+213.9 s]
/proc/loadavg: 1.94 1.02 0.40 3/177 32449
/proc/meminfo: memFree=26357852/32873648 swapFree=6864/6864
[pid=32396] ppid=32394 vsize=11112 CPUtime=213.85 cores=1,3,5,7
/proc/32396/stat : 32396 (minisat+) R 32394 32396 32338 0 -1 4202496 2664 0 0 0 21385 0 0 0 20 0 1 0 321383605 11378688 2644 33554432000 134512640 135395479 4286640816 4286638688 134573849 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0
/proc/32396/statm: 2778 2644 122 216 0 2560 0
Current children cumulated CPU time (s) 213.85
Current children cumulated vsize (KiB) 11112

Child status: 20
Real time (s): 213.985
CPU time (s): 213.946
CPU user time (s): 213.94
CPU system time (s): 0.005999
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 11112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.94
system time used= 0.005999
maximum resident set size= 10584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2666
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= 5
involuntary context switches= 227

runsolver used 0.315951 second user time and 0.860869 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-01 14:09:42
IDJOB=3721009
IDBENCH=1315
IDSOLVER=2306
FILE ID=node125/3721009-1338552581
RUNJOBID= node125-1338552574-32355
PBS_JOBID= 14635859
Free space on /tmp= 70464 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900556231.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721009-1338552581/watcher-3721009-1338552581 -o /tmp/evaluation-result-3721009-1338552581/solver-3721009-1338552581 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721009-1338552581.opb            

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

MD5SUM BENCH= 12591fb3a3171df58322c5e93cb6a45b
RANDOM SEED=945855301

node125.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.373
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	: 5332.74
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.373
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	: 5331.91
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.373
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	: 5331.92
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.373
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	: 5331.90
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.373
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	: 5331.91
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.373
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	: 5438.54
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.373
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	: 5331.91
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.373
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26522864 kB
Buffers:          582552 kB
Cached:          4861800 kB
SwapCached:         2312 kB
Active:          2381176 kB
Inactive:        3076140 kB
Active(anon):       4336 kB
Inactive(anon):     9252 kB
Active(file):    2376840 kB
Inactive(file):  3066888 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102520 kB
Dirty:              4868 kB
Writeback:             8 kB
AnonPages:         16232 kB
Mapped:            14704 kB
Shmem:                96 kB
Slab:             756476 kB
SReclaimable:     200672 kB
SUnreclaim:       555804 kB
KernelStack:        1440 kB
PageTables:         4008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     127772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721009-1338552581.opb

Free space on /tmp at the end= 70444 MiB
End job on node125 at 2012-06-01 14:13:16