Trace number 3721000

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 144.139 144.163

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900565534.opb
MD5SUM0fea7c185f4d6e2091fba763db8ccbcc
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.62075
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 685
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: 362   maxlim: 634   bits: 10/10
0.00/0.05	c ==================================[MINISAT+]==================================
0.00/0.05	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |    6171    19286 |    2057       0        0     nan |  0.000 % |
0.00/0.05	c |       100 |    6124    19128 |    2262      93      911     9.8 |  3.936 % |
0.00/0.06	c |       250 |    6124    19128 |    2488     243     9578    39.4 |  3.933 % |
0.07/0.07	c |       477 |    6124    19128 |    2737     470    20637    43.9 |  3.933 % |
0.09/0.10	c |       816 |    6124    19128 |    3011     809    40848    50.5 |  3.933 % |
0.09/0.13	c |      1323 |    6124    19128 |    3312    1316    66745    50.7 |  3.933 % |
0.09/0.19	c |      2082 |    6124    19128 |    3644    2075   113923    54.9 |  3.933 % |
0.19/0.28	c |      3221 |    6124    19128 |    4008    3214   185606    57.7 |  3.933 % |
0.39/0.44	c |      4929 |    6124    19128 |    4409    2850   156364    54.9 |  3.933 % |
0.59/0.68	c |      7491 |    6124    19128 |    4850    3067   166974    54.4 |  3.933 % |
1.00/1.05	c |     11337 |    6124    19128 |    5335    4346   229118    52.7 |  3.933 % |
1.59/1.63	c |     17103 |    6124    19128 |    5868    4537   240755    53.1 |  3.933 % |
2.49/2.52	c |     25753 |    6124    19128 |    6455    4092   193881    47.4 |  3.933 % |
3.89/3.96	c |     38730 |    6124    19128 |    7101    3638   168266    46.3 |  3.933 % |
5.89/5.94	c |     58191 |    6124    19128 |    7811    4860   216702    44.6 |  3.933 % |
9.19/9.28	c |     87383 |    6124    19128 |    8592    5932   294346    49.6 |  3.933 % |
14.49/14.53	c |    131173 |    6124    19128 |    9451    5341   236525    44.3 |  3.933 % |
21.28/21.35	c |    196861 |    5944    18510 |   10397    7600   321815    42.3 |  6.883 % |
30.79/30.81	c |    295389 |    5944    18510 |   11436   10268   418029    40.7 |  6.883 % |
45.28/45.38	c |    443178 |    5944    18510 |   12580   11670   514609    44.1 |  6.883 % |
69.48/69.54	c |    664861 |    5944    18510 |   13838    8465   326337    38.6 |  6.883 % |
104.17/104.20	c |    997387 |    5929    18459 |   15222    9119   295102    32.4 |  7.081 % |
144.07/144.16	c ==============================================================================
144.07/144.16	c UNSATISFIABLE
144.07/144.16	s UNSATISFIABLE
144.07/144.16	c _______________________________________________________________________________
144.07/144.16	c 
144.07/144.16	c restarts              : 22
144.07/144.16	c conflicts             : 1402094        (9728 /sec)
144.07/144.16	c decisions             : 1850675        (12840 /sec)
144.07/144.16	c propagations          : 0              (0 /sec)
144.07/144.16	c inspects              : 0              (0 /sec)
144.07/144.16	c CPU time              : 144.131 s
144.07/144.16	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-3721000-1338552578/watcher-3721000-1338552578 -o /tmp/evaluation-result-3721000-1338552578/solver-3721000-1338552578 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721000-1338552578.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 10088
/proc/meminfo: memFree=27279188/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=1276 CPUtime=0 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 164 0 0 0 0 0 0 0 20 0 1 0 321386397 1306624 121 33554432000 134512640 135395479 4288314096 4288312928 134618819 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 319 121 74 216 0 101 0

[startup+0.0730609 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 10088
/proc/meminfo: memFree=27279188/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=2416 CPUtime=0.07 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 501 0 0 0 7 0 0 0 20 0 1 0 321386397 2473984 458 33554432000 134512640 135395479 4288314096 4288312400 134580288 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 604 458 122 216 0 386 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2416

[startup+0.100258 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 10088
/proc/meminfo: memFree=27279188/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=2416 CPUtime=0.09 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 501 0 0 0 9 0 0 0 20 0 1 0 321386397 2473984 458 33554432000 134512640 135395479 4288314096 4288311968 134574171 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 604 458 122 216 0 386 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2416

[startup+0.300228 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 10088
/proc/meminfo: memFree=27279188/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=2940 CPUtime=0.29 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 661 0 0 0 29 0 0 0 20 0 1 0 321386397 3010560 618 33554432000 134512640 135395479 4288314096 4288311816 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 735 618 122 216 0 517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2940

[startup+0.700229 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 10088
/proc/meminfo: memFree=27279188/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=3464 CPUtime=0.69 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 770 0 0 0 69 0 0 0 20 0 1 0 321386397 3547136 727 33554432000 134512640 135395479 4288314096 4288312064 134576837 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 866 727 122 216 0 648 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3464

[startup+1.50023 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 10089
/proc/meminfo: memFree=27275476/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=3728 CPUtime=1.49 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 832 0 0 0 149 0 0 0 20 0 1 0 321386397 3817472 789 33554432000 134512640 135395479 4288314096 4288312448 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 932 789 122 216 0 714 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3728

[startup+3.10024 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 10089
/proc/meminfo: memFree=27274360/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=4120 CPUtime=3.09 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 940 0 0 0 309 0 0 0 20 0 1 0 321386397 4218880 897 33554432000 134512640 135395479 4288314096 4288312400 134580311 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 1030 897 122 216 0 812 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4120

[startup+6.30022 s]
/proc/loadavg: 0.16 0.03 0.01 3/177 10089
/proc/meminfo: memFree=27272500/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=4640 CPUtime=6.29 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 1075 0 0 0 629 0 0 0 20 0 1 0 321386397 4751360 1032 33554432000 134512640 135395479 4288314096 4288311996 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 1160 1032 122 216 0 942 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4640

[startup+12.7002 s]
/proc/loadavg: 0.31 0.07 0.02 3/177 10089
/proc/meminfo: memFree=27270952/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=5164 CPUtime=12.69 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 1206 0 0 0 1269 0 0 0 20 0 1 0 321386397 5287936 1163 33554432000 134512640 135395479 4288314096 4288312448 134580789 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 1291 1163 122 216 0 1073 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5164

[startup+25.5002 s]
/proc/loadavg: 0.68 0.16 0.05 3/178 10090
/proc/meminfo: memFree=27269380/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=5692 CPUtime=25.48 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 1326 0 0 0 2548 0 0 0 20 0 1 0 321386397 5828608 1282 33554432000 134512640 135395479 4288314096 4288312448 134580950 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 1423 1282 122 216 0 1205 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5692

[startup+51.1002 s]
/proc/loadavg: 1.13 0.31 0.10 3/178 10092
/proc/meminfo: memFree=27267036/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=6932 CPUtime=51.08 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 1638 0 0 0 5108 0 0 0 20 0 1 0 321386397 7098368 1601 33554432000 134512640 135395479 4288314096 4288312448 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 1733 1601 122 216 0 1515 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6932

[startup+102.306 s]
/proc/loadavg: 1.62 0.56 0.20 3/177 10092
/proc/meminfo: memFree=27264316/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=7892 CPUtime=102.28 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 1879 0 0 0 10228 0 0 0 20 0 1 0 321386397 8081408 1842 33554432000 134512640 135395479 4288314096 4288312448 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 1973 1842 122 216 0 1755 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 7892

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

[startup+127.9 s]
/proc/loadavg: 1.82 0.70 0.25 3/177 10092
/proc/meminfo: memFree=27263324/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=8552 CPUtime=127.87 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 2031 0 0 0 12787 0 0 0 20 0 1 0 321386397 8757248 1994 33554432000 134512640 135395479 4288314096 4288312064 134579886 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 2138 1994 122 216 0 1920 0
Current children cumulated CPU time (s) 127.87
Current children cumulated vsize (KiB) 8552

[startup+134.3 s]
/proc/loadavg: 1.85 0.74 0.27 3/177 10092
/proc/meminfo: memFree=27262952/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=8940 CPUtime=134.27 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 2132 0 0 0 13427 0 0 0 20 0 1 0 321386397 9154560 2095 33554432000 134512640 135395479 4288314096 4288312448 134581178 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 2235 2095 122 216 0 2017 0
Current children cumulated CPU time (s) 134.27
Current children cumulated vsize (KiB) 8940

[startup+140.7 s]
/proc/loadavg: 1.86 0.76 0.28 3/177 10092
/proc/meminfo: memFree=27262208/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=9596 CPUtime=140.67 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 2283 0 0 0 14067 0 0 0 20 0 1 0 321386397 9826304 2246 33554432000 134512640 135395479 4288314096 4288312448 134580896 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 2399 2246 122 216 0 2181 0
Current children cumulated CPU time (s) 140.67
Current children cumulated vsize (KiB) 9596

[startup+142.3 s]
/proc/loadavg: 1.86 0.76 0.28 3/177 10092
/proc/meminfo: memFree=27262208/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=9596 CPUtime=142.26 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 2283 0 0 0 14226 0 0 0 20 0 1 0 321386397 9826304 2246 33554432000 134512640 135395479 4288314096 4288311968 134573950 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 2399 2246 122 216 0 2181 0
Current children cumulated CPU time (s) 142.26
Current children cumulated vsize (KiB) 9596

[startup+143.1 s]
/proc/loadavg: 1.86 0.76 0.28 3/177 10092
/proc/meminfo: memFree=27261960/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=9596 CPUtime=143.06 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 2283 0 0 0 14306 0 0 0 20 0 1 0 321386397 9826304 2246 33554432000 134512640 135395479 4288314096 4288312448 134580947 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 2399 2246 122 216 0 2181 0
Current children cumulated CPU time (s) 143.06
Current children cumulated vsize (KiB) 9596

[startup+143.9 s]
/proc/loadavg: 1.86 0.76 0.28 3/177 10092
/proc/meminfo: memFree=27261960/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=9596 CPUtime=143.86 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 2283 0 0 0 14386 0 0 0 20 0 1 0 321386397 9826304 2246 33554432000 134512640 135395479 4288314096 4288312412 134580250 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 2399 2246 122 216 0 2181 0
Current children cumulated CPU time (s) 143.86
Current children cumulated vsize (KiB) 9596

[startup+144.106 s]
/proc/loadavg: 1.87 0.78 0.29 3/177 10092
/proc/meminfo: memFree=27261960/32873844 swapFree=7628/7628
[pid=10088] ppid=10086 vsize=9596 CPUtime=144.07 cores=1,3,5,7
/proc/10088/stat : 10088 (minisat+) R 10086 10088 10030 0 -1 4202496 2283 0 0 0 14407 0 0 0 20 0 1 0 321386397 9826304 2246 33554432000 134512640 135395479 4288314096 4288311968 134573890 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/10088/statm: 2399 2246 122 216 0 2181 0
Current children cumulated CPU time (s) 144.07
Current children cumulated vsize (KiB) 9596

Child status: 20
Real time (s): 144.163
CPU time (s): 144.139
CPU user time (s): 144.131
CPU system time (s): 0.007998
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 9596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.131
system time used= 0.007998
maximum resident set size= 8992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2285
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= 3
involuntary context switches= 147

runsolver used 0.220966 second user time and 0.573912 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-01 14:09:38
IDJOB=3721000
IDBENCH=1289
IDSOLVER=2306
FILE ID=node107/3721000-1338552578
RUNJOBID= node107-1338552576-10047
PBS_JOBID= 14635877
Free space on /tmp= 70780 MiB

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

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

MD5SUM BENCH= 0fea7c185f4d6e2091fba763db8ccbcc
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:        27280292 kB
Buffers:          439104 kB
Cached:          4275500 kB
SwapCached:           76 kB
Active:          1821840 kB
Inactive:        2905624 kB
Active(anon):       4256 kB
Inactive(anon):    11072 kB
Active(file):    1817584 kB
Inactive(file):  2894552 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:              4940 kB
Writeback:             8 kB
AnonPages:         20556 kB
Mapped:            14676 kB
Shmem:               184 kB
Slab:             724848 kB
SReclaimable:     167264 kB
SUnreclaim:       557584 kB
KernelStack:        1440 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     127376 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-3721000-1338552578.opb

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