Trace number 3720995

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 453.634 453.712

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUMbe6efe3218879d0d0c6c419c0919396c
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 benchmark2.23166
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 683
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.02/0.04	c Converting 2707 PB-constraints to clauses...
0.02/0.04	c   -- Unit propagations: (none)
0.02/0.04	c   -- Detecting intervals from adjacent constraints: ######################
0.02/0.04	c   -- Clauses(.)/Splits(s): ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.02/0.04	c ---[  43]---> BDD-cost:   19
0.02/0.04	c ---[  41]---> BDD-cost:   19
0.02/0.04	c ---[  39]---> BDD-cost:   19
0.02/0.04	c ---[  37]---> BDD-cost:   19
0.02/0.04	c ---[  35]---> BDD-cost:   19
0.02/0.04	c ---[  33]---> BDD-cost:   19
0.02/0.04	c ---[  31]---> BDD-cost:   19
0.02/0.04	c ---[  29]---> BDD-cost:   19
0.02/0.04	c ---[  27]---> BDD-cost:   19
0.02/0.04	c ---[  25]---> BDD-cost:   19
0.02/0.04	c ---[  23]---> BDD-cost:   19
0.02/0.04	c ---[  21]---> BDD-cost:   19
0.02/0.04	c ---[  19]---> BDD-cost:   19
0.02/0.04	c ---[  17]---> BDD-cost:   19
0.02/0.04	c ---[  15]---> BDD-cost:   19
0.02/0.04	c ---[  13]---> BDD-cost:   19
0.02/0.04	c ---[  11]---> BDD-cost:   19
0.02/0.04	c ---[   9]---> BDD-cost:   19
0.02/0.04	c ---[   7]---> BDD-cost:   19
0.02/0.04	c ---[   5]---> BDD-cost:   19
0.02/0.04	c ---[   3]---> BDD-cost:   19
0.02/0.04	c ---[   1]---> BDD-cost:   19
0.02/0.04	c ---[   0]---> Adder-cost: 414   maxlim: 632   bits: 10/10
0.02/0.05	c ==================================[MINISAT+]==================================
0.02/0.05	c | Conflicts | Original         | Learnt                           | Progress |
0.02/0.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.02/0.05	c ==============================================================================
0.02/0.05	c |         0 |    6532    20570 |    2177       0        0     nan |  0.000 % |
0.02/0.05	c |       101 |    6480    20396 |    2394      90      882     9.8 |  3.748 % |
0.02/0.06	c |       251 |    6454    20306 |    2634     236     9025    38.2 |  4.120 % |
0.02/0.08	c |       476 |    6454    20306 |    2897     461    21217    46.0 |  4.120 % |
0.09/0.10	c |       813 |    6423    20200 |    3187     794    39191    49.4 |  4.588 % |
0.09/0.12	c |      1321 |    6414    20169 |    3506    1301    61321    47.1 |  4.684 % |
0.09/0.17	c |      2080 |    6403    20126 |    3856    2059   106214    51.6 |  4.869 % |
0.19/0.27	c |      3219 |    6403    20126 |    4242    3198   186986    58.5 |  4.869 % |
0.39/0.43	c |      4929 |    6403    20126 |    4666    2677   146542    54.7 |  4.869 % |
0.59/0.68	c |      7491 |    6403    20126 |    5133    2730   147203    53.9 |  4.869 % |
1.00/1.06	c |     11337 |    6393    20088 |    5646    3879   212607    54.8 |  4.963 % |
1.69/1.70	c |     17105 |    6393    20088 |    6211    3625   187708    51.8 |  4.963 % |
2.59/2.63	c |     25754 |    6346    19925 |    6832    5817   354492    60.9 |  5.618 % |
4.19/4.24	c |     38731 |    6321    19844 |    7515    4524   246757    54.5 |  6.086 % |
6.60/6.66	c |     58192 |    6312    19815 |    8267    4454   217961    48.9 |  6.273 % |
10.29/10.38	c |     87387 |    6296    19763 |    9093    8096   397745    49.1 |  6.554 % |
14.99/15.08	c |    131179 |    6296    19763 |   10003    9467   439057    46.4 |  6.554 % |
22.09/22.13	c |    196865 |    6296    19763 |   11003    7680   355016    46.2 |  6.554 % |
32.48/32.55	c |    295391 |    6296    19763 |   12103    9611   421547    43.9 |  6.554 % |
47.28/47.37	c |    443182 |    6296    19763 |   13314    8512   380626    44.7 |  6.554 % |
71.77/71.84	c |    664866 |    6296    19763 |   14645   12086   523198    43.3 |  6.554 % |
107.07/107.18	c |    997392 |    6296    19763 |   16110    7986   290832    36.4 |  6.554 % |
161.86/161.96	c |   1496180 |    6296    19763 |   17721   13518   525285    38.9 |  6.554 % |
247.75/247.89	c |   2244366 |    6290    19743 |   19493   14766   664688    45.0 |  6.648 % |
371.13/371.22	c |   3366644 |    6290    19743 |   21442   19433   872983    44.9 |  6.650 % |
453.61/453.71	c ==============================================================================
453.61/453.71	c UNSATISFIABLE
453.61/453.71	s UNSATISFIABLE
453.61/453.71	c _______________________________________________________________________________
453.61/453.71	c 
453.61/453.71	c restarts              : 25
453.61/453.71	c conflicts             : 4148462        (9145 /sec)
453.61/453.71	c decisions             : 5784335        (12751 /sec)
453.61/453.71	c propagations          : 0              (0 /sec)
453.61/453.71	c inspects              : 0              (0 /sec)
453.61/453.71	c CPU time              : 453.62 s
453.61/453.71	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-3720995-1338552578/watcher-3720995-1338552578 -o /tmp/evaluation-result-3720995-1338552578/solver-3720995-1338552578 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3720995-1338552578.opb 

running on 4 cores: 0,2,4,6

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 2/171 10067
/proc/meminfo: memFree=27285400/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=1276 CPUtime=0 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 164 0 0 0 0 0 0 0 20 0 1 0 321386363 1306624 121 33554432000 134512640 135395479 4294038048 4294036880 134618819 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 319 121 74 216 0 101 0

[startup+0.0285669 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 10067
/proc/meminfo: memFree=27285400/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=1704 CPUtime=0.02 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 274 0 0 0 2 0 0 0 20 0 1 0 321386363 1744896 231 33554432000 134512640 135395479 4294038048 4294036880 134618678 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 426 232 74 216 0 208 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1704

[startup+0.100264 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 10067
/proc/meminfo: memFree=27285400/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=2608 CPUtime=0.09 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 547 0 0 0 9 0 0 0 20 0 1 0 321386363 2670592 504 33554432000 134512640 135395479 4294038048 4294036016 134576390 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 652 504 123 216 0 434 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2608

[startup+0.300238 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 10067
/proc/meminfo: memFree=27285400/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=3136 CPUtime=0.29 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 710 0 0 0 29 0 0 0 20 0 1 0 321386363 3211264 667 33554432000 134512640 135395479 4294038048 4294035920 134574486 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 784 667 123 216 0 566 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3136

[startup+0.700237 s]
/proc/loadavg: 0.00 0.00 0.00 2/171 10067
/proc/meminfo: memFree=27285400/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=3664 CPUtime=0.69 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 833 0 0 0 69 0 0 0 20 0 1 0 321386363 3751936 790 33554432000 134512640 135395479 4294038048 4294036400 134581295 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 916 790 123 216 0 698 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3664

[startup+1.50024 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 10089
/proc/meminfo: memFree=27276592/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=4068 CPUtime=1.49 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 920 0 0 0 149 0 0 0 20 0 1 0 321386363 4165632 877 33554432000 134512640 135395479 4294038048 4294036372 134580431 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 1017 877 123 216 0 799 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4068

[startup+3.10024 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 10089
/proc/meminfo: memFree=27274484/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=4596 CPUtime=3.09 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 1063 0 0 0 309 0 0 0 20 0 1 0 321386363 4706304 1020 33554432000 134512640 135395479 4294038048 4294036016 134577392 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 1149 1020 123 216 0 931 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4596

[startup+6.30024 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 10089
/proc/meminfo: memFree=27272500/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=4988 CPUtime=6.29 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 1172 0 0 0 629 0 0 0 20 0 1 0 321386363 5107712 1129 33554432000 134512640 135395479 4294038048 4294036400 134581491 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 1247 1129 123 216 0 1029 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4988

[startup+12.7002 s]
/proc/loadavg: 0.31 0.07 0.02 3/177 10089
/proc/meminfo: memFree=27270704/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=5396 CPUtime=12.69 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 1271 0 0 0 1269 0 0 0 20 0 1 0 321386363 5525504 1228 33554432000 134512640 135395479 4294038048 4294036016 134577392 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 1349 1228 123 216 0 1131 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5396

[startup+25.5002 s]
/proc/loadavg: 0.68 0.16 0.05 3/178 10090
/proc/meminfo: memFree=27269380/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=6436 CPUtime=25.48 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 1525 0 0 0 2548 0 0 0 20 0 1 0 321386363 6590464 1487 33554432000 134512640 135395479 4294038048 4294036400 134580959 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 1609 1487 123 216 0 1391 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6436

[startup+51.1002 s]
/proc/loadavg: 1.13 0.31 0.10 3/178 10092
/proc/meminfo: memFree=27267036/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=8052 CPUtime=51.08 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 1929 0 0 0 5108 0 0 0 20 0 1 0 321386363 8245248 1896 33554432000 134512640 135395479 4294038048 4294036400 134580798 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 2013 1896 123 216 0 1795 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8052

[startup+102.306 s]
/proc/loadavg: 1.62 0.56 0.20 3/177 10092
/proc/meminfo: memFree=27264316/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=9268 CPUtime=102.27 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 2225 0 0 0 10227 0 0 0 20 0 1 0 321386363 9490432 2192 33554432000 134512640 135395479 4294038048 4294036400 134581436 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 2317 2192 123 216 0 2099 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9268

[startup+162.3 s]
/proc/loadavg: 1.90 0.84 0.31 3/176 10140
/proc/meminfo: memFree=27224532/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=10640 CPUtime=162.26 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 2562 0 0 0 16226 0 0 0 20 0 1 0 321386363 10895360 2529 33554432000 134512640 135395479 4294038048 4294036016 134576173 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 2660 2529 123 216 0 2442 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 10640

[startup+222.3 s]
/proc/loadavg: 1.96 1.05 0.42 3/177 10141
/proc/meminfo: memFree=27180764/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=12376 CPUtime=222.25 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 2995 0 0 0 22224 1 0 0 20 0 1 0 321386363 12673024 2966 33554432000 134512640 135395479 4294038048 4294036400 134580786 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 3094 2966 123 216 0 2876 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 12376

[startup+282.3 s]
/proc/loadavg: 2.03 1.23 0.52 3/177 10141
/proc/meminfo: memFree=27173860/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=13468 CPUtime=282.24 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3248 0 0 0 28223 1 0 0 20 0 1 0 321386363 13791232 3219 33554432000 134512640 135395479 4294038048 4294036400 134580765 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 3367 3219 123 216 0 3149 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 13468

[startup+342.3 s]
/proc/loadavg: 2.01 1.37 0.61 3/177 10141
/proc/meminfo: memFree=27167908/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=14308 CPUtime=342.23 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3451 0 0 0 34222 1 0 0 20 0 1 0 321386363 14651392 3422 33554432000 134512640 135395479 4294038048 4294036400 134581488 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 3577 3422 123 216 0 3359 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 14308

[startup+402.3 s]
/proc/loadavg: 2.05 1.50 0.70 3/177 10141
/proc/meminfo: memFree=27164488/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=16052 CPUtime=402.22 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3866 0 0 0 40221 1 0 0 20 0 1 0 321386363 16437248 3862 33554432000 134512640 135395479 4294038048 4294036400 134581044 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 4013 3862 123 216 0 3795 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 16052

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

[startup+409.5 s]
/proc/loadavg: 2.05 1.50 0.70 3/177 10141
/proc/meminfo: memFree=27164488/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=16052 CPUtime=409.42 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3867 0 0 0 40941 1 0 0 20 0 1 0 321386363 16437248 3863 33554432000 134512640 135395479 4294038048 4294036352 134580396 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 4013 3863 123 216 0 3795 0
Current children cumulated CPU time (s) 409.42
Current children cumulated vsize (KiB) 16052

[startup+435.1 s]
/proc/loadavg: 2.08 1.57 0.75 3/177 10141
/proc/meminfo: memFree=27164364/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=16336 CPUtime=435.02 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3932 0 0 0 43501 1 0 0 20 0 1 0 321386363 16728064 3928 33554432000 134512640 135395479 4294038048 4294036400 134580915 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 4084 3928 123 216 0 3866 0
Current children cumulated CPU time (s) 435.02
Current children cumulated vsize (KiB) 16336

[startup+441.5 s]
/proc/loadavg: 2.07 1.57 0.76 3/177 10141
/proc/meminfo: memFree=27159152/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=16480 CPUtime=441.42 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3952 0 0 0 44141 1 0 0 20 0 1 0 321386363 16875520 3948 33554432000 134512640 135395479 4294038048 4294036400 134580945 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 4120 3948 123 216 0 3902 0
Current children cumulated CPU time (s) 441.42
Current children cumulated vsize (KiB) 16480

[startup+447.9 s]
/proc/loadavg: 2.07 1.58 0.76 3/177 10141
/proc/meminfo: memFree=27153448/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=16480 CPUtime=447.81 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3959 0 0 0 44780 1 0 0 20 0 1 0 321386363 16875520 3955 33554432000 134512640 135395479 4294038048 4294036400 134581036 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 4120 3955 123 216 0 3902 0
Current children cumulated CPU time (s) 447.81
Current children cumulated vsize (KiB) 16480

[startup+451.1 s]
/proc/loadavg: 2.06 1.59 0.77 3/177 10141
/proc/meminfo: memFree=27153440/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=16480 CPUtime=451.01 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3965 0 0 0 45100 1 0 0 20 0 1 0 321386363 16875520 3961 33554432000 134512640 135395479 4294038048 4294036096 134584006 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 4120 3961 123 216 0 3902 0
Current children cumulated CPU time (s) 451.01
Current children cumulated vsize (KiB) 16480

[startup+452.7 s]
/proc/loadavg: 2.06 1.59 0.77 3/177 10141
/proc/meminfo: memFree=27153440/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=16480 CPUtime=452.61 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3975 0 0 0 45260 1 0 0 20 0 1 0 321386363 16875520 3971 33554432000 134512640 135395479 4294038048 4294036400 134581431 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 4120 3971 123 216 0 3902 0
Current children cumulated CPU time (s) 452.61
Current children cumulated vsize (KiB) 16480

[startup+453.5 s]
/proc/loadavg: 2.06 1.59 0.77 3/177 10141
/proc/meminfo: memFree=27153192/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=16620 CPUtime=453.41 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3995 0 0 0 45340 1 0 0 20 0 1 0 321386363 17018880 3991 33554432000 134512640 135395479 4294038048 4294036016 134576500 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 4155 3991 123 216 0 3937 0
Current children cumulated CPU time (s) 453.41
Current children cumulated vsize (KiB) 16620

[startup+453.7 s]
/proc/loadavg: 2.06 1.59 0.77 3/177 10141
/proc/meminfo: memFree=27153192/32873844 swapFree=7628/7628
[pid=10067] ppid=10065 vsize=16620 CPUtime=453.61 cores=0,2,4,6
/proc/10067/stat : 10067 (minisat+) R 10065 10067 10030 0 -1 4202496 3995 0 0 0 45360 1 0 0 20 0 1 0 321386363 17018880 3991 33554432000 134512640 135395479 4294038048 4294036352 134568481 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/10067/statm: 4155 3991 123 216 0 3937 0
Current children cumulated CPU time (s) 453.61
Current children cumulated vsize (KiB) 16620

Child status: 20
Real time (s): 453.712
CPU time (s): 453.634
CPU user time (s): 453.62
CPU system time (s): 0.013997
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 16620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 453.62
system time used= 0.013997
maximum resident set size= 15972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3997
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= 7
involuntary context switches= 516

runsolver used 0.691894 second user time and 1.78673 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-01 14:09:38
IDJOB=3720995
IDBENCH=1274
IDSOLVER=2306
FILE ID=node107/3720995-1338552578
RUNJOBID= node107-1338552576-10046
PBS_JOBID= 14635877
Free space on /tmp= 70784 MiB

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

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

MD5SUM BENCH= be6efe3218879d0d0c6c419c0919396c
RANDOM SEED=1238702592

node107.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.760
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.52
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.760
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.760
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.760
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.91
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.760
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.760
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	: 5331.91
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.760
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.86
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.760
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:       32873844 kB
MemFree:        27286184 kB
Buffers:          439092 kB
Cached:          4273068 kB
SwapCached:           76 kB
Active:          1814880 kB
Inactive:        2907700 kB
Active(anon):       1800 kB
Inactive(anon):    11072 kB
Active(file):    1813080 kB
Inactive(file):  2896628 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:              2520 kB
Writeback:             0 kB
AnonPages:         17952 kB
Mapped:            13516 kB
Shmem:               184 kB
Slab:             724508 kB
SReclaimable:     167172 kB
SUnreclaim:       557336 kB
KernelStack:        1392 kB
PageTables:         3824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3720995-1338552578.opb

Free space on /tmp at the end= 70780 MiB
End job on node107 at 2012-06-01 14:17:12